ug4
|
#include <sstream>
#include <vector>
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include "lib_algebra/common/matrixio/matrix_io.h"
#include "lib_algebra/common/matrixio/mm_type_code.h"
Go to the source code of this file.
Classes | |
class | ug::MatrixIOMtx |
Provides I/O functionality for MatrixMarket exchange file format. More... | |
Namespaces | |
ug | |
the ug namespace | |
For some parts the implementation of a pure C library for the MatrixMarket exchange format was used as a source of inspiration. These can be found at http://math.nist.gov/MatrixMarket/mmio-c.html