SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
MatrixIO.h File Reference
#include <Core/Utils/Exception.h>
#include <Core/Datatypes/Matrix.h>
#include <Core/Datatypes/DenseMatrix.h>
#include <Core/Datatypes/SparseRowMatrix.h>
#include <Core/Datatypes/DenseColumnMatrix.h>
#include <Core/Datatypes/Legacy/Base/PropertyManager.h>
#include <vector>
#include <ostream>
#include <istream>

Go to the source code of this file.

Namespaces

 SCIRun
 STL datatypes needed.
 
 SCIRun::Core
 
 SCIRun::Core::Datatypes
 

Macros

#define DENSEMATRIX_VERSION   4
 
#define SPARSEROWMATRIX_VERSION   2
 
#define COLUMNMATRIX_VERSION   3
 

Functions

template<typename T >
std::istream & operator>> (std::istream &istr, DenseMatrixGeneric< T > &m)
 
template<typename T >
std::string matrix_to_string (const T &m)
 

Macro Definition Documentation

#define COLUMNMATRIX_VERSION   3
#define DENSEMATRIX_VERSION   4
#define SPARSEROWMATRIX_VERSION   2