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>
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:
- modules/tngmath/tngmath/matrixbase.hpp