QR_MUMPS
List of all members | Public Member Functions
_qrm_solve_mod::qrm_apply Interface Reference

Public Member Functions

subroutine _qrm_apply2d (qrm_mat, transp, b)
 
subroutine _qrm_apply1d (qrm_mat, transp, b)
 

Detailed Description

Definition at line 71 of file qrm_solve_mod.F90.

Member Function/Subroutine Documentation

subroutine _qrm_solve_mod::qrm_apply::_qrm_apply1d ( type(_qrm_spmat_type), intent(in)  qrm_mat,
character(len=*), intent(in)  transp,
dimension(:), intent(inout)  b 
)

Definition at line 79 of file qrm_solve_mod.F90.

subroutine _qrm_solve_mod::qrm_apply::_qrm_apply2d ( type(_qrm_spmat_type), intent(in)  qrm_mat,
character(len=*), intent(in)  transp,
dimension(:,:), intent(inout)  b 
)

Definition at line 73 of file qrm_solve_mod.F90.


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