DGBTRF (3) Linux Manual Page
NAME dgbtrf.f – SYNOPSIS Functions/Subroutines subroutine dgbtrf (M, N, KL, KU, AB, LDAB, IPIV, INFO) DGBTRF Function/Subroutine Documentation subroutine 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…
