QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
List of all members | Public Member Functions
_qrm_spmat_mod::qrm_spmat_convert Interface Reference

Generif interface for the ::_qrm_spmat_convert routine. More...

Public Member Functions

subroutine _qrm_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...
 

Detailed Description

Generif interface for the ::_qrm_spmat_convert routine.

Definition at line 64 of file qrm_spmat_mod.F90.

Member Function/Subroutine Documentation

subroutine _qrm_spmat_mod::qrm_spmat_convert::_qrm_spmat_convert ( type(_qrm_spmat_type), intent(in)  in_mat,
type(_qrm_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)

Parameters
[in]in_matthe input matrix
[in,out]out_matthe output matrix in fmt format
[in]fmtthe 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 355 of file qrm_spmat_mod.F90.

Referenced by _qrm_ata_graph(), _qrm_compute_graph(), _qrm_detect_singletons(), and _qrm_symbolic().


The documentation for this interface was generated from the following file: