QR_MUMPS
List of all members | Public Member Functions
dqrm_spmat_mod::qrm_spmat_copy Interface Reference

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

Public Member Functions

subroutine dqrm_spmat_copy (in_mat, out_mat, values)
 This subroutine makes a copy of a matrix. Optionally the values may be ignored (this comes handy during the analysis) More...
 

Detailed Description

Generif interface for the ::dqrm_spmat_copy routine.

Definition at line 69 of file dqrm_spmat_mod.F90.

Member Function/Subroutine Documentation

subroutine dqrm_spmat_mod::qrm_spmat_copy::dqrm_spmat_copy ( type(dqrm_spmat_type), intent(in)  in_mat,
type(dqrm_spmat_type out_mat,
logical, optional  values 
)

This subroutine makes a copy of a matrix. 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]values(optional) if values=.true. the output matrix will include numerical values, otherwise only the structure

Definition at line 653 of file dqrm_spmat_mod.F90.


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