Public Member Functions | |
subroutine | dqrm_min_norm2d (qrm_mat, b, x) |
subroutine | dqrm_min_norm1d (qrm_mat, b, x) |
Definition at line 62 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::qrm_min_norm::dqrm_min_norm1d | ( | type(dqrm_spmat_type) | qrm_mat, |
real(kind(1.d0)), dimension(:) | b, | ||
real(kind(1.d0)), dimension(:) | x | ||
) |
Definition at line 68 of file dqrm_methods_mod.F90.
subroutine dqrm_methods_mod::qrm_min_norm::dqrm_min_norm2d | ( | type(dqrm_spmat_type) | qrm_mat, |
real(kind(1.d0)), dimension(:,:) | b, | ||
real(kind(1.d0)), dimension(:,:) | x | ||
) |
Definition at line 63 of file dqrm_methods_mod.F90.