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

Generic interface for the ::_qrm_apply and ::_qrm_apply1d routines. More...

Public Member Functions

subroutine _qrm_apply2dw (qrm_mat, transp, b)
 
subroutine _qrm_apply1dw (qrm_mat, transp, b)
 

Detailed Description

Generic interface for the ::_qrm_apply and ::_qrm_apply1d routines.

Definition at line 62 of file qrm_solve_mod.F90.

Member Function/Subroutine Documentation

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

Definition at line 159 of file qrm_solve_mod.F90.

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

Definition at line 150 of file qrm_solve_mod.F90.


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