QR_MUMPS
List of all members | Public Member Functions
_qrm_spmat_mod::qrm_get Interface Reference

Generif interface for the ::_qrm_pgeti, ::_qrm_pgetr and. More...

Public Member Functions

subroutine _qrm_pgeti (qrm_spmat, string, ival)
 Gets the values of an integer control parameter. This is the dual of the ::_qrm_pseti routine; the parameters and accepted values are the same. More...
 
subroutine _qrm_pgetii (qrm_spmat, string, ival)
 Gets the values of an integer control parameter. This is the dual of the ::_qrm_pseti routine; the parameters and accepted values are the same. More...
 
subroutine _qrm_pgetr (qrm_spmat, string, rval)
 Gets the values of a real control parameter. This is the dual of the ::_qrm_psetr routine; the parameters and accepted values are the same. More...
 

Detailed Description

Generif interface for the ::_qrm_pgeti, ::_qrm_pgetr and.

Definition at line 93 of file qrm_spmat_mod.F90.

Member Function/Subroutine Documentation

subroutine _qrm_spmat_mod::qrm_get::_qrm_pgeti ( type(_qrm_spmat_type qrm_spmat,
character(len=*)  string,
integer  ival 
)

Gets the values of an integer control parameter. This is the dual of the ::_qrm_pseti routine; the parameters and accepted values are the same.

Definition at line 1008 of file qrm_spmat_mod.F90.

subroutine _qrm_spmat_mod::qrm_get::_qrm_pgetii ( type(_qrm_spmat_type qrm_spmat,
character(len=* )  string,
integer(kind=8)  ival 
)

Gets the values of an integer control parameter. This is the dual of the ::_qrm_pseti routine; the parameters and accepted values are the same.

Definition at line 1047 of file qrm_spmat_mod.F90.

subroutine _qrm_spmat_mod::qrm_get::_qrm_pgetr ( type(_qrm_spmat_type qrm_spmat,
character(len=*)  string,
real(kind(1.d0))  rval 
)

Gets the values of a real control parameter. This is the dual of the ::_qrm_psetr routine; the parameters and accepted values are the same.

Definition at line 1120 of file qrm_spmat_mod.F90.


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