zgbtrf.f (3) Linux Manual Page
zgbtrf.f – Synopsis Functions/Subroutines subroutine zgbtrf (M, N, KL, KU, AB, LDAB, IPIV, INFO) ZGBTRF Function/Subroutine Documentation subroutine zgbtrf (integerM, integerN, integerKL, integerKU, complex*16, dimension( ldab, * )AB, integerLDAB, integer, dimension( * )IPIV, integerINFO) ZGBTRF Purpose: ZGBTRF computes an LU factorization of a complex m-by-n band matrix A using partial pivoting with row interchanges. This…
