47 _qrm_data :: b(:,:), x(:,:)
52 _qrm_data :: b(:), x(:)
66 _qrm_data :: b(:,:), x(:,:)
71 _qrm_data :: b(:), x(:)
85 _qrm_data :: b(:,:), x(:,:)
91 _qrm_data :: b(:), x(:)
119 _qrm_data :: b(:,:), x(:,:)
125 _qrm_data :: b(:), x(:)
135 _qrm_data :: b(:,:), x(:,:)
143 _qrm_data :: b(:), x(:)
152 _qrm_data :: b(:,:), x(:,:)
160 _qrm_data :: b(:), x(:)
170 _qrm_data :: b(:,:), x(:,:)
179 _qrm_data :: b(:), x(:)
208 _qrm_data :: b(:,:), x(:,:)
217 _qrm_data :: b(:), x(:)
subroutine _qrm_residual_norm1d(qrm_mat, b, x, nrm)
This routine computes the scaled norm of the residual.
subroutine _qrm_least_squares2d(qrm_mat, b, x)
This routine computes the least-squares solution of a problem.
subroutine _qrm_min_norm2d(qrm_mat, b, x)
This routine computes the min-norm solution of a problem.
subroutine _qrm_min_norm2dw(qrm_mat, b, x)
subroutine _qrm_residual_orth2d(qrm_mat, r, nrm)
This routine computes the scaled norm of the product A'*r for multiple residuals. ...
subroutine _qrm_residual_and_orth1d(qrm_mat, b, x, nrm)
This routine computes the scaled norm of the product A'*r.
subroutine _qrm_residual_and_orth2d(qrm_mat, b, x, nrm)
This routine computes the scaled norm of the product A'*r.
subroutine _qrm_residual_norm2d(qrm_mat, b, x, nrm)
This routine computes the scaled norm of multiple residuals.
subroutine _qrm_residual_and_orth2dw(qrm_mat, b, x, nrm)
subroutine _qrm_least_squares1dw(qrm_mat, b, x)
subroutine _qrm_min_norm1d(qrm_mat, b, x)
This routine computes the min-norm solution of a problem.
This module contains generic methods.
subroutine _qrm_least_squares1d(qrm_mat, b, x)
This routine computes the least-squares solution of a problem.
This type defines the data structure used to store a matrix.
subroutine _qrm_residual_orth1dw(qrm_mat, r, nrm)
This module contains the definition of the basic sparse matrix type and of the associated methods...
subroutine _qrm_min_norm1dw(qrm_mat, b, x)
subroutine _qrm_least_squares2dw(qrm_mat, b, x)
subroutine _qrm_residual_orth2dw(qrm_mat, r, nrm)
subroutine _qrm_residual_norm2dw(qrm_mat, b, x, nrm)
subroutine _qrm_residual_norm1dw(qrm_mat, b, x, nrm)
subroutine _qrm_residual_orth1d(qrm_mat, r, nrm)
This routine computes the scaled norm of the product A'*r.
subroutine _qrm_residual_and_orth1dw(qrm_mat, b, x, nrm)