sgttrf.f (3) Linux Manual Page
sgttrf.f – Synopsis Functions/Subroutines subroutine sgttrf (N, DL, D, DU, DU2, IPIV, INFO) SGTTRF Function/Subroutine Documentation subroutine sgttrf (integerN, real, dimension( * )DL, real, dimension( * )D, real, dimension( * )DU, real, dimension( * )DU2, integer, dimension( * )IPIV, integerINFO) SGTTRF Purpose: SGTTRF computes an LU factorization of a real tridiagonal matrix A using elimination…
