SHOGUN
4.2.0
|
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 182 of file CSVFile.cpp.
#define GET_NDARRAY | ( | read_func, | |
sg_type | |||
) |
Definition at line 243 of file CSVFile.cpp.
#define GET_SPARSE_MATRIX | ( | read_func, | |
sg_type | |||
) |
Definition at line 258 of file CSVFile.cpp.
#define GET_STRING_LIST | ( | sg_type | ) |
Definition at line 410 of file CSVFile.cpp.
#define GET_VECTOR | ( | read_func, | |
sg_type | |||
) |
Definition at line 143 of file CSVFile.cpp.
#define SET_MATRIX | ( | format, | |
sg_type | |||
) |
Definition at line 315 of file CSVFile.cpp.
#define SET_SPARSE_MATRIX | ( | format, | |
sg_type | |||
) |
Definition at line 358 of file CSVFile.cpp.
#define SET_STRING_LIST | ( | sg_type | ) |
Definition at line 442 of file CSVFile.cpp.
#define SET_VECTOR | ( | format, | |
sg_type | |||
) |
Definition at line 280 of file CSVFile.cpp.