tngmath::MatrixBase Class Reference

Defines the base class of dense matrices without functionality It is mainly used for interoperation with other modules. This class contains basic functionality (such as setting and extracting values), but not the complete set of methods of Matrix (solvers, etc.). More...

#include <matrixbase.hpp>

Inheritance diagram for tngmath::MatrixBase:

Inheritance graph
[legend]
Collaboration diagram for tngmath::MatrixBase:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 MatrixBase (const TIndex &nrow, const TIndex &ncol=1)
 constructs a matrix and allocates nrow*ncol elements
template<typename OtherDerived>
 MatrixBase (const Eigen::MatrixBase< OtherDerived > &x)
 copy constructor from Eigen objects
 MatrixBase (const MathArrayBase< double > &ar)
 copy constructor
 MatrixBase ()
 default constructor


Detailed Description

Defines the base class of dense matrices without functionality It is mainly used for interoperation with other modules. This class contains basic functionality (such as setting and extracting values), but not the complete set of methods of Matrix (solvers, etc.).
The documentation for this class was generated from the following file:

Generated on Wed Nov 17 17:35:51 2010 for 'tngmath' Module Programming Interface by  doxygen 1.5.6