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... | |
Generif interface for the ::_qrm_pgeti, ::_qrm_pgetr and.
Definition at line 93 of file qrm_spmat_mod.F90.
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.