Generif interface for the ::_qrm_spmat_destroy routine. More...
Public Member Functions | |
subroutine | _qrm_spmat_destroy (qrm_spmat, all) |
This subroutine destroyes a qrm_spmat instance. More... | |
Generif interface for the ::_qrm_spmat_destroy routine.
Definition at line 74 of file qrm_spmat_mod.F90.
subroutine _qrm_spmat_mod::qrm_spmat_destroy::_qrm_spmat_destroy | ( | type(_qrm_spmat_type) | qrm_spmat, |
logical, optional | all | ||
) |
This subroutine destroyes a qrm_spmat instance.
[in,out] | qrm_spmat | the matrix to be destroyed |
[in] | all | whether to deallocate all the memory or not |
Definition at line 729 of file qrm_spmat_mod.F90.
Referenced by _qrm_ata_graph(), _qrm_detect_singletons(), _qrm_do_colamd(), _qrm_do_metis(), _qrm_do_scotch(), _qrm_c_interface::_qrm_spmat_destroy_c(), and _qrm_symbolic().