Definition at line 497 of file lapack.F90.
|
subroutine | dgetrf (m, n, a, lda, ipiv, info) |
|
subroutine | zgetrf (m, n, a, lda, ipiv, info) |
|
◆ dgetrf()
subroutine lapack_oct_m::lapack_getrf::dgetrf |
( |
integer, intent(in) |
m, |
|
|
integer, intent(in) |
n, |
|
|
real(real64), intent(inout) |
a, |
|
|
integer, intent(in) |
lda, |
|
|
integer, intent(out) |
ipiv, |
|
|
integer, intent(out) |
info |
|
) |
| |
- Parameters
-
[in,out] | a | a(lda, n) |
[out] | ipiv | ipiv(min(m,n) |
Definition at line 498 of file lapack.F90.
◆ zgetrf()
subroutine lapack_oct_m::lapack_getrf::zgetrf |
( |
integer, intent(in) |
m, |
|
|
integer, intent(in) |
n, |
|
|
complex(real64), intent(inout) |
a, |
|
|
integer, intent(in) |
lda, |
|
|
integer, intent(out) |
ipiv, |
|
|
integer, intent(out) |
info |
|
) |
| |
- Parameters
-
[in,out] | a | a(lda, n) |
[out] | ipiv | ipiv(min(m,n) |
Definition at line 507 of file lapack.F90.
The documentation for this interface was generated from the following file: