dsytrf.f (3) Linux Manual Page
dsytrf.f – Synopsis Functions/Subroutines subroutine dsytrf (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) DSYTRF Function/Subroutine Documentation subroutine dsytrf (characterUPLO, integerN, double precision, dimension( lda, * )A, integerLDA, integer, dimension( * )IPIV, double precision, dimension( * )WORK, integerLWORK, integerINFO) DSYTRF Purpose: DSYTRF computes the factorization of a real symmetric matrix A using the Bunch-Kaufman diagonal…
