![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | zgtcon (norm, n, dl, d, du, du2, ipiv, anorm, rcond, work, info) |
ZGTCON | |
subroutine | zgtrfs (trans, n, nrhs, dl, d, du, dlf, df, duf, du2, ipiv, b, ldb, x, ldx, ferr, berr, work, rwork, info) |
ZGTRFS | |
subroutine | zgttrf (n, dl, d, du, du2, ipiv, info) |
ZGTTRF | |
subroutine | zgttrs (trans, n, nrhs, dl, d, du, du2, ipiv, b, ldb, info) |
ZGTTRS | |
subroutine | zgtts2 (itrans, n, nrhs, dl, d, du, du2, ipiv, b, ldb) |
ZGTTS2 solves a system of linear equations with a tridiagonal matrix using the LU factorization computed by sgttrf. | |
This is the group of complex16 computational functions for GT matrices