eminem
Parse Matrix Market files in C++
Loading...
Searching...
No Matches
eminem.hpp
Go to the documentation of this file.
1#ifndef EMINEM_EMINEM_HPP
2#define EMINEM_EMINEM_HPP
3
4#include "Parser.hpp"
5#include "from_text.hpp"
6
7#if __has_include("zlib.h")
8#include "from_gzip.hpp"
9#endif
10
23namespace eminem {}
24
25#endif
Parse a matrix from a Matrix Market file.
Read a Matrix Market file from text.
Classes and methods for parsing Matrix Market files.