|
QR_MUMPS
|
Generif interface for the ::dqrm_spmat_convert routine. More...
Public Member Functions | |
| subroutine | dqrm_spmat_convert (in_mat, out_mat, fmt, values) |
| This subroutine converts an input matrix into a different storage format. Optionally the values may be ignored (this comes handy during the analysis) More... | |
Generif interface for the ::dqrm_spmat_convert routine.
Definition at line 64 of file dqrm_spmat_mod.F90.
| subroutine dqrm_spmat_mod::qrm_spmat_convert::dqrm_spmat_convert | ( | type(dqrm_spmat_type), intent(in) | in_mat, |
| type(dqrm_spmat_type) | out_mat, | ||
| character, dimension(*), intent(in) | fmt, | ||
| logical, optional | values | ||
| ) |
This subroutine converts an input matrix into a different storage format. Optionally the values may be ignored (this comes handy during the analysis)
| [in] | in_mat | the input matrix |
| [in,out] | out_mat | the output matrix in fmt format |
| [in] | fmt | the format of the output matrix |
| [in] | values | (optional) if values=.true. the output matrix will include numerical values, otherwise only the structure |
Definition at line 356 of file dqrm_spmat_mod.F90.
1.8.11