Function |
Mark of Introduction |
Purpose |
---|---|---|
f07aac
Example Text Example Data |
23 | nag_lapacklin_dgesv Computes the solution to a real system of linear equations |
f07abc
Example Text Example Data |
23 | nag_lapacklin_dgesvx Uses the factorization to compute the solution, error-bound and condition estimate for a real system of linear equations |
f07acc
Example Text Example Data |
23 | nag_lapacklin_dsgesv Computes the solution to a real system of linear equations using mixed precision arithmetic |
f07adc
Example Text Example Data |
7 | nag_lapacklin_dgetrf factorization of real by matrix |
f07aec
Example Text Example Data |
7 | nag_lapacklin_dgetrs Solution of real system of linear equations, multiple right-hand sides, matrix already factorized by f07adc |
f07afc
Example Text Example Data |
23 | nag_lapacklin_dgeequ Computes row and column scalings intended to equilibrate a general real matrix and reduce its condition number |
f07agc
Example Text Example Data |
7 | nag_lapacklin_dgecon Estimate condition number of real matrix, matrix already factorized by f07adc |
f07ahc
Example Text Example Data |
7 | nag_lapacklin_dgerfs Refined solution with error bounds of real system of linear equations, multiple right-hand sides |
f07ajc
Example Text Example Data |
7 | nag_lapacklin_dgetri Inverse of real matrix, matrix already factorized by f07adc |
f07anc
Example Text Example Data |
23 | nag_lapacklin_zgesv Computes the solution to a complex system of linear equations |
f07apc
Example Text Example Data |
23 | nag_lapacklin_zgesvx Uses the factorization to compute the solution, error-bound and condition estimate for a complex system of linear equations |
f07aqc
Example Text Example Data |
23 | nag_lapacklin_zcgesv Computes the solution to a complex system of linear equations using mixed precision arithmetic |
f07arc
Example Text Example Data |
7 | nag_lapacklin_zgetrf factorization of complex by matrix |
f07asc
Example Text Example Data |
7 | nag_lapacklin_zgetrs Solution of complex system of linear equations, multiple right-hand sides, matrix already factorized by f07arc |
f07atc
Example Text Example Data |
23 | nag_lapacklin_zgeequ Computes row and column scalings intended to equilibrate a general complex matrix and reduce its condition number |
f07auc
Example Text Example Data |
7 | nag_lapacklin_zgecon Estimate condition number of complex matrix, matrix already factorized by f07arc |
f07avc
Example Text Example Data |
7 | nag_lapacklin_zgerfs Refined solution with error bounds of complex system of linear equations, multiple right-hand sides |
f07awc
Example Text Example Data |
7 | nag_lapacklin_zgetri Inverse of complex matrix, matrix already factorized by f07arc |
f07bac
Example Text Example Data |
23 | nag_lapacklin_dgbsv Computes the solution to a real banded system of linear equations |
f07bbc
Example Text Example Data |
23 | nag_lapacklin_dgbsvx Uses the factorization to compute the solution, error-bound and condition estimate for a real banded system of linear equations |
f07bdc
Example Text Example Data |
7 | nag_lapacklin_dgbtrf factorization of real by band matrix |
f07bec
Example Text Example Data |
7 | nag_lapacklin_dgbtrs Solution of real band system of linear equations, multiple right-hand sides, matrix already factorized by f07bdc |
f07bfc
Example Text Example Data |
23 | nag_lapacklin_dgbequ Computes row and column scalings intended to equilibrate a real banded matrix and reduce its condition number |
f07bgc
Example Text Example Data |
7 | nag_lapacklin_dgbcon Estimate condition number of real band matrix, matrix already factorized by f07bdc |
f07bhc
Example Text Example Data |
7 | nag_lapacklin_dgbrfs Refined solution with error bounds of real band system of linear equations, multiple right-hand sides |
f07bnc
Example Text Example Data |
23 | nag_lapacklin_zgbsv Computes the solution to a complex banded system of linear equations |
f07bpc
Example Text Example Data |
23 | nag_lapacklin_zgbsvx Uses the factorization to compute the solution, error-bound and condition estimate for a complex banded system of linear equations |
f07brc
Example Text Example Data |
7 | nag_lapacklin_zgbtrf factorization of complex by band matrix |
f07bsc
Example Text Example Data |
7 | nag_lapacklin_zgbtrs Solution of complex band system of linear equations, multiple right-hand sides, matrix already factorized by f07brc |
f07btc
Example Text Example Data |
23 | nag_lapacklin_zgbequ Computes row and column scalings intended to equilibrate a complex banded matrix and reduce its condition number |
f07buc
Example Text Example Data |
7 | nag_lapacklin_zgbcon Estimate condition number of complex band matrix, matrix already factorized by f07brc |
f07bvc
Example Text Example Data |
7 | nag_lapacklin_zgbrfs Refined solution with error bounds of complex band system of linear equations, multiple right-hand sides |
f07cac
Example Text Example Data |
23 | nag_lapacklin_dgtsv Computes the solution to a real tridiagonal system of linear equations |
f07cbc
Example Text Example Data |
23 | nag_lapacklin_dgtsvx Uses the factorization to compute the solution, error-bound and condition estimate for a real tridiagonal system of linear equations |
f07cdc
Example Text Example Data |
23 | nag_lapacklin_dgttrf factorization of real tridiagonal matrix |
f07cec
Example Text Example Data |
23 | nag_lapacklin_dgttrs Solves a real tridiagonal system of linear equations using the factorization computed by f07cdc |
f07cgc
Example Text Example Data |
23 | nag_lapacklin_dgtcon Estimates the reciprocal of the condition number of a real tridiagonal matrix using the factorization computed by f07cdc |
f07chc
Example Text Example Data |
23 | nag_lapacklin_dgtrfs Refined solution with error bounds of real tridiagonal system of linear equations, multiple right-hand sides |
f07cnc
Example Text Example Data |
23 | nag_lapacklin_zgtsv Computes the solution to a complex tridiagonal system of linear equations |
f07cpc
Example Text Example Data |
23 | nag_lapacklin_zgtsvx Uses the factorization to compute the solution, error-bound and condition estimate for a complex tridiagonal system of linear equations |
f07crc
Example Text Example Data |
23 | nag_lapacklin_zgttrf factorization of complex tridiagonal matrix |
f07csc
Example Text Example Data |
23 | nag_lapacklin_zgttrs Solves a complex tridiagonal system of linear equations using the factorization computed by f07cdc |
f07cuc
Example Text Example Data |
23 | nag_lapacklin_zgtcon Estimates the reciprocal of the condition number of a complex tridiagonal matrix using the factorization computed by f07cdc |
f07cvc
Example Text Example Data |
23 | nag_lapacklin_zgtrfs Refined solution with error bounds of complex tridiagonal system of linear equations, multiple right-hand sides |
f07fac
Example Text Example Data |
23 | nag_lapacklin_dposv Computes the solution to a real symmetric positive definite system of linear equations |
f07fbc
Example Text Example Data |
23 | nag_lapacklin_dposvx Uses the Cholesky factorization to compute the solution, error-bound and condition estimate for a real symmetric positive definite system of linear equations |
f07fdc
Example Text Example Data |
7 | nag_lapacklin_dpotrf Cholesky factorization of real symmetric positive definite matrix |
f07fec
Example Text Example Data |
7 | nag_lapacklin_dpotrs Solution of real symmetric positive definite system of linear equations, multiple right-hand sides, matrix already factorized by f07fdc |
f07ffc
Example Text Example Data |
23 | nag_lapacklin_dpoequ Computes row and column scalings intended to equilibrate a real symmetric positive definite matrix and reduce its condition number |
f07fgc
Example Text Example Data |
7 | nag_lapacklin_dpocon Estimate condition number of real symmetric positive definite matrix, matrix already factorized by f07fdc |
f07fhc
Example Text Example Data |
7 | nag_lapacklin_dporfs Refined solution with error bounds of real symmetric positive definite system of linear equations, multiple right-hand sides |
f07fjc
Example Text Example Data |
7 | nag_lapacklin_dpotri Inverse of real symmetric positive definite matrix, matrix already factorized by f07fdc |
f07fnc
Example Text Example Data |
23 | nag_lapacklin_zposv Computes the solution to a complex Hermitian positive definite system of linear equations |
f07fpc
Example Text Example Data |
23 | nag_lapacklin_zposvx Uses the Cholesky factorization to compute the solution, error-bound and condition estimate for a complex Hermitian positive definite system of linear equations |
f07frc
Example Text Example Data |
7 | nag_lapacklin_zpotrf Cholesky factorization of complex Hermitian positive definite matrix |
f07fsc
Example Text Example Data |
7 | nag_lapacklin_zpotrs Solution of complex Hermitian positive definite system of linear equations, multiple right-hand sides, matrix already factorized by f07frc |
f07ftc
Example Text Example Data |
23 | nag_lapacklin_zpoequ Computes row and column scalings intended to equilibrate a complex Hermitian positive definite matrix and reduce its condition number |
f07fuc
Example Text Example Data |
7 | nag_lapacklin_zpocon Estimate condition number of complex Hermitian positive definite matrix, matrix already factorized by f07frc |
f07fvc
Example Text Example Data |
7 | nag_lapacklin_zporfs Refined solution with error bounds of complex Hermitian positive definite system of linear equations, multiple right-hand sides |
f07fwc
Example Text Example Data |
7 | nag_lapacklin_zpotri Inverse of complex Hermitian positive definite matrix, matrix already factorized by f07frc |
f07gac
Example Text Example Data |
23 | nag_lapacklin_dppsv Computes the solution to a real symmetric positive definite system of linear equations, packed storage |
f07gbc
Example Text Example Data |
23 | nag_lapacklin_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 |
f07gdc
Example Text Example Data |
7 | nag_lapacklin_dpptrf Cholesky factorization of real symmetric positive definite matrix, packed storage |
f07gec
Example Text Example Data |
7 | nag_lapacklin_dpptrs Solution of real symmetric positive definite system of linear equations, multiple right-hand sides, matrix already factorized by f07gdc, packed storage |
f07gfc
Example Text Example Data |
23 | nag_lapacklin_dppequ Computes row and column scalings intended to equilibrate a real symmetric positive definite matrix and reduce its condition number, packed storage |
f07ggc
Example Text Example Data |
7 | nag_lapacklin_dppcon Estimate condition number of real symmetric positive definite matrix, matrix already factorized by f07gdc, packed storage |
f07ghc
Example Text Example Data |
7 | nag_lapacklin_dpprfs Refined solution with error bounds of real symmetric positive definite system of linear equations, multiple right-hand sides, packed storage |
f07gjc
Example Text Example Data |
7 | nag_lapacklin_dpptri Inverse of real symmetric positive definite matrix, matrix already factorized by f07gdc, packed storage |
f07gnc
Example Text Example Data |
23 | nag_lapacklin_zppsv Computes the solution to a complex Hermitian positive definite system of linear equations, packed storage |
f07gpc
Example Text Example Data |
23 | nag_lapacklin_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 |
f07grc
Example Text Example Data |
7 | nag_lapacklin_zpptrf Cholesky factorization of complex Hermitian positive definite matrix, packed storage |
f07gsc
Example Text Example Data |
7 | nag_lapacklin_zpptrs Solution of complex Hermitian positive definite system of linear equations, multiple right-hand sides, matrix already factorized by f07grc, packed storage |
f07gtc
Example Text Example Data |
23 | nag_lapacklin_zppequ Computes row and column scalings intended to equilibrate a complex Hermitian positive definite matrix and reduce its condition number, packed storage |
f07guc
Example Text Example Data |
7 | nag_lapacklin_zppcon Estimate condition number of complex Hermitian positive definite matrix, matrix already factorized by f07grc, packed storage |
f07gvc
Example Text Example Data |
7 | nag_lapacklin_zpprfs Refined solution with error bounds of complex Hermitian positive definite system of linear equations, multiple right-hand sides, packed storage |
f07gwc
Example Text Example Data |
7 | nag_lapacklin_zpptri Inverse of complex Hermitian positive definite matrix, matrix already factorized by f07grc, packed storage |
f07hac
Example Text Example Data |
23 | nag_lapacklin_dpbsv Computes the solution to a real symmetric positive definite banded system of linear equations |
f07hbc
Example Text Example Data |
23 | nag_lapacklin_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 |
f07hdc
Example Text Example Data |
7 | nag_lapacklin_dpbtrf Cholesky factorization of real symmetric positive definite band matrix |
f07hec
Example Text Example Data |
7 | nag_lapacklin_dpbtrs Solution of real symmetric positive definite band system of linear equations, multiple right-hand sides, matrix already factorized by f07hdc |
f07hfc
Example Text Example Data |
23 | nag_lapacklin_dpbequ Computes row and column scalings intended to equilibrate a real symmetric positive definite banded matrix and reduce its condition number |
f07hgc
Example Text Example Data |
7 | nag_lapacklin_dpbcon Estimate condition number of real symmetric positive definite band matrix, matrix already factorized by f07hdc |
f07hhc
Example Text Example Data |
7 | nag_lapacklin_dpbrfs Refined solution with error bounds of real symmetric positive definite band system of linear equations, multiple right-hand sides |
f07hnc
Example Text Example Data |
23 | nag_lapacklin_zpbsv Computes the solution to a complex Hermitian positive definite banded system of linear equations |
f07hpc
Example Text Example Data |
23 | nag_lapacklin_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 |
f07hrc
Example Text Example Data |
7 | nag_lapacklin_zpbtrf Cholesky factorization of complex Hermitian positive definite band matrix |
f07hsc
Example Text Example Data |
7 | nag_lapacklin_zpbtrs Solution of complex Hermitian positive definite band system of linear equations, multiple right-hand sides, matrix already factorized by f07hrc |
f07htc
Example Text Example Data |
23 | nag_lapacklin_zpbequ Computes row and column scalings intended to equilibrate a complex Hermitian positive definite banded matrix and reduce its condition number |
f07huc
Example Text Example Data |
7 | nag_lapacklin_zpbcon Estimate condition number of complex Hermitian positive definite band matrix, matrix already factorized by f07hrc |
f07hvc
Example Text Example Data |
7 | nag_lapacklin_zpbrfs Refined solution with error bounds of complex Hermitian positive definite band system of linear equations, multiple right-hand sides |
f07jac
Example Text Example Data |
23 | nag_lapacklin_dptsv Computes the solution to a real symmetric positive definite tridiagonal system of linear equations |
f07jbc
Example Text Example Data |
23 | nag_lapacklin_dptsvx Uses the factorization to compute the solution, error-bound and condition estimate for a real symmetric positive definite tridiagonal system of linear equations |
f07jdc
Example Text Example Data |
23 | nag_lapacklin_dpttrf Computes the factorization of a real symmetric positive definite tridiagonal matrix |
f07jec
Example Text Example Data |
23 | nag_lapacklin_dpttrs Solves a real symmetric positive definite tridiagonal system using the factorization computed by f07jdc |
f07jgc
Example Text Example Data |
23 | nag_lapacklin_dptcon Computes the reciprocal of the condition number of a real symmetric positive definite tridiagonal system using the factorization computed by f07jdc |
f07jhc
Example Text Example Data |
23 | nag_lapacklin_dptrfs Refined solution with error bounds of real symmetric positive definite tridiagonal system of linear equations, multiple right-hand sides |
f07jnc
Example Text Example Data |
23 | nag_lapacklin_zptsv Computes the solution to a complex Hermitian positive definite tridiagonal system of linear equations |
f07jpc
Example Text Example Data |
23 | nag_lapacklin_zptsvx Uses the factorization to compute the solution, error-bound and condition estimate for a complex Hermitian positive definite tridiagonal system of linear equations |
f07jrc
Example Text Example Data |
23 | nag_lapacklin_zpttrf Computes the factorization of a complex Hermitian positive definite tridiagonal matrix |
f07jsc
Example Text Example Data |
23 | nag_lapacklin_zpttrs Solves a complex Hermitian positive definite tridiagonal system using the factorization computed by f07jrc |
f07juc
Example Text Example Data |
23 | nag_lapacklin_zptcon Computes the reciprocal of the condition number of a complex Hermitian positive definite tridiagonal system using the factorization computed by f07jrc |
f07jvc
Example Text Example Data |
23 | nag_lapacklin_zptrfs Refined solution with error bounds of complex Hermitian positive definite tridiagonal system of linear equations, multiple right-hand sides |
f07kdc
Example Text Example Data |
25 | nag_lapacklin_dpstrf Cholesky factorization, with complete pivoting, of a real, symmetric, positive semidefinite matrix |
f07krc
Example Text Example Data |
25 | nag_lapacklin_zpstrf Cholesky factorization of complex Hermitian positive semidefinite matrix |
f07mac
Example Text Example Data |
23 | nag_lapacklin_dsysv Computes the solution to a real symmetric system of linear equations |
f07mbc
Example Text Example Data |
23 | nag_lapacklin_dsysvx Uses the diagonal pivoting factorization to compute the solution to a real symmetric system of linear equations |
f07mdc
Example Text Example Data |
7 | nag_lapacklin_dsytrf Bunch–Kaufman factorization of real symmetric indefinite matrix |
f07mec
Example Text Example Data |
7 | nag_lapacklin_dsytrs Solution of real symmetric indefinite system of linear equations, multiple right-hand sides, matrix already factorized by f07mdc |
f07mgc
Example Text Example Data |
7 | nag_lapacklin_dsycon Estimate condition number of real symmetric indefinite matrix, matrix already factorized by f07mdc |
f07mhc
Example Text Example Data |
7 | nag_lapacklin_dsyrfs Refined solution with error bounds of real symmetric indefinite system of linear equations, multiple right-hand sides |
f07mjc
Example Text Example Data |
7 | nag_lapacklin_dsytri Inverse of real symmetric indefinite matrix, matrix already factorized by f07mdc |
f07mnc
Example Text Example Data |
23 | nag_lapacklin_zhesv Computes the solution to a complex Hermitian system of linear equations |
f07mpc
Example Text Example Data |
23 | nag_lapacklin_zhesvx Uses the diagonal pivoting factorization to compute the solution to a complex Hermitian system of linear equations |
f07mrc
Example Text Example Data |
7 | nag_lapacklin_zhetrf Bunch–Kaufman factorization of complex Hermitian indefinite matrix |
f07msc
Example Text Example Data |
7 | nag_lapacklin_zhetrs Solution of complex Hermitian indefinite system of linear equations, multiple right-hand sides, matrix already factorized by f07mrc |
f07muc
Example Text Example Data |
7 | nag_lapacklin_zhecon Estimate condition number of complex Hermitian indefinite matrix, matrix already factorized by f07mrc |
f07mvc
Example Text Example Data |
7 | nag_lapacklin_zherfs Refined solution with error bounds of complex Hermitian indefinite system of linear equations, multiple right-hand sides |
f07mwc
Example Text Example Data |
7 | nag_lapacklin_zhetri Inverse of complex Hermitian indefinite matrix, matrix already factorized by f07mrc |
f07nnc
Example Text Example Data |
23 | nag_lapacklin_zsysv Computes the solution to a complex symmetric system of linear equations |
f07npc
Example Text Example Data |
23 | nag_lapacklin_zsysvx Uses the diagonal pivoting factorization to compute the solution to a complex symmetric system of linear equations |
f07nrc
Example Text Example Data |
7 | nag_lapacklin_zsytrf Bunch–Kaufman factorization of complex symmetric matrix |
f07nsc
Example Text Example Data |
7 | nag_lapacklin_zsytrs Solution of complex symmetric system of linear equations, multiple right-hand sides, matrix already factorized by f07nrc |
f07nuc
Example Text Example Data |
7 | nag_lapacklin_zsycon Estimate condition number of complex symmetric matrix, matrix already factorized by f07nrc |
f07nvc
Example Text Example Data |
7 | nag_lapacklin_zsyrfs Refined solution with error bounds of complex symmetric system of linear equations, multiple right-hand sides |
f07nwc
Example Text Example Data |
7 | nag_lapacklin_zsytri Inverse of complex symmetric matrix, matrix already factorized by f07nrc |
f07pac
Example Text Example Data |
23 | nag_lapacklin_dspsv Computes the solution to a real symmetric system of linear equations, packed storage |
f07pbc
Example Text Example Data |
23 | nag_lapacklin_dspsvx Uses the diagonal pivoting factorization to compute the solution to a real symmetric system of linear equations, packed storage. Error bounds and a condition estimate are also computed |
f07pdc
Example Text Example Data |
7 | nag_lapacklin_dsptrf Bunch–Kaufman factorization of real symmetric indefinite matrix, packed storage |
f07pec
Example Text Example Data |
7 | nag_lapacklin_dsptrs Solution of real symmetric indefinite system of linear equations, multiple right-hand sides, matrix already factorized by f07pdc, packed storage |
f07pgc
Example Text Example Data |
7 | nag_lapacklin_dspcon Estimate condition number of real symmetric indefinite matrix, matrix already factorized by f07pdc, packed storage |
f07phc
Example Text Example Data |
7 | nag_lapacklin_dsprfs Refined solution with error bounds of real symmetric indefinite system of linear equations, multiple right-hand sides, packed storage |
f07pjc
Example Text Example Data |
7 | nag_lapacklin_dsptri Inverse of real symmetric indefinite matrix, matrix already factorized by f07pdc, packed storage |
f07pnc
Example Text Example Data |
23 | nag_lapacklin_zhpsv Computes the solution to a complex Hermitian system of linear equations, packed storage |
f07ppc
Example Text Example Data |
23 | nag_lapacklin_zhpsvx Uses the diagonal pivoting factorization to compute the solution to a complex, Hermitian, system of linear equations, error bounds and condition estimates. Packed storage |
f07prc
Example Text Example Data |
7 | nag_lapacklin_zhptrf Bunch–Kaufman factorization of complex Hermitian indefinite matrix, packed storage |
f07psc
Example Text Example Data |
7 | nag_lapacklin_zhptrs Solution of complex Hermitian indefinite system of linear equations, multiple right-hand sides, matrix already factorized by f07prc, packed storage |
f07puc
Example Text Example Data |
7 | nag_lapacklin_zhpcon Estimate condition number of complex Hermitian indefinite matrix, matrix already factorized by f07prc, packed storage |
f07pvc
Example Text Example Data |
7 | nag_lapacklin_zhprfs Refined solution with error bounds of complex Hermitian indefinite system of linear equations, multiple right-hand sides, packed storage |
f07pwc
Example Text Example Data |
7 | nag_lapacklin_zhptri Inverse of complex Hermitian indefinite matrix, matrix already factorized by f07prc, packed storage |
f07qnc
Example Text Example Data |
23 | nag_lapacklin_zspsv Computes the solution to a complex symmetric system of linear equations, packed storage |
f07qpc
Example Text Example Data |
23 | nag_lapacklin_zspsvx Uses the diagonal pivoting factorization to compute the solution to a complex, symmetric, system of linear equations, error bounds and condition estimates. Packed storage |
f07qrc
Example Text Example Data |
7 | nag_lapacklin_zsptrf Bunch–Kaufman factorization of complex symmetric matrix, packed storage |
f07qsc
Example Text Example Data |
7 | nag_lapacklin_zsptrs Solution of complex symmetric system of linear equations, multiple right-hand sides, matrix already factorized by f07qrc, packed storage |
f07quc
Example Text Example Data |
7 | nag_lapacklin_zspcon Estimate condition number of complex symmetric matrix, matrix already factorized by f07qrc, packed storage |
f07qvc
Example Text Example Data |
7 | nag_lapacklin_zsprfs Refined solution with error bounds of complex symmetric system of linear equations, multiple right-hand sides, packed storage |
f07qwc
Example Text Example Data |
7 | nag_lapacklin_zsptri Inverse of complex symmetric matrix, matrix already factorized by f07qrc, packed storage |
f07tec
Example Text Example Data |
7 | nag_lapacklin_dtrtrs Solution of real triangular system of linear equations, multiple right-hand sides |
f07tgc
Example Text Example Data |
7 | nag_lapacklin_dtrcon Estimate condition number of real triangular matrix |
f07thc
Example Text Example Data |
7 | nag_lapacklin_dtrrfs Error bounds for solution of real triangular system of linear equations, multiple right-hand sides |
f07tjc
Example Text Example Data |
7 | nag_lapacklin_dtrtri Inverse of real triangular matrix |
f07tsc
Example Text Example Data |
7 | nag_lapacklin_ztrtrs Solution of complex triangular system of linear equations, multiple right-hand sides |
f07tuc
Example Text Example Data |
7 | nag_lapacklin_ztrcon Estimate condition number of complex triangular matrix |
f07tvc
Example Text Example Data |
7 | nag_lapacklin_ztrrfs Error bounds for solution of complex triangular system of linear equations, multiple right-hand sides |
f07twc
Example Text Example Data |
7 | nag_lapacklin_ztrtri Inverse of complex triangular matrix |
f07uec
Example Text Example Data |
7 | nag_lapacklin_dtptrs Solution of real triangular system of linear equations, multiple right-hand sides, packed storage |
f07ugc
Example Text Example Data |
7 | nag_lapacklin_dtpcon Estimate condition number of real triangular matrix, packed storage |
f07uhc
Example Text Example Data |
7 | nag_lapacklin_dtprfs Error bounds for solution of real triangular system of linear equations, multiple right-hand sides, packed storage |
f07ujc
Example Text Example Data |
7 | nag_lapacklin_dtptri Inverse of real triangular matrix, packed storage |
f07usc
Example Text Example Data |
7 | nag_lapacklin_ztptrs Solution of complex triangular system of linear equations, multiple right-hand sides, packed storage |
f07uuc
Example Text Example Data |
7 | nag_lapacklin_ztpcon Estimate condition number of complex triangular matrix, packed storage |
f07uvc
Example Text Example Data |
7 | nag_lapacklin_ztprfs Error bounds for solution of complex triangular system of linear equations, multiple right-hand sides, packed storage |
f07uwc
Example Text Example Data |
7 | nag_lapacklin_ztptri Inverse of complex triangular matrix, packed storage |
f07vec
Example Text Example Data |
7 | nag_lapacklin_dtbtrs Solution of real band triangular system of linear equations, multiple right-hand sides |
f07vgc
Example Text Example Data |
7 | nag_lapacklin_dtbcon Estimate condition number of real band triangular matrix |
f07vhc
Example Text Example Data |
7 | nag_lapacklin_dtbrfs Error bounds for solution of real band triangular system of linear equations, multiple right-hand sides |
f07vsc
Example Text Example Data |
7 | nag_lapacklin_ztbtrs Solution of complex band triangular system of linear equations, multiple right-hand sides |
f07vuc
Example Text Example Data |
7 | nag_lapacklin_ztbcon Estimate condition number of complex band triangular matrix |
f07vvc
Example Text Example Data |
7 | nag_lapacklin_ztbrfs Error bounds for solution of complex band triangular system of linear equations, multiple right-hand sides |
f07wdc
Example Text Example Data |
25 | nag_lapacklin_dpftrf Cholesky factorization of real symmetric positive definite matrix, Rectangular Full Packed format |
f07wec
Example Text Example Data |
25 | nag_lapacklin_dpftrs Solution of real symmetric positive definite system of linear equations, multiple right-hand sides, coefficient matrix already factorized by f07wdc, Rectangular Full Packed format |
f07wjc
Example Text Example Data |
25 | nag_lapacklin_dpftri Inverse of real symmetric positive definite matrix, matrix already factorized by f07wdc, Rectangular Full Packed format |
f07wkc
Example Text Example Data |
25 | nag_lapacklin_dtftri Inverse of real triangular matrix, Rectangular Full Packed format |
f07wrc
Example Text Example Data |
25 | nag_lapacklin_zpftrf Cholesky factorization of complex Hermitian positive definite matrix, Rectangular Full Packed format |
f07wsc
Example Text Example Data |
25 | nag_lapacklin_zpftrs Solution of complex Hermitian positive definite system of linear equations, multiple right-hand sides, coefficient matrix already factorized by f07wrc, Rectangular Full Packed format |
f07wwc
Example Text Example Data |
25 | nag_lapacklin_zpftri Inverse of complex Hermitian positive definite matrix, matrix already factorized by f07wrc, Rectangular Full Packed format |
f07wxc
Example Text Example Data |
25 | nag_lapacklin_ztftri Inverse of complex triangular matrix, Rectangular Full Packed format |