SHOGUN
3.2.1
|
Go to the source code of this file.
Macros | |
#define | GET_VECTOR(read_func, sg_type) |
#define | GET_MATRIX(read_func, sg_type) |
#define | GET_NDARRAY(read_func, sg_type) |
#define | GET_SPARSE_MATRIX(read_func, sg_type) |
#define | SET_VECTOR(format, sg_type) |
#define | SET_MATRIX(format, sg_type) |
#define | SET_SPARSE_MATRIX(format, sg_type) |
#define | GET_STRING_LIST(sg_type) |
#define | SET_STRING_LIST(sg_type) |
#define GET_MATRIX | ( | read_func, | |
sg_type | |||
) |
Definition at line 180 of file CSVFile.cpp.
#define GET_NDARRAY | ( | read_func, | |
sg_type | |||
) |
Definition at line 241 of file CSVFile.cpp.
#define GET_SPARSE_MATRIX | ( | read_func, | |
sg_type | |||
) |
Definition at line 256 of file CSVFile.cpp.
#define GET_STRING_LIST | ( | sg_type | ) |
Definition at line 408 of file CSVFile.cpp.
#define GET_VECTOR | ( | read_func, | |
sg_type | |||
) |
Definition at line 141 of file CSVFile.cpp.
#define SET_MATRIX | ( | format, | |
sg_type | |||
) |
Definition at line 313 of file CSVFile.cpp.
#define SET_SPARSE_MATRIX | ( | format, | |
sg_type | |||
) |
Definition at line 356 of file CSVFile.cpp.
#define SET_STRING_LIST | ( | sg_type | ) |
Definition at line 440 of file CSVFile.cpp.
#define SET_VECTOR | ( | format, | |
sg_type | |||
) |
Definition at line 278 of file CSVFile.cpp.