| 
    SHOGUN
    v2.0.0
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | GET_VECTOR(fname, mfname, sg_type) | 
| #define | GET_MATRIX(fname, conv, sg_type) | 
| #define | GET_NDARRAY(fname, conv, sg_type) | 
| #define | GET_SPARSEMATRIX(fname, conv, sg_type) | 
| #define | SET_VECTOR(fname, mfname, sg_type) | 
| #define | SET_MATRIX(fname, sg_type, fprt_type, type_str) | 
| #define | SET_NDARRAY(fname, sg_type, fprt_type, type_str) | 
| #define | SET_SPARSEMATRIX(fname, sg_type, fprt_type, type_str) | 
| #define GET_MATRIX | ( | fname, | |
| conv, | |||
| sg_type | |||
| ) | 
Definition at line 77 of file AsciiFile.cpp.
| #define GET_NDARRAY | ( | fname, | |
| conv, | |||
| sg_type | |||
| ) | 
Definition at line 162 of file AsciiFile.cpp.
| #define GET_SPARSEMATRIX | ( | fname, | |
| conv, | |||
| sg_type | |||
| ) | 
Definition at line 280 of file AsciiFile.cpp.
| #define GET_VECTOR | ( | fname, | |
| mfname, | |||
| sg_type | |||
| ) | 
Definition at line 41 of file AsciiFile.cpp.
| #define SET_MATRIX | ( | fname, | |
| sg_type, | |||
| fprt_type, | |||
| type_str | |||
| ) | 
Definition at line 816 of file AsciiFile.cpp.
| #define SET_NDARRAY | ( | fname, | |
| sg_type, | |||
| fprt_type, | |||
| type_str | |||
| ) | 
Definition at line 848 of file AsciiFile.cpp.
| #define SET_SPARSEMATRIX | ( | fname, | |
| sg_type, | |||
| fprt_type, | |||
| type_str | |||
| ) | 
Definition at line 888 of file AsciiFile.cpp.
| #define SET_VECTOR | ( | fname, | |
| mfname, | |||
| sg_type | |||
| ) | 
set functions - to pass data from shogun to the target interface
Definition at line 802 of file AsciiFile.cpp.