LAPACK equivalents of LINPACK routines for real matrices ---------------------------------------------------------------- LINPACK LAPACK Function of LINPACK routine ---------------------------------------------------------------- SCHDC Cholesky factorization with diagonal pivoting option ---------------------------------------------------------------- SCHDD rank-1 downdate of a Cholesky factorization or the triangular factor of a QR factorization ---------------------------------------------------------------- SCHEX rank-1 update of a Cholesky factorization or the triangular factor of a QR factorization ---------------------------------------------------------------- SCHUD modifies a Cholesky factorization under permutations of the original matrix ---------------------------------------------------------------- SGBCO SLANGB LU factorization and condition estimation SGBTRF of a general band matrix SGBCON ---------------------------------------------------------------- SGBDI determinant of a general band matrix, after factorization by SGBCO or SGBFA ---------------------------------------------------------------- SGBFA SGBTRF LU factorization of a general band matrix ---------------------------------------------------------------- SGBSL SGBTRS solves a general band system of linear equations, after factorization by SGBCO or SGBFA ---------------------------------------------------------------- SGECO SLANGE LU factorization and condition SGETRF estimation of a general matrix SGECON ---------------------------------------------------------------- SGEDI SGETRI determinant and inverse of a general matrix, after factorization by SGECO or SGEFA ---------------------------------------------------------------- SGEFA SGETRF LU factorization of a general matrix ---------------------------------------------------------------- SGESL SGETRS solves a general system of linear equations, after factorization by SGECO or SGEFA ---------------------------------------------------------------- SGTSL SGTSV solves a general tridiagonal system of linear equations ---------------------------------------------------------------- SPBCO SLANSB Cholesky factorization and condition SPBTRF estimation of a symmetric positive definite SPBCON band matrix ---------------------------------------------------------------- SPBDI determinant of a symmetric positive definite band matrix, after factorization by SPBCO or SPBFA ---------------------------------------------------------------- SPBFA SPBTRF Cholesky factorization of a symmetric positive definite band matrix ---------------------------------------------------------------- SPBSL SPBTRS solves a symmetric positive definite band system of linear equations, after factorization by SPBCO or SPBFA ---------------------------------------------------------------- SPOCO SLANSY Cholesky factorization and condition SPOTRF estimation of a symmetric positive definite SPOCON matrix ---------------------------------------------------------------- SPODI SPOTRI determinant and inverse of a symmetric positive definite matrix, after factorization by SPOCO or SPOFA ---------------------------------------------------------------- SPOFA SPOTRF Cholesky factorization of a symmetric positive definite matrix ---------------------------------------------------------------- SPOSL SPOTRS solves a symmetric positive definite system of linear equations, after factorization by SPOCO or SPOFA ---------------------------------------------------------------- SPPCO SLANSY Cholesky factorization and condition SPPTRF estimation of a symmetric positive definite SPPCON matrix (packed storage) ----------------------------------------------------------------
LAPACK equivalents of LINPACK routines for real matrices(continued) ---------------------------------------------------------------- LINPACK LAPACK Function of LINPACK routine}\\ ---------------------------------------------------------------- SPPDI SPPTRI determinant and inverse of a symmetric positive definite matrix, after factorization by SPPCO or SPPFA (packed storage) ---------------------------------------------------------------- SPPFA SPPTRF Cholesky factorization of a symmetric positive definite matrix (packed storage) ---------------------------------------------------------------- SPPSL SPPTRS solves a symmetric positive definite system of linear equations, after factorization by SPPCO or SPPFA (packed storage) ---------------------------------------------------------------- SPTSL SPTSV solves a symmetric positive definite tridiagonal system of linear equations ---------------------------------------------------------------- SQRDC SGEQPF QR factorization with optional column or pivoting SGEQRF ---------------------------------------------------------------- SQRSL SORMQR solves linear least squares problems after STRSV factorization by SQRDC ---------------------------------------------------------------- SSICO SLANSY symmetric indefinite factorization and SSYTRF condition estimation of a symmetric SSYCON indefinite matrix ---------------------------------------------------------------- SSIDI SSYTRI determinant, inertia and inverse of a symmetric indefinite matrix, after factorization by SSICO or SSIFA ---------------------------------------------------------------- SSIFA SSYTRF symmetric indefinite factorization of a symmetric indefinite matrix ---------------------------------------------------------------- SSISL SSYTRS solves a symmetric indefinite system of linear equations, after factorization by SSICO or SSIFA ---------------------------------------------------------------- SSPCO SLANSP symmetric indefinite factorization and SSPTRF condition estimation of a symmetric SSPCON indefinite matrix (packed storage) ---------------------------------------------------------------- SSPDI SSPTRI determinant, inertia and inverse of a symmetric indefinite matrix, after factorization by SSPCO or SSPFA (packed storage) ---------------------------------------------------------------- SSPFA SSPTRF symmetric indefinite factorization of a symmetric indefinite matrix (packed storage) ---------------------------------------------------------------- SSPSL SSPTRS solves a symmetric indefinite system of linear equations, after factorization by SSPCO or SSPFA (packed storage) ---------------------------------------------------------------- SSVDC SGESVD all or part of the singular value decomposition of a general matrix ---------------------------------------------------------------- STRCO STRCON condition estimation of a triangular matrix ---------------------------------------------------------------- STRDI STRTRI determinant and inverse of a triangular matrix ---------------------------------------------------------------- STRSL STRTRS solves a triangular system of linear equations ----------------------------------------------------------------