OpenCMISS-Iron Internal API Documentation
|
Public Member Functions | |
subroutine | dgesv (N, NRHS, A, LDA, IPIV, B, LDB, INFO) |
Definition at line 53 of file lapack.f90.
subroutine lapack::DGESV::dgesv | ( | integer(intg), intent(in) | N, |
integer(intg), intent(in) | NRHS, | ||
real(dp), dimension(lda,*), intent(inout) | A, | ||
integer(intg), intent(in) | LDA, | ||
integer(intg), dimension(*), intent(out) | IPIV, | ||
real(dp), dimension(ldb,*), intent(inout) | B, | ||
integer(intg), intent(in) | LDB, | ||
integer(intg), intent(out) | INFO | ||
) |
Definition at line 54 of file lapack.f90.