dgbtrf.f (3) Linux Manual Page
dgbtrf.f – SynopsisFunctions/Subroutinessubroutine dgbtrf (M, N, KL, KU, AB, LDAB, IPIV, INFO) DGBTRF Function/Subroutine Documentationsubroutine dgbtrf (integerM, integerN, integerKL, integerKU, double precision, dimension( ldab, * )AB, integerLDAB, integer, dimension( * )IPIV, integerINFO)DGBTRF Purpose: DGBTRF computes an LU factorization of a real m-by-n band matrix A using partial pivoting with row interchanges. This is the blocked…
