linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Public Member Functions | |
subroutine | zpotrf (uplo, n, a, lda, info) |
Definition at line 180 of file lapack.f90.
subroutine lapack::zpotrf::zpotrf | ( | character, intent(in) | uplo, |
integer(int32), intent(in) | n, | ||
complex(real64), dimension(lda,*), intent(inout) | a, | ||
integer(int32), intent(in) | lda, | ||
integer(int32), intent(out) | info ) |
Definition at line 180 of file lapack.f90.