nemo/Matrix.h File Reference

Go to the source code of this file.

Classes

class  nemo::MatrixDimension
 Represents the dimension of a Matrix. More...
class  nemo::Matrix< T >
 This class represents a mathematical matrix of some data type T. More...
class  nemo::Matrix< T >::CWise
 This class provides component-wise mathematical operations on matrices that are not covered by standard operators/methods in the Matrix class. More...

Namespaces

namespace  nemo

Defines

#define _nemo_matrix_inversion_(TYPE)

Typedefs

typedef Matrix< double > nemo::RealMatrix

Functions

static MatrixDimension nemo::dim (unsigned int rows, unsigned int cols)
 Neat factory method for MatrixDimension objects to be put into Matrix objects.
 nemo::_nemo_matrix_inversion_ (float) _nemo_matrix_inversion_(double) _nemo_matrix_inversion_(long double) _nemo_matrix_inversion_(int) template< class T > std

Define Documentation

#define _nemo_matrix_inversion_ ( TYPE   ) 
Value:
template <> inline Matrix<TYPE> leftAddInverse<Matrix<TYPE> >(const Matrix<TYPE> &value){return -value;}  \
template <> inline Matrix<TYPE> rightAddInverse<Matrix<TYPE> >(const Matrix<TYPE> &value){return -value;}  \
template <> inline Matrix<TYPE> leftSubtractInverse<Matrix<TYPE> >(const Matrix<TYPE> &value){return value;}  \
template <> inline Matrix<TYPE> rightSubtractInverse<Matrix<TYPE> >(const Matrix<TYPE> &value){return -value;}

Definition at line 1160 of file Matrix.h.

Generated on Mon Feb 25 12:49:59 2013 for NemoMath by  doxygen 1.6.3