This manual relates to an old release of the Library.
The documentation for the current release is also available on this site.

F07 Chapter Contents (PDF version)
F07 Chapter Introduction
NAG Library Manual

NAG Library Chapter Contents

F07 – Linear Equations (LAPACK)

F07 Chapter Introduction

Routine
Name
Mark of
Introduction

Purpose
F07AAF
Example Text
Example Data
21 DGESV
nagf_lapack_dgesv
Computes the solution to a real system of linear equations
F07ABF
Example Text
Example Data
21 DGESVX
nagf_lapack_dgesvx
Uses the LU factorization to compute the solution, error-bound and condition estimate for a real system of linear equations
F07ACF
Example Text
Example Data
22 DSGESV
nagf_lapack_dsgesv
Mixed precision real system solver
F07ADF
Example Text
Example Data
15 DGETRF
nagf_lapack_dgetrf
LU factorization of real m by n matrix
F07AEF
Example Text
Example Data
15 DGETRS
nagf_lapack_dgetrs
Solution of real system of linear equations, multiple right-hand sides, matrix already factorized by F07ADF (DGETRF)
F07AFF
Example Text
Example Data
21 DGEEQU
nagf_lapack_dgeequ
Computes row and column scalings intended to equilibrate a general real matrix and reduce its condition number
F07AGF
Example Text
Example Data
15 DGECON
nagf_lapack_dgecon
Estimate condition number of real matrix, matrix already factorized by F07ADF (DGETRF)
F07AHF
Example Text
Example Data
15 DGERFS
nagf_lapack_dgerfs
Refined solution with error bounds of real system of linear equations, multiple right-hand sides
F07AJF
Example Text
Example Data
15 DGETRI
nagf_lapack_dgetri
Inverse of real matrix, matrix already factorized by F07ADF (DGETRF)
F07ANF
Example Text
Example Data
21 ZGESV
nagf_lapack_zgesv
Computes the solution to a complex system of linear equations
F07APF
Example Text
Example Data
21 ZGESVX
nagf_lapack_zgesvx
Uses the LU factorization to compute the solution, error-bound and condition estimate for a complex system of linear equations
F07AQF
Example Text
Example Data
22 ZCGESV
nagf_lapack_zcgesv
Mixed precision complex system solver
F07ARF
Example Text
Example Data
15 ZGETRF
nagf_lapack_zgetrf
LU factorization of complex m by n matrix
F07ASF
Example Text
Example Data
15 ZGETRS
nagf_lapack_zgetrs
Solution of complex system of linear equations, multiple right-hand sides, matrix already factorized by F07ARF (ZGETRF)
F07ATF
Example Text
Example Data
21 ZGEEQU
nagf_lapack_zgeequ
Computes row and column scalings intended to equilibrate a general complex matrix and reduce its condition number
F07AUF
Example Text
Example Data
15 ZGECON
nagf_lapack_zgecon
Estimate condition number of complex matrix, matrix already factorized by F07ARF (ZGETRF)
F07AVF
Example Text
Example Data
15 ZGERFS
nagf_lapack_zgerfs
Refined solution with error bounds of complex system of linear equations, multiple right-hand sides
F07AWF
Example Text
Example Data
15 ZGETRI
nagf_lapack_zgetri
Inverse of complex matrix, matrix already factorized by F07ARF (ZGETRF)
F07BAF
Example Text
Example Data
21 DGBSV
nagf_lapack_dgbsv
Computes the solution to a real banded system of linear equations
F07BBF
Example Text
Example Data
21 DGBSVX
nagf_lapack_dgbsvx
Uses the LU factorization to compute the solution, error-bound and condition estimate for a real banded system of linear equations
F07BDF
Example Text
Example Data
15 DGBTRF
nagf_lapack_dgbtrf
LU factorization of real m by n band matrix
F07BEF
Example Text
Example Data
15 DGBTRS
nagf_lapack_dgbtrs
Solution of real band system of linear equations, multiple right-hand sides, matrix already factorized by F07BDF (DGBTRF)
F07BFF
Example Text
Example Data
21 DGBEQU
nagf_lapack_dgbequ
Computes row and column scalings intended to equilibrate a real banded matrix and reduce its condition number
F07BGF
Example Text
Example Data
15 DGBCON
nagf_lapack_dgbcon
Estimate condition number of real band matrix, matrix already factorized by F07BDF (DGBTRF)
F07BHF
Example Text
Example Data
15 DGBRFS
nagf_lapack_dgbrfs
Refined solution with error bounds of real band system of linear equations, multiple right-hand sides
F07BNF
Example Text
Example Data
21 ZGBSV
nagf_lapack_zgbsv
Computes the solution to a complex banded system of linear equations
F07BPF
Example Text
Example Data
21 ZGBSVX
nagf_lapack_zgbsvx
Uses the LU factorization to compute the solution, error-bound and condition estimate for a complex banded system of linear equations
F07BRF
Example Text
Example Data
15 ZGBTRF
nagf_lapack_zgbtrf
LU factorization of complex m by n band matrix
F07BSF
Example Text
Example Data
15 ZGBTRS
nagf_lapack_zgbtrs
Solution of complex band system of linear equations, multiple right-hand sides, matrix already factorized by F07BRF (ZGBTRF)
F07BTF
Example Text
Example Data
21 ZGBEQU
nagf_lapack_zgbequ
Computes row and column scalings intended to equilibrate a complex banded matrix and reduce its condition number
F07BUF
Example Text
Example Data
15 ZGBCON
nagf_lapack_zgbcon
Estimate condition number of complex band matrix, matrix already factorized by F07BRF (ZGBTRF)
F07BVF
Example Text
Example Data
15 ZGBRFS
nagf_lapack_zgbrfs
Refined solution with error bounds of complex band system of linear equations, multiple right-hand sides
F07CAF
Example Text
Example Data
21 DGTSV
nagf_lapack_dgtsv
Computes the solution to a real tridiagonal system of linear equations
F07CBF
Example Text
Example Data
21 DGTSVX
nagf_lapack_dgtsvx
Uses the LU factorization to compute the solution, error-bound and condition estimate for a real tridiagonal system of linear equations
F07CDF
Example Text
Example Data
21 DGTTRF
nagf_lapack_dgttrf
LU factorization of real tridiagonal matrix
F07CEF
Example Text
Example Data
21 DGTTRS
nagf_lapack_dgttrs
Solves a real tridiagonal system of linear equations using the LU factorization computed by F07CDF (DGTTRF)
F07CGF
Example Text
Example Data
21 DGTCON
nagf_lapack_dgtcon
Estimates the reciprocal of the condition number of a real tridiagonal matrix using the LU factorization computed by F07CDF (DGTTRF)
F07CHF
Example Text
Example Data
21 DGTRFS
nagf_lapack_dgtrfs
Refined solution with error bounds of real tridiagonal system of linear equations, multiple right-hand sides
F07CNF
Example Text
Example Data
21 ZGTSV
nagf_lapack_zgtsv
Computes the solution to a complex tridiagonal system of linear equations
F07CPF
Example Text
Example Data
21 ZGTSVX
nagf_lapack_zgtsvx
Uses the LU factorization to compute the solution, error-bound and condition estimate for a complex tridiagonal system of linear equations
F07CRF
Example Text
Example Data
21 ZGTTRF
nagf_lapack_zgttrf
LU factorization of complex tridiagonal matrix
F07CSF
Example Text
Example Data
21 ZGTTRS
nagf_lapack_zgttrs
Solves a complex tridiagonal system of linear equations using the LU factorization computed by F07CDF (DGTTRF)
F07CUF
Example Text
Example Data
21 ZGTCON
nagf_lapack_zgtcon
Estimates the reciprocal of the condition number of a complex tridiagonal matrix using the LU factorization computed by F07CDF (DGTTRF)
F07CVF
Example Text
Example Data
21 ZGTRFS
nagf_lapack_zgtrfs
Refined solution with error bounds of complex tridiagonal system of linear equations, multiple right-hand sides
F07FAF
Example Text
Example Data
21 DPOSV
nagf_lapack_dposv
Computes the solution to a real symmetric positive definite system of linear equations
F07FBF
Example Text
Example Data
21 DPOSVX
nagf_lapack_dposvx
Uses the Cholesky factorization to compute the solution, error-bound and condition estimate for a real symmetric positive definite system of linear equations
F07FCF
Example Text
Example Data
23 DSPOSV
nagf_lapack_dsposv
Uses the Cholesky factorization to compute the solution for a real symmetric positive definite system of linear equations
F07FDF
Example Text
Example Data
15 DPOTRF
nagf_lapack_dpotrf
Cholesky factorization of real symmetric positive definite matrix
F07FEF
Example Text
Example Data
15 DPOTRS
nagf_lapack_dpotrs
Solution of real symmetric positive definite system of linear equations, multiple right-hand sides, matrix already factorized by F07FDF (DPOTRF)
F07FFF
Example Text
Example Data
21 DPOEQU
nagf_lapack_dpoequ
Computes row and column scalings intended to equilibrate a real symmetric positive definite matrix and reduce its condition number
F07FGF
Example Text
Example Data
15 DPOCON
nagf_lapack_dpocon
Estimate condition number of real symmetric positive definite matrix, matrix already factorized by F07FDF (DPOTRF)
F07FHF
Example Text
Example Data
15 DPORFS
nagf_lapack_dporfs
Refined solution with error bounds of real symmetric positive definite system of linear equations, multiple right-hand sides
F07FJF
Example Text
Example Data
15 DPOTRI
nagf_lapack_dpotri
Inverse of real symmetric positive definite matrix, matrix already factorized by F07FDF (DPOTRF)
F07FNF
Example Text
Example Data
21 ZPOSV
nagf_lapack_zposv
Computes the solution to a complex Hermitian positive definite system of linear equations
F07FPF
Example Text
Example Data
21 ZPOSVX
nagf_lapack_zposvx
Uses the Cholesky factorization to compute the solution, error-bound and condition estimate for a complex Hermitian positive definite system of linear equations
F07FQF
Example Text
Example Data
23 ZCPOSV
nagf_lapack_zcposv
Uses the Cholesky factorization to compute the solution for a complex Hermitian positive definite system of linear equations
F07FRF
Example Text
Example Data
15 ZPOTRF
nagf_lapack_zpotrf
Cholesky factorization of complex Hermitian positive definite matrix
F07FSF
Example Text
Example Data
15 ZPOTRS
nagf_lapack_zpotrs
Solution of complex Hermitian positive definite system of linear equations, multiple right-hand sides, matrix already factorized by F07FRF (ZPOTRF)
F07FTF
Example Text
Example Data
21 ZPOEQU
nagf_lapack_zpoequ
Computes row and column scalings intended to equilibrate a complex Hermitian positive definite matrix and reduce its condition number
F07FUF
Example Text
Example Data
15 ZPOCON
nagf_lapack_zpocon
Estimate condition number of complex Hermitian positive definite matrix, matrix already factorized by F07FRF (ZPOTRF)
F07FVF
Example Text
Example Data
15 ZPORFS
nagf_lapack_zporfs
Refined solution with error bounds of complex Hermitian positive definite system of linear equations, multiple right-hand sides
F07FWF
Example Text
Example Data
15 ZPOTRI
nagf_lapack_zpotri
Inverse of complex Hermitian positive definite matrix, matrix already factorized by F07FRF (ZPOTRF)
F07GAF
Example Text
Example Data
21 DPPSV
nagf_lapack_dppsv
Computes the solution to a real symmetric positive definite system of linear equations, packed storage
F07GBF
Example Text
Example Data
21 DPPSVX
nagf_lapack_dppsvx
Uses the Cholesky factorization to compute the solution, error-bound and condition estimate for a real symmetric positive definite system of linear equations, packed storage
F07GDF
Example Text
Example Data
15 DPPTRF
nagf_lapack_dpptrf
Cholesky factorization of real symmetric positive definite matrix, packed storage
F07GEF
Example Text
Example Data
15 DPPTRS
nagf_lapack_dpptrs
Solution of real symmetric positive definite system of linear equations, multiple right-hand sides, matrix already factorized by F07GDF (DPPTRF), packed storage
F07GFF
Example Text
Example Data
21 DPPEQU
nagf_lapack_dppequ
Computes row and column scalings intended to equilibrate a real symmetric positive definite matrix and reduce its condition number, packed storage
F07GGF
Example Text
Example Data
15 DPPCON
nagf_lapack_dppcon
Estimate condition number of real symmetric positive definite matrix, matrix already factorized by F07GDF (DPPTRF), packed storage
F07GHF
Example Text
Example Data
15 DPPRFS
nagf_lapack_dpprfs
Refined solution with error bounds of real symmetric positive definite system of linear equations, multiple right-hand sides, packed storage
F07GJF
Example Text
Example Data
15 DPPTRI
nagf_lapack_dpptri
Inverse of real symmetric positive definite matrix, matrix already factorized by F07GDF (DPPTRF), packed storage
F07GNF
Example Text
Example Data
21 ZPPSV
nagf_lapack_zppsv
Computes the solution to a complex Hermitian positive definite system of linear equations, packed storage
F07GPF
Example Text
Example Data
21 ZPPSVX
nagf_lapack_zppsvx
Uses the Cholesky factorization to compute the solution, error-bound and condition estimate for a complex Hermitian positive definite system of linear equations, packed storage
F07GRF
Example Text
Example Data
15 ZPPTRF
nagf_lapack_zpptrf
Cholesky factorization of complex Hermitian positive definite matrix, packed storage
F07GSF
Example Text
Example Data
15 ZPPTRS
nagf_lapack_zpptrs
Solution of complex Hermitian positive definite system of linear equations, multiple right-hand sides, matrix already factorized by F07GRF (ZPPTRF), packed storage
F07GTF
Example Text
Example Data
21 ZPPEQU
nagf_lapack_zppequ
Computes row and column scalings intended to equilibrate a complex Hermitian positive definite matrix and reduce its condition number, packed storage
F07GUF
Example Text
Example Data
15 ZPPCON
nagf_lapack_zppcon
Estimate condition number of complex Hermitian positive definite matrix, matrix already factorized by F07GRF (ZPPTRF), packed storage
F07GVF
Example Text
Example Data
15 ZPPRFS
nagf_lapack_zpprfs
Refined solution with error bounds of complex Hermitian positive definite system of linear equations, multiple right-hand sides, packed storage
F07GWF
Example Text
Example Data
15 ZPPTRI
nagf_lapack_zpptri
Inverse of complex Hermitian positive definite matrix, matrix already factorized by F07GRF (ZPPTRF), packed storage
F07HAF
Example Text
Example Data
21 DPBSV
nagf_lapack_dpbsv
Computes the solution to a real symmetric positive definite banded system of linear equations
F07HBF
Example Text
Example Data
21 DPBSVX
nagf_lapack_dpbsvx
Uses the Cholesky factorization to compute the solution, error-bound and condition estimate for a real symmetric positive definite banded system of linear equations
F07HDF
Example Text
Example Data
15 DPBTRF
nagf_lapack_dpbtrf
Cholesky factorization of real symmetric positive definite band matrix
F07HEF
Example Text
Example Data
15 DPBTRS
nagf_lapack_dpbtrs
Solution of real symmetric positive definite band system of linear equations, multiple right-hand sides, matrix already factorized by F07HDF (DPBTRF)
F07HFF
Example Text
Example Data
21 DPBEQU
nagf_lapack_dpbequ
Computes row and column scalings intended to equilibrate a real symmetric positive definite banded matrix and reduce its condition number
F07HGF
Example Text
Example Data
15 DPBCON
nagf_lapack_dpbcon
Estimate condition number of real symmetric positive definite band matrix, matrix already factorized by F07HDF (DPBTRF)
F07HHF
Example Text
Example Data
15 DPBRFS
nagf_lapack_dpbrfs
Refined solution with error bounds of real symmetric positive definite band system of linear equations, multiple right-hand sides
F07HNF
Example Text
Example Data
21 ZPBSV
nagf_lapack_zpbsv
Computes the solution to a complex Hermitian positive definite banded system of linear equations
F07HPF
Example Text
Example Data
21 ZPBSVX
nagf_lapack_zpbsvx
Uses the Cholesky factorization to compute the solution, error-bound and condition estimate for a complex Hermitian positive definite banded system of linear equations
F07HRF
Example Text
Example Data
15 ZPBTRF
nagf_lapack_zpbtrf
Cholesky factorization of complex Hermitian positive definite band matrix
F07HSF
Example Text
Example Data
15 ZPBTRS
nagf_lapack_zpbtrs
Solution of complex Hermitian positive definite band system of linear equations, multiple right-hand sides, matrix already factorized by F07HRF (ZPBTRF)
F07HTF
Example Text
Example Data
21 ZPBEQU
nagf_lapack_zpbequ
Computes row and column scalings intended to equilibrate a complex Hermitian positive definite banded matrix and reduce its condition number
F07HUF
Example Text
Example Data
15 ZPBCON
nagf_lapack_zpbcon
Estimate condition number of complex Hermitian positive definite band matrix, matrix already factorized by F07HRF (ZPBTRF)
F07HVF
Example Text
Example Data
15 ZPBRFS
nagf_lapack_zpbrfs
Refined solution with error bounds of complex Hermitian positive definite band system of linear equations, multiple right-hand sides
F07JAF
Example Text
Example Data
21 DPTSV
nagf_lapack_dptsv
Computes the solution to a real symmetric positive definite tridiagonal system of linear equations
F07JBF
Example Text
Example Data
21 DPTSVX
nagf_lapack_dptsvx
Uses the modified Cholesky factorization to compute the solution, error-bound and condition estimate for a real symmetric positive definite tridiagonal system of linear equations
F07JDF
Example Text
Example Data
21 DPTTRF
nagf_lapack_dpttrf
Computes the modified Cholesky factorization of a real symmetric positive definite tridiagonal matrix
F07JEF
Example Text
Example Data
21 DPTTRS
nagf_lapack_dpttrs
Solves a real symmetric positive definite tridiagonal system using the modified Cholesky factorization computed by F07JDF (DPTTRF)
F07JGF
Example Text
Example Data
21 DPTCON
nagf_lapack_dptcon
Computes the reciprocal of the condition number of a real symmetric positive definite tridiagonal system using the modified Cholesky factorization computed by F07JDF (DPTTRF)
F07JHF
Example Text
Example Data
21 DPTRFS
nagf_lapack_dptrfs
Refined solution with error bounds of real symmetric positive definite tridiagonal system of linear equations, multiple right-hand sides
F07JNF
Example Text
Example Data
21 ZPTSV
nagf_lapack_zptsv
Computes the solution to a complex Hermitian positive definite tridiagonal system of linear equations
F07JPF
Example Text
Example Data
21 ZPTSVX
nagf_lapack_zptsvx
Uses the modified Cholesky factorization to compute the solution, error-bound and condition estimate for a complex Hermitian positive definite tridiagonal system of linear equations
F07JRF
Example Text
Example Data
21 ZPTTRF
nagf_lapack_zpttrf
Computes the modified Cholesky factorization of a complex Hermitian positive definite tridiagonal matrix
F07JSF
Example Text
Example Data
21 ZPTTRS
nagf_lapack_zpttrs
Solves a complex Hermitian positive definite tridiagonal system using the modified Cholesky factorization computed by F07JRF (ZPTTRF)
F07JUF
Example Text
Example Data
21 ZPTCON
nagf_lapack_zptcon
Computes the reciprocal of the condition number of a complex Hermitian positive definite tridiagonal system using the modified Cholesky factorization computed by F07JRF (ZPTTRF)
F07JVF
Example Text
Example Data
21 ZPTRFS
nagf_lapack_zptrfs
Refined solution with error bounds of complex Hermitian positive definite tridiagonal system of linear equations, multiple right-hand sides
F07KDF
Example Text
Example Data
23 DPSTRF
nagf_lapack_dpstrf
Cholesky factorization of real symmetric positive semidefinite matrix
F07KRF
Example Text
Example Data
23 ZPSTRF
nagf_lapack_zpstrf
Cholesky factorization of complex Hermitian positive semidefinite matrix
F07MAF
Example Text
Example Data
21 DSYSV
nagf_lapack_dsysv
Computes the solution to a real symmetric system of linear equations
F07MBF
Example Text
Example Data
21 DSYSVX
nagf_lapack_dsysvx
Uses the diagonal pivoting factorization to compute the solution to a real symmetric system of linear equations
F07MDF
Example Text
Example Data
15 DSYTRF
nagf_lapack_dsytrf
Bunch–Kaufman factorization of real symmetric indefinite matrix
F07MEF
Example Text
Example Data
15 DSYTRS
nagf_lapack_dsytrs
Solution of real symmetric indefinite system of linear equations, multiple right-hand sides, matrix already factorized by F07MDF (DSYTRF)
F07MGF
Example Text
Example Data
15 DSYCON
nagf_lapack_dsycon
Estimate condition number of real symmetric indefinite matrix, matrix already factorized by F07MDF (DSYTRF)
F07MHF
Example Text
Example Data
15 DSYRFS
nagf_lapack_dsyrfs
Refined solution with error bounds of real symmetric indefinite system of linear equations, multiple right-hand sides
F07MJF
Example Text
Example Data
15 DSYTRI
nagf_lapack_dsytri
Inverse of real symmetric indefinite matrix, matrix already factorized by F07MDF (DSYTRF)
F07MNF
Example Text
Example Data
21 ZHESV
nagf_lapack_zhesv
Computes the solution to a complex Hermitian system of linear equations
F07MPF
Example Text
Example Data
21 ZHESVX
nagf_lapack_zhesvx
Uses the diagonal pivoting factorization to compute the solution to a complex Hermitian system of linear equations
F07MRF
Example Text
Example Data
15 ZHETRF
nagf_lapack_zhetrf
Bunch–Kaufman factorization of complex Hermitian indefinite matrix
F07MSF
Example Text
Example Data
15 ZHETRS
nagf_lapack_zhetrs
Solution of complex Hermitian indefinite system of linear equations, multiple right-hand sides, matrix already factorized by F07MRF (ZHETRF)
F07MUF
Example Text
Example Data
15 ZHECON
nagf_lapack_zhecon
Estimate condition number of complex Hermitian indefinite matrix, matrix already factorized by F07MRF (ZHETRF)
F07MVF
Example Text
Example Data
15 ZHERFS
nagf_lapack_zherfs
Refined solution with error bounds of complex Hermitian indefinite system of linear equations, multiple right-hand sides
F07MWF
Example Text
Example Data
15 ZHETRI
nagf_lapack_zhetri
Inverse of complex Hermitian indefinite matrix, matrix already factorized by F07MRF (ZHETRF)
F07NNF
Example Text
Example Data
21 ZSYSV
nagf_lapack_zsysv
Computes the solution to a complex symmetric system of linear equations
F07NPF
Example Text
Example Data
21 ZSYSVX
nagf_lapack_zsysvx
Uses the diagonal pivoting factorization to compute the solution to a complex symmetric system of linear equations
F07NRF
Example Text
Example Data
15 ZSYTRF
nagf_lapack_zsytrf
Bunch–Kaufman factorization of complex symmetric matrix
F07NSF
Example Text
Example Data
15 ZSYTRS
nagf_lapack_zsytrs
Solution of complex symmetric system of linear equations, multiple right-hand sides, matrix already factorized by F07NRF (ZSYTRF)
F07NUF
Example Text
Example Data
15 ZSYCON
nagf_lapack_zsycon
Estimate condition number of complex symmetric matrix, matrix already factorized by F07NRF (ZSYTRF)
F07NVF
Example Text
Example Data
15 ZSYRFS
nagf_lapack_zsyrfs
Refined solution with error bounds of complex symmetric system of linear equations, multiple right-hand sides
F07NWF
Example Text
Example Data
15 ZSYTRI
nagf_lapack_zsytri
Inverse of complex symmetric matrix, matrix already factorized by F07NRF (ZSYTRF)
F07PAF
Example Text
Example Data
21 DSPSV
nagf_lapack_dspsv
Computes the solution to a real symmetric system of linear equations, packed storage
F07PBF
Example Text
Example Data
21 DSPSVX
nagf_lapack_dspsvx
Uses the diagonal pivoting factorization to compute the solution to a real symmetric system of linear equations, packed storage
F07PDF
Example Text
Example Data
15 DSPTRF
nagf_lapack_dsptrf
Bunch–Kaufman factorization of real symmetric indefinite matrix, packed storage
F07PEF
Example Text
Example Data
15 DSPTRS
nagf_lapack_dsptrs
Solution of real symmetric indefinite system of linear equations, multiple right-hand sides, matrix already factorized by F07PDF (DSPTRF), packed storage
F07PGF
Example Text
Example Data
15 DSPCON
nagf_lapack_dspcon
Estimate condition number of real symmetric indefinite matrix, matrix already factorized by F07PDF (DSPTRF), packed storage
F07PHF
Example Text
Example Data
15 DSPRFS
nagf_lapack_dsprfs
Refined solution with error bounds of real symmetric indefinite system of linear equations, multiple right-hand sides, packed storage
F07PJF
Example Text
Example Data
15 DSPTRI
nagf_lapack_dsptri
Inverse of real symmetric indefinite matrix, matrix already factorized by F07PDF (DSPTRF), packed storage
F07PNF
Example Text
Example Data
21 ZHPSV
nagf_lapack_zhpsv
Computes the solution to a complex Hermitian system of linear equations, packed storage
F07PPF
Example Text
Example Data
21 ZHPSVX
nagf_lapack_zhpsvx
Uses the diagonal pivoting factorization to compute the solution to a complex Hermitian system of linear equations, packed storage
F07PRF
Example Text
Example Data
15 ZHPTRF
nagf_lapack_zhptrf
Bunch–Kaufman factorization of complex Hermitian indefinite matrix, packed storage
F07PSF
Example Text
Example Data
15 ZHPTRS
nagf_lapack_zhptrs
Solution of complex Hermitian indefinite system of linear equations, multiple right-hand sides, matrix already factorized by F07PRF (ZHPTRF), packed storage
F07PUF
Example Text
Example Data
15 ZHPCON
nagf_lapack_zhpcon
Estimate condition number of complex Hermitian indefinite matrix, matrix already factorized by F07PRF (ZHPTRF), packed storage
F07PVF
Example Text
Example Data
15 ZHPRFS
nagf_lapack_zhprfs
Refined solution with error bounds of complex Hermitian indefinite system of linear equations, multiple right-hand sides, packed storage
F07PWF
Example Text
Example Data
15 ZHPTRI
nagf_lapack_zhptri
Inverse of complex Hermitian indefinite matrix, matrix already factorized by F07PRF (ZHPTRF), packed storage
F07QNF
Example Text
Example Data
21 ZSPSV
nagf_lapack_zspsv
Computes the solution to a complex symmetric system of linear equations, packed storage
F07QPF
Example Text
Example Data
21 ZSPSVX
nagf_lapack_zspsvx
Uses the diagonal pivoting factorization to compute the solution to a complex symmetric system of linear equations, packed storage
F07QRF
Example Text
Example Data
15 ZSPTRF
nagf_lapack_zsptrf
Bunch–Kaufman factorization of complex symmetric matrix, packed storage
F07QSF
Example Text
Example Data
15 ZSPTRS
nagf_lapack_zsptrs
Solution of complex symmetric system of linear equations, multiple right-hand sides, matrix already factorized by F07QRF (ZSPTRF), packed storage
F07QUF
Example Text
Example Data
15 ZSPCON
nagf_lapack_zspcon
Estimate condition number of complex symmetric matrix, matrix already factorized by F07QRF (ZSPTRF), packed storage
F07QVF
Example Text
Example Data
15 ZSPRFS
nagf_lapack_zsprfs
Refined solution with error bounds of complex symmetric system of linear equations, multiple right-hand sides, packed storage
F07QWF
Example Text
Example Data
15 ZSPTRI
nagf_lapack_zsptri
Inverse of complex symmetric matrix, matrix already factorized by F07QRF (ZSPTRF), packed storage
F07TEF
Example Text
Example Data
15 DTRTRS
nagf_lapack_dtrtrs
Solution of real triangular system of linear equations, multiple right-hand sides
F07TGF
Example Text
Example Data
15 DTRCON
nagf_lapack_dtrcon
Estimate condition number of real triangular matrix
F07THF
Example Text
Example Data
15 DTRRFS
nagf_lapack_dtrrfs
Error bounds for solution of real triangular system of linear equations, multiple right-hand sides
F07TJF
Example Text
Example Data
15 DTRTRI
nagf_lapack_dtrtri
Inverse of real triangular matrix
F07TSF
Example Text
Example Data
15 ZTRTRS
nagf_lapack_ztrtrs
Solution of complex triangular system of linear equations, multiple right-hand sides
F07TUF
Example Text
Example Data
15 ZTRCON
nagf_lapack_ztrcon
Estimate condition number of complex triangular matrix
F07TVF
Example Text
Example Data
15 ZTRRFS
nagf_lapack_ztrrfs
Error bounds for solution of complex triangular system of linear equations, multiple right-hand sides
F07TWF
Example Text
Example Data
15 ZTRTRI
nagf_lapack_ztrtri
Inverse of complex triangular matrix
F07UEF
Example Text
Example Data
15 DTPTRS
nagf_lapack_dtptrs
Solution of real triangular system of linear equations, multiple right-hand sides, packed storage
F07UGF
Example Text
Example Data
15 DTPCON
nagf_lapack_dtpcon
Estimate condition number of real triangular matrix, packed storage
F07UHF
Example Text
Example Data
15 DTPRFS
nagf_lapack_dtprfs
Error bounds for solution of real triangular system of linear equations, multiple right-hand sides, packed storage
F07UJF
Example Text
Example Data
15 DTPTRI
nagf_lapack_dtptri
Inverse of real triangular matrix, packed storage
F07USF
Example Text
Example Data
15 ZTPTRS
nagf_lapack_ztptrs
Solution of complex triangular system of linear equations, multiple right-hand sides, packed storage
F07UUF
Example Text
Example Data
15 ZTPCON
nagf_lapack_ztpcon
Estimate condition number of complex triangular matrix, packed storage
F07UVF
Example Text
Example Data
15 ZTPRFS
nagf_lapack_ztprfs
Error bounds for solution of complex triangular system of linear equations, multiple right-hand sides, packed storage
F07UWF
Example Text
Example Data
15 ZTPTRI
nagf_lapack_ztptri
Inverse of complex triangular matrix, packed storage
F07VEF
Example Text
Example Data
15 DTBTRS
nagf_lapack_dtbtrs
Solution of real band triangular system of linear equations, multiple right-hand sides
F07VGF
Example Text
Example Data
15 DTBCON
nagf_lapack_dtbcon
Estimate condition number of real band triangular matrix
F07VHF
Example Text
Example Data
15 DTBRFS
nagf_lapack_dtbrfs
Error bounds for solution of real band triangular system of linear equations, multiple right-hand sides
F07VSF
Example Text
Example Data
15 ZTBTRS
nagf_lapack_ztbtrs
Solution of complex band triangular system of linear equations, multiple right-hand sides
F07VUF
Example Text
Example Data
15 ZTBCON
nagf_lapack_ztbcon
Estimate condition number of complex band triangular matrix
F07VVF
Example Text
Example Data
15 ZTBRFS
nagf_lapack_ztbrfs
Error bounds for solution of complex band triangular system of linear equations, multiple right-hand sides
F07WDF
Example Text
Example Data
23 DPFTRF
nagf_lapack_dpftrf
Cholesky factorization of real symmetric positive definite matrix, Rectangular Full Packed format
F07WEF
Example Text
Example Data
23 DPFTRS
nagf_lapack_dpftrs
Solution of real symmetric positive definite system of linear equations, multiple right-hand sides, coefficient matrix already factorized by F07WDF (DPFTRF), Rectangular Full Packed format
F07WJF
Example Text
Example Data
23 DPFTRI
nagf_lapack_dpftri
Inverse of real symmetric positive definite matrix, matrix already factorized by F07WDF (DPFTRF), Rectangular Full Packed format
F07WKF
Example Text
Example Data
23 DTFTRI
nagf_lapack_dtftri
Inverse of real triangular matrix, Rectangular Full Packed format, expert driver
F07WRF
Example Text
Example Data
23 ZPFTRF
nagf_lapack_zpftrf
Cholesky factorization of complex Hermitian positive definite matrix, Rectangular Full Packed format
F07WSF
Example Text
Example Data
23 ZPFTRS
nagf_lapack_zpftrs
Solution of complex Hermitian positive definite system of linear equations, multiple right-hand sides, coefficient matrix already factorized by F07WRF (ZPFTRF), Rectangular Full Packed format
F07WWF
Example Text
Example Data
23 ZPFTRI
nagf_lapack_zpftri
Inverse of complex Hermitian positive definite matrix, matrix already factorized by F07WRF (ZPFTRF), Rectangular Full Packed format
F07WXF
Example Text
Example Data
23 ZTFTRI
nagf_lapack_ztftri
Inverse of complex triangular matrix, Rectangular Full Packed format

F07 Chapter Contents (PDF version)
F07 Chapter Introduction
NAG Library Manual

© The Numerical Algorithms Group Ltd, Oxford, UK. 2012