Go to the source code of this file.
Functions | |
template<typename Derived1 , typename Derived2 > | |
bool | areNotApprox (const MatrixBase< Derived1 > &m1, const MatrixBase< Derived2 > &m2, typename Derived1::RealScalar epsilon=precision< typename Derived1::RealScalar >()) |
template<typename MatrixType > | |
void | product (const MatrixType &m) |
bool areNotApprox | ( | const MatrixBase< Derived1 > & | m1, |
const MatrixBase< Derived2 > & | m2, | ||
typename Derived1::RealScalar | epsilon = precision<typename Derived1::RealScalar>() |
||
) |
Definition at line 30 of file eigen2/product.h.
void product | ( | const MatrixType & | m | ) |
Definition at line 36 of file eigen2/product.h.