sgbsv.f (3) Linux Manual Page
sgbsv.f – Synopsis Functions/Subroutines subroutine sgbsv (N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, INFO) SGBSV computes the solution to system of linear equations A * X = B for GB matrices (simple driver) Function/Subroutine Documentation subroutine sgbsv (integerN, integerKL, integerKU, integerNRHS, real, dimension( ldab, * )AB, integerLDAB, integer, dimension( * )IPIV, real, dimension(…
