Choral
Private Member Functions | List of all members
csr_mod::write Interface Reference

write the matrix to a file for a given format More...

Collaboration diagram for csr_mod::write:
Collaboration graph

Private Member Functions

subroutine csr_write (m, fileName, fileFormat)
 Write matrix m to file 'fileName' with format 'fileFormat'. More...
 

Detailed Description

write the matrix to a file for a given format

Definition at line 127 of file csr_mod.F90.

Member Function/Subroutine Documentation

◆ csr_write()

subroutine csr_mod::write::csr_write ( type(csr), intent(in)  m,
character(len=*), intent(in)  fileName,
character(len=*), intent(in)  fileFormat 
)
private

Write matrix m to file 'fileName' with format 'fileFormat'.

Definition at line 440 of file csr_mod.F90.


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