Searched defs:MatrixBase (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DMatrixBase.h16 /** \class MatrixBase
32 * MatrixBase argument. As an example, here is a function printFirstRow which, given
37 void printFirstRow(const Eigen::MatrixBase<Derived>& x)
48 template<typename Derived> class MatrixBase class in namespace:Eigen
53 typedef MatrixBase StorageBaseType;
120 /** \internal the return type of MatrixBase::adjoint() */
135 #define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::MatrixBase
148 Derived& operator=(const MatrixBase& other);
171 Derived& operator+=(const MatrixBase<OtherDerived>& other);
173 Derived& operator-=(const MatrixBase<OtherDerive
498 MatrixBase() : Base() {} function in class:Eigen::MatrixBase
[all...]

Completed in 179 milliseconds