![]() |
Octopus
|
Definition at line 163 of file lapack.F90.
Public Member Functions | |
| subroutine | dpstrf (uplo, n, a, lda, piv, rank, tol, work, info) |
| subroutine lapack_oct_m::dpstrf::dpstrf | ( | character(len=1), intent(in) | uplo, |
| integer, intent(in) | n, | ||
| real(real64), intent(inout) | a, | ||
| integer, intent(in) | lda, | ||
| integer, intent(out) | piv, | ||
| integer, intent(out) | rank, | ||
| real(real64), intent(in) | tol, | ||
| real(real64), intent(inout) | work, | ||
| integer, intent(out) | info | ||
| ) |
Definition at line 163 of file lapack.F90.