QR_MUMPS
|
Public Member Functions | |
subroutine | dqrm_residual_orth2d (qrm_mat, r, nrm) |
subroutine | dqrm_residual_orth1d (qrm_mat, r, nrm) |
subroutine | dqrm_residual_and_orth2d (qrm_mat, b, x, nrm) |
subroutine | dqrm_residual_and_orth1d (qrm_mat, b, x, nrm) |
Definition at line 102 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::qrm_residual_orth::dqrm_residual_and_orth1d | ( | 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 122 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::qrm_residual_orth::dqrm_residual_and_orth2d | ( | 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 116 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::qrm_residual_orth::dqrm_residual_orth1d | ( | type(dqrm_spmat_type) | qrm_mat, |
real(kind(1.d0)), dimension(:) | r, | ||
real(kind(1.d0)) | nrm | ||
) |
Definition at line 110 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::qrm_residual_orth::dqrm_residual_orth2d | ( | type(dqrm_spmat_type) | qrm_mat, |
real(kind(1.d0)), dimension(:,:) | r, | ||
real(kind(1.d0)), dimension(:) | nrm | ||
) |
Definition at line 104 of file dqrm_methods_mod.F90.