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

Functions

subroutine cgtsv (n, nrhs, dl, d, du, b, ldb, info)
  CGTSV computes the solution to system of linear equations A * X = B for GT matrices
 
subroutine cgtsvx (fact, trans, n, nrhs, dl, d, du, dlf, df, duf, du2, ipiv, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info)
  CGTSVX computes the solution to system of linear equations A * X = B for GT matrices
 

Detailed Description

This is the group of complex solve driver functions for GT matrices