| 
    GetFEM
    5.4.4
    
   | 
 
matrix input/output for Harwell-Boeing format More...
#include <gmm_inoutput.h>
Public Member Functions | |
| void | open (const char *filename) | 
| open filename and reads header  | |
| template<typename T , typename IND_TYPE , int shift> | |
| void | read (csc_matrix< T, IND_TYPE, shift > &A) | 
| read the opened file  | |
Static Public Member Functions | |
| template<typename MAT > | |
| static void | write (const char *filename, const MAT &A) IS_DEPRECATED | 
| static method for saving the matrix  | |
matrix input/output for Harwell-Boeing format
Definition at line 114 of file gmm_inoutput.h.