QR_MUMPS
|
Public Member Functions | |
subroutine | dqrm_residual_orth2dw (qrm_mat, r, nrm) |
subroutine | dqrm_residual_orth1dw (qrm_mat, r, nrm) |
subroutine | dqrm_residual_and_orth2dw (qrm_mat, b, x, nrm) |
subroutine | dqrm_residual_and_orth1dw (qrm_mat, b, x, nrm) |
Definition at line 97 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::dqrm_residual_orth::dqrm_residual_and_orth1dw | ( | type(dqrm_spmat_type) | qrm_mat, |
real(kind(1.d0)), dimension(:) | b, | ||
real(kind(1.d0)), dimension(:) | x, | ||
real(kind(1.d0)) | nrm | ||
) |
Definition at line 214 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::dqrm_residual_orth::dqrm_residual_and_orth2dw | ( | type(dqrm_spmat_type) | qrm_mat, |
real(kind(1.d0)), dimension(:,:) | b, | ||
real(kind(1.d0)), dimension(:,:) | x, | ||
real(kind(1.d0)), dimension(:) | nrm | ||
) |
Definition at line 205 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::dqrm_residual_orth::dqrm_residual_orth1dw | ( | type(dqrm_spmat_type) | qrm_mat, |
real(kind(1.d0)), dimension(:) | r, | ||
real(kind(1.d0)) | nrm | ||
) |
Definition at line 196 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::dqrm_residual_orth::dqrm_residual_orth2dw | ( | type(dqrm_spmat_type) | qrm_mat, |
real(kind(1.d0)), dimension(:,:) | r, | ||
real(kind(1.d0)), dimension(:) | nrm | ||
) |
Definition at line 187 of file dqrm_methods_mod.F90.