other versions
| dpbsvx.f(3) | LAPACK | dpbsvx.f(3) | 
NAME¶
dpbsvx.f
SYNOPSIS¶
Functions/Subroutines¶
subroutine dpbsvx (FACT, UPLO, N, KD, NRHS,
    AB, LDAB, AFB, LDAFB, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR,
    WORK, IWORK, INFO)
  
   DPBSVX computes the solution to system of linear equations A * X = B for
    OTHER matrices
  
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
| Wed May 24 2017 | Version 3.7.0 |