OPALX (Object Oriented Parallel Accelerator Library for Exascal)
MINIorX
OPALX
Matrix.h
Go to the documentation of this file.
1
#ifndef OPAL_MATRIX_HH
2
#define OPAL_MATRIX_HH
3
4
#include <boost/numeric/ublas/matrix.hpp>
5
6
typedef
boost::numeric::ublas::matrix<double>
matrix_t
;
7
8
#endif
matrix_t
boost::numeric::ublas::matrix< double > matrix_t
Definition
BoostMatrix.h:23