|
eminem
Parse Matrix Market files in C++
|
Read a Matrix Market file from text. More...
Go to the source code of this file.
Namespaces | |
| namespace | eminem |
| Classes and methods for parsing Matrix Market files. | |
Functions | |
| template<typename Index_ = unsigned long long> | |
| auto | eminem::parse_text_file (const char *path, const ParserOptions &options) |
| template<typename Index_ = unsigned long long> | |
| auto | eminem::parse_text_buffer (const unsigned char *buffer, std::size_t len, const ParserOptions &options) |
Read a Matrix Market file from text.