![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cpstrf (UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO) |
CPSTRF computes the Cholesky factorization with complete pivoting of complex Hermitian positive semidefinite matrix. More... | |
subroutine | dpstrf (UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO) |
DPSTRF computes the Cholesky factorization with complete pivoting of a real symmetric positive semidefinite matrix. More... | |
subroutine | spstrf (UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO) |
SPSTRF computes the Cholesky factorization with complete pivoting of a real symmetric positive semidefinite matrix. More... | |
subroutine | zpstrf (UPLO, N, A, LDA, PIV, RANK, TOL, WORK, INFO) |
ZPSTRF computes the Cholesky factorization with complete pivoting of a complex Hermitian positive semidefinite matrix. More... | |