eminem
Parse Matrix Market files in C++
Loading...
Searching...
No Matches
from_text.hpp File Reference

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)
 

Detailed Description

Read a Matrix Market file from text.