linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Public Member Functions | |
subroutine | dgetrs (trans, n, nrhs, a, lda, ipiv, b, ldb, info) |
Definition at line 282 of file lapack.f90.
subroutine lapack::dgetrs::dgetrs | ( | character, intent(in) | trans, |
integer(int32), intent(in) | n, | ||
integer(int32), intent(in) | nrhs, | ||
real(real64), dimension(lda,*), intent(in) | a, | ||
integer(int32), intent(in) | lda, | ||
integer(int32), dimension(*), intent(in) | ipiv, | ||
real(real64), dimension(ldb,*), intent(inout) | b, | ||
integer(int32), intent(in) | ldb, | ||
integer(int32), intent(out) | info ) |
Definition at line 282 of file lapack.f90.