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

Functions

subroutine cgtcon (norm, n, dl, d, du, du2, ipiv, anorm, rcond, work, info)
 CGTCON
 
subroutine cgtrfs (trans, n, nrhs, dl, d, du, dlf, df, duf, du2, ipiv, b, ldb, x, ldx, ferr, berr, work, rwork, info)
 CGTRFS
 
subroutine cgttrf (n, dl, d, du, du2, ipiv, info)
 CGTTRF
 
subroutine cgttrs (trans, n, nrhs, dl, d, du, du2, ipiv, b, ldb, info)
 CGTTRS
 
subroutine cgtts2 (itrans, n, nrhs, dl, d, du, du2, ipiv, b, ldb)
 CGTTS2 solves a system of linear equations with a tridiagonal matrix using the LU factorization computed by sgttrf.
 

Detailed Description

This is the group of complex computational functions for GT matrices