![]() |
Octopus
|
Definition at line 592 of file lapack.F90.
Public Member Functions | |
| subroutine | dsytri (uplo, n, a, lda, ipiv, work, info) |
| subroutine | zsytri (uplo, n, a, lda, ipiv, work, info) |
| subroutine lapack_oct_m::lapack_sytri::dsytri | ( | character(1), intent(in) | uplo, |
| integer, intent(in) | n, | ||
| real(real64), intent(inout) | a, | ||
| integer, intent(in) | lda, | ||
| integer, intent(in) | ipiv, | ||
| real(real64), intent(out) | work, | ||
| integer, intent(out) | info | ||
| ) |
Definition at line 593 of file lapack.F90.
| subroutine lapack_oct_m::lapack_sytri::zsytri | ( | character(1), intent(in) | uplo, |
| integer, intent(in) | n, | ||
| complex(real64), intent(inout) | a, | ||
| integer, intent(in) | lda, | ||
| integer, intent(in) | ipiv, | ||
| complex(real64), intent(out) | work, | ||
| integer, intent(out) | info | ||
| ) |
Definition at line 604 of file lapack.F90.