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

Functions

subroutine zgbsv (n, kl, ku, nrhs, ab, ldab, ipiv, b, ldb, info)
  ZGBSV computes the solution to system of linear equations A * X = B for GB matrices (simple driver)
 
subroutine zgbsvx (fact, trans, n, kl, ku, nrhs, ab, ldab, afb, ldafb, ipiv, equed, r, c, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info)
  ZGBSVX computes the solution to system of linear equations A * X = B for GB matrices
 
subroutine zgbsvxx (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)
  ZGBSVXX computes the solution to system of linear equations A * X = B for GB matrices
 

Detailed Description

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