Go to the source code of this file.
Functions/Subroutines | |
subroutine | dqrm_readmat (matfile, qrm_mat, fakec) |
This subroutine reads a Matrix Market matrix from a file and stores it on the host processor. More... | |
subroutine dqrm_readmat | ( | character(len=*), intent(in) | matfile, |
type(dqrm_spmat_type), intent(inout) | qrm_mat, | ||
logical, optional | fakec | ||
) |
This subroutine reads a Matrix Market matrix from a file and stores it on the host processor.
[in] | matfile | a string containing the name of the matrix file |
[in] | fakec | an optional logical argument which controls how a complex matrix is built when reading a file with a real one.
|
Output: qrm_mat - a dqrm_spmat_type data where the matrix will be stored
Definition at line 53 of file dqrm_readmat.F90.
References i, qrm_error_mod::qrm_err_act_restore(), qrm_error_mod::qrm_err_act_save(), qrm_error_mod::qrm_err_check(), and qrm_error_mod::qrm_err_push().