This file contains the module that implements the main qr_mumps data structure. More...
Go to the source code of this file.
Data Types | |
module | _qrm_spmat_mod |
This module contains the definition of the basic sparse matrix type and of the associated methods. More... | |
interface | _qrm_spmat_mod::qrm_spmat_alloc |
Generif interface for the ::_qrm_spmat_alloc routine. More... | |
interface | _qrm_spmat_mod::qrm_spmat_init |
Generif interface for the ::_qrm_spmat_init routine. More... | |
interface | _qrm_spmat_mod::qrm_cntl_init |
Generif interface for the ::_qrm_cntl_init routine. More... | |
interface | _qrm_spmat_mod::qrm_spmat_convert |
Generif interface for the ::_qrm_spmat_convert routine. More... | |
interface | _qrm_spmat_mod::qrm_spmat_copy |
Generif interface for the ::_qrm_spmat_copy routine. More... | |
interface | _qrm_spmat_mod::qrm_spmat_destroy |
Generif interface for the ::_qrm_spmat_destroy routine. More... | |
interface | _qrm_spmat_mod::qrm_set |
Generif interface for the ::_qrm_pseti, ::_qrm_psetr and. More... | |
interface | _qrm_spmat_mod::qrm_get |
Generif interface for the ::_qrm_pgeti, ::_qrm_pgetr and. More... | |
interface | _qrm_spmat_mod::qrm_get_r |
Generif interface for the ::_qrm_spmat_alloc routine. More... | |
type | _qrm_spmat_mod::_qrm_spmat_type |
This type defines the data structure used to store a matrix. More... | |
This file contains the module that implements the main qr_mumps data structure.
Definition in file qrm_spmat_mod.F90.