47 real(kind(1.d0)) :: b(:,:), x(:,:)
52 real(kind(1.d0)) :: b(:), x(:)
66 real(kind(1.d0)) :: b(:,:), x(:,:)
71 real(kind(1.d0)) :: b(:), x(:)
83 real(kind(1.d0)) :: nrm(:)
85 real(kind(1.d0)) :: b(:,:), x(:,:)
89 real(kind(1.d0)) :: nrm
91 real(kind(1.d0)) :: b(:), x(:)
105 real(kind(1.d0)) :: nrm(:)
107 real(kind(1.d0)) :: r(:,:)
111 real(kind(1.d0)) :: nrm
113 real(kind(1.d0)) :: r(:)
117 real(kind(1.d0)) :: nrm(:)
119 real(kind(1.d0)) :: b(:,:), x(:,:)
123 real(kind(1.d0)) :: nrm
125 real(kind(1.d0)) :: b(:), x(:)
135 real(kind(1.d0)) :: b(:,:), x(:,:)
143 real(kind(1.d0)) :: b(:), x(:)
152 real(kind(1.d0)) :: b(:,:), x(:,:)
160 real(kind(1.d0)) :: b(:), x(:)
168 real(kind(1.d0)) :: nrm(:)
170 real(kind(1.d0)) :: b(:,:), x(:,:)
177 real(kind(1.d0)) :: nrm
179 real(kind(1.d0)) :: b(:), x(:)
188 real(kind(1.d0)) :: nrm(:)
190 real(kind(1.d0)) :: r(:,:)
197 real(kind(1.d0)) :: nrm
199 real(kind(1.d0)) :: r(:)
206 real(kind(1.d0)) :: nrm(:)
208 real(kind(1.d0)) :: b(:,:), x(:,:)
215 real(kind(1.d0)) :: nrm
217 real(kind(1.d0)) :: b(:), x(:)
subroutine dqrm_residual_norm1d(qrm_mat, b, x, nrm)
This routine computes the scaled norm of the residual.
subroutine dqrm_least_squares1dw(qrm_mat, b, x)
subroutine dqrm_residual_norm1dw(qrm_mat, b, x, nrm)
This module contains generic methods.
subroutine dqrm_residual_orth2dw(qrm_mat, r, nrm)
subroutine dqrm_residual_and_orth1d(qrm_mat, b, x, nrm)
This routine computes the scaled norm of the product A'*r.
subroutine dqrm_least_squares2d(qrm_mat, b, x)
This routine computes the least-squares solution of a problem.
subroutine dqrm_residual_and_orth2dw(qrm_mat, b, x, nrm)
This module contains the definition of the basic sparse matrix type and of the associated methods...
subroutine dqrm_min_norm2d(qrm_mat, b, x)
This routine computes the min-norm solution of a problem.
subroutine dqrm_residual_orth1d(qrm_mat, r, nrm)
This routine computes the scaled norm of the product A'*r.
subroutine dqrm_min_norm2dw(qrm_mat, b, x)
subroutine dqrm_residual_and_orth2d(qrm_mat, b, x, nrm)
This routine computes the scaled norm of the product A'*r.
subroutine dqrm_min_norm1dw(qrm_mat, b, x)
This type defines the data structure used to store a matrix.
subroutine dqrm_least_squares1d(qrm_mat, b, x)
This routine computes the least-squares solution of a problem.
subroutine dqrm_min_norm1d(qrm_mat, b, x)
This routine computes the min-norm solution of a problem.
subroutine dqrm_residual_orth2d(qrm_mat, r, nrm)
This routine computes the scaled norm of the product A'*r for multiple residuals. ...
subroutine dqrm_residual_norm2dw(qrm_mat, b, x, nrm)
subroutine dqrm_residual_norm2d(qrm_mat, b, x, nrm)
This routine computes the scaled norm of multiple residuals.
subroutine dqrm_residual_orth1dw(qrm_mat, r, nrm)
subroutine dqrm_least_squares2dw(qrm_mat, b, x)
subroutine dqrm_residual_and_orth1dw(qrm_mat, b, x, nrm)