QR_MUMPS
|
Public Member Functions | |
subroutine | dqrm_least_squares2dw (qrm_mat, b, x) |
subroutine | dqrm_least_squares1dw (qrm_mat, b, x) |
Definition at line 39 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::dqrm_least_squares::dqrm_least_squares1dw | ( | type(dqrm_spmat_type) | qrm_mat, |
real(kind(1.d0)), dimension(:) | b, | ||
real(kind(1.d0)), dimension(:) | x | ||
) |
Definition at line 141 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::dqrm_least_squares::dqrm_least_squares2dw | ( | type(dqrm_spmat_type) | qrm_mat, |
real(kind(1.d0)), dimension(:,:) | b, | ||
real(kind(1.d0)), dimension(:,:) | x | ||
) |
Definition at line 133 of file dqrm_methods_mod.F90.