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

Generic interface for the ::dqrm_apply and ::dqrm_apply1d routines. More...

Public Member Functions

subroutine dqrm_apply2dw (qrm_mat, transp, b)
 
subroutine dqrm_apply1dw (qrm_mat, transp, b)
 

Detailed Description

Generic interface for the ::dqrm_apply and ::dqrm_apply1d routines.

Definition at line 62 of file dqrm_solve_mod.F90.

Member Function/Subroutine Documentation

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

Definition at line 158 of file dqrm_solve_mod.F90.

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

Definition at line 149 of file dqrm_solve_mod.F90.


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