CGBTF2 (3) Linux Manual Page
NAME cgbtf2.f – SYNOPSIS Functions/Subroutines subroutine cgbtf2 (M, N, KL, KU, AB, LDAB, IPIV, INFO) CGBTF2 computes the LU factorization of a general band matrix using the unblocked version of the algorithm. Function/Subroutine Documentation subroutine cgbtf2 (integerM, integerN, integerKL, integerKU, complex, dimension( ldab, * )AB, integerLDAB, integer, dimension( * )IPIV, integerINFO) CGBTF2 computes the LU…
