QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
List of all members | Public Member Functions
dqrm_methods_mod::qrm_least_squares Interface Reference

Public Member Functions

subroutine dqrm_least_squares2d (qrm_mat, b, x)
 
subroutine dqrm_least_squares1d (qrm_mat, b, x)
 

Detailed Description

Definition at line 43 of file dqrm_methods_mod.F90.

Member Function/Subroutine Documentation

subroutine dqrm_methods_mod::qrm_least_squares::dqrm_least_squares1d ( type(dqrm_spmat_type)  qrm_mat,
real(kind(1.d0)), dimension(:)  b,
real(kind(1.d0)), dimension(:)  x 
)

Definition at line 49 of file dqrm_methods_mod.F90.

subroutine dqrm_methods_mod::qrm_least_squares::dqrm_least_squares2d ( type(dqrm_spmat_type)  qrm_mat,
real(kind(1.d0)), dimension(:,:)  b,
real(kind(1.d0)), dimension(:,:)  x 
)

Definition at line 44 of file dqrm_methods_mod.F90.


The documentation for this interface was generated from the following file: