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

Functions

subroutine cgbsv (n, kl, ku, nrhs, ab, ldab, ipiv, b, ldb, info)
  CGBSV computes the solution to system of linear equations A * X = B for GB matrices (simple driver)
 
subroutine cgbsvx (fact, trans, n, kl, ku, nrhs, ab, ldab, afb, ldafb, ipiv, equed, r, c, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info)
  CGBSVX computes the solution to system of linear equations A * X = B for GB matrices
 
subroutine cgbsvxx (fact, trans, n, kl, ku, nrhs, ab, ldab, afb, ldafb, ipiv, equed, r, c, b, ldb, x, ldx, rcond, rpvgrw, berr, n_err_bnds, err_bnds_norm, err_bnds_comp, nparams, params, work, rwork, info)
  CGBSVXX computes the solution to system of linear equations A * X = B for GB matrices
 

Detailed Description

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