![]() |
Octopus
|
Definition at line 568 of file lapack.F90.
Public Member Functions | |
| subroutine | dsytrf (uplo, n, a, lda, ipiv, work, lwork, info) |
| subroutine | zsytrf (uplo, n, a, lda, ipiv, work, lwork, info) |
| subroutine lapack_oct_m::lapack_sytrf::dsytrf | ( | character(1), intent(in) | uplo, |
| integer, intent(in) | n, | ||
| real(real64), intent(inout) | a, | ||
| integer, intent(in) | lda, | ||
| integer, intent(out) | ipiv, | ||
| real(real64), intent(out) | work, | ||
| integer, intent(in) | lwork, | ||
| integer, intent(out) | info | ||
| ) |
Definition at line 569 of file lapack.F90.
| subroutine lapack_oct_m::lapack_sytrf::zsytrf | ( | character(1), intent(in) | uplo, |
| integer, intent(in) | n, | ||
| complex(real64), intent(inout) | a, | ||
| integer, intent(in) | lda, | ||
| integer, intent(out) | ipiv, | ||
| complex(real64), intent(out) | work, | ||
| integer, intent(in) | lwork, | ||
| integer, intent(out) | info | ||
| ) |
Definition at line 580 of file lapack.F90.