LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Collaboration diagram for real:

Functions

real function sla_porcond (uplo, n, a, lda, af, ldaf, cmode, c, info, work, iwork)
 SLA_PORCOND estimates the Skeel condition number for a symmetric positive-definite matrix.
 
subroutine sla_porfsx_extended (prec_type, uplo, n, nrhs, a, lda, af, ldaf, colequ, c, b, ldb, y, ldy, berr_out, n_norms, err_bnds_norm, err_bnds_comp, res, ayb, dy, y_tail, rcond, ithresh, rthresh, dz_ub, ignore_cwise, info)
 SLA_PORFSX_EXTENDED improves the computed solution to a system of linear equations for symmetric or Hermitian positive-definite matrices by performing extra-precise iterative refinement and provides error bounds and backward error estimates for the solution.
 
real function sla_porpvgrw (uplo, ncols, a, lda, af, ldaf, work)
 SLA_PORPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric or Hermitian positive-definite matrix.
 
subroutine spocon (uplo, n, a, lda, anorm, rcond, work, iwork, info)
 SPOCON
 
subroutine spoequ (n, a, lda, s, scond, amax, info)
 SPOEQU
 
subroutine spoequb (n, a, lda, s, scond, amax, info)
 SPOEQUB
 
subroutine sporfs (uplo, n, nrhs, a, lda, af, ldaf, b, ldb, x, ldx, ferr, berr, work, iwork, info)
 SPORFS
 
subroutine sporfsx (uplo, equed, n, nrhs, a, lda, af, ldaf, s, b, ldb, x, ldx, rcond, berr, n_err_bnds, err_bnds_norm, err_bnds_comp, nparams, params, work, iwork, info)
 SPORFSX
 
subroutine spotf2 (uplo, n, a, lda, info)
 SPOTF2 computes the Cholesky factorization of a symmetric/Hermitian positive definite matrix (unblocked algorithm).
 
subroutine spotrf (uplo, n, a, lda, info)
 SPOTRF
 
recursive subroutine spotrf2 (uplo, n, a, lda, info)
 SPOTRF2
 
subroutine spotri (uplo, n, a, lda, info)
 SPOTRI
 
subroutine spotrs (uplo, n, nrhs, a, lda, b, ldb, info)
 SPOTRS
 

Detailed Description

This is the group of real computational functions for PO matrices