|
QR_MUMPS
|
Generif interface for the ::_qrm_pseti, ::_qrm_psetr and. More...
Public Member Functions | |
| subroutine | _qrm_pseti (qrm_spmat, string, ival) |
| This subroutine is meant to set the integer control parameters. More... | |
| subroutine | _qrm_psetr (qrm_spmat, string, rval) |
| This subroutine is meant to set the real control parameters. More... | |
Generif interface for the ::_qrm_pseti, ::_qrm_psetr and.
Definition at line 84 of file qrm_spmat_mod.F90.
| subroutine _qrm_spmat_mod::qrm_set::_qrm_pseti | ( | type(_qrm_spmat_type) | qrm_spmat, |
| character(len=*) | string, | ||
| integer | ival | ||
| ) |
This subroutine is meant to set the integer control parameters.
| [in,out] | qrm_spmat | The qrm_spmat instance concerned by the setting |
| [in] | string | a string describing the parameter to be set. Accepted values are:
|
| [in] | ival | Any of the accepted values described above |
Definition at line 824 of file qrm_spmat_mod.F90.
| subroutine _qrm_spmat_mod::qrm_set::_qrm_psetr | ( | type(_qrm_spmat_type) | qrm_spmat, |
| character(len=*) | string, | ||
| real(kind(1.d0)) | rval | ||
| ) |
This subroutine is meant to set the real control parameters.
| [in,out] | qrm_spmat | The qrm_spmat instance concerned by the setting |
| [in] | string | a string describing the parameter to be set. Accepted values are:
|
| [in] | rval | Any of the accepted values described above |
Definition at line 911 of file qrm_spmat_mod.F90.
1.8.11