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

Public Member Functions

subroutine dqrm_apply2d (qrm_mat, transp, b)
 
subroutine dqrm_apply1d (qrm_mat, transp, b)
 

Detailed Description

Definition at line 71 of file dqrm_solve_mod.F90.

Member Function/Subroutine Documentation

subroutine dqrm_solve_mod::qrm_apply::dqrm_apply1d ( type(dqrm_spmat_type), intent(in)  qrm_mat,
character(len=*), intent(in)  transp,
real(kind(1.d0)), dimension(:), intent(inout)  b 
)

Definition at line 78 of file dqrm_solve_mod.F90.

subroutine dqrm_solve_mod::qrm_apply::dqrm_apply2d ( type(dqrm_spmat_type), intent(in)  qrm_mat,
character(len=*), intent(in)  transp,
real(kind(1.d0)), dimension(:,:), intent(inout)  b 
)

Definition at line 72 of file dqrm_solve_mod.F90.


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