|
DD-AVX
2.0.0
|
#include <DD-AVX_internal.hpp>#include <cassert>#include <fstream>#include <iomanip>#include <limits>#include <sstream>Go to the source code of this file.
Macros | |
| #define | MM_BANNER "%%MatrixMarket" |
| #define | MM_MAT "matrix" |
| #define | MM_VEC "vector" |
| #define | MM_FMT "coordinate" |
| #define | MM_TYPE_REAL "real" |
| #define | MM_TYPE_GENERAL "general" |
| #define | MM_TYPE_SYMM "symmetric" |
| #define MM_BANNER "%%MatrixMarket" |
Definition at line 8 of file matrix_IO.cpp.
| #define MM_MAT "matrix" |
Definition at line 9 of file matrix_IO.cpp.
| #define MM_VEC "vector" |
Definition at line 10 of file matrix_IO.cpp.
| #define MM_FMT "coordinate" |
Definition at line 11 of file matrix_IO.cpp.
| #define MM_TYPE_REAL "real" |
Definition at line 12 of file matrix_IO.cpp.
| #define MM_TYPE_GENERAL "general" |
Definition at line 13 of file matrix_IO.cpp.
| #define MM_TYPE_SYMM "symmetric" |
Definition at line 14 of file matrix_IO.cpp.