Generif interface for the ::dqrm_spmat_destroy routine. More...
Public Member Functions | |
subroutine | dqrm_spmat_destroy (qrm_spmat, all) |
This subroutine destroyes a qrm_spmat instance. More... | |
Generif interface for the ::dqrm_spmat_destroy routine.
Definition at line 74 of file dqrm_spmat_mod.F90.
subroutine dqrm_spmat_mod::qrm_spmat_destroy::dqrm_spmat_destroy | ( | type(dqrm_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 dqrm_spmat_mod.F90.
Referenced by dqrm_ata_graph(), dqrm_detect_singletons(), dqrm_do_colamd(), dqrm_do_metis(), dqrm_do_scotch(), dqrm_c_interface::dqrm_spmat_destroy_c(), and dqrm_symbolic().