QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
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 1007 of file qrm_spmat_mod.F90.

Referenced by _qrm_c_interface::_qrm_pgeti_c().

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 1046 of file qrm_spmat_mod.F90.

Referenced by _qrm_spmat_mod::_qrm_pgeti(), and _qrm_c_interface::_qrm_pgetii_c().

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 1119 of file qrm_spmat_mod.F90.


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