Definition at line 397 of file GeneralMatrixMatrix.h.
#include <src/Core/products/GeneralMatrixMatrix.h>

Public Types | |
| typedef Lhs::Scalar | LhsScalar |
| typedef Rhs::Scalar | RhsScalar |
| typedef Scalar | ResScalar |
Public Member Functions | |
| GeneralProduct (const Lhs &lhs, const Rhs &rhs) | |
| template<typename Dest > | |
| void | scaleAndAddTo (Dest &dst, Scalar alpha) const |
Private Types | |
| enum | { MaxDepthAtCompileTime = EIGEN_SIZE_MIN_PREFER_FIXED(Lhs::MaxColsAtCompileTime,Rhs::MaxRowsAtCompileTime) } |
| typedef Lhs::Scalar GeneralProduct< Lhs, Rhs, GemmProduct >::LhsScalar |
Definition at line 406 of file GeneralMatrixMatrix.h.
| typedef Scalar GeneralProduct< Lhs, Rhs, GemmProduct >::ResScalar |
Definition at line 408 of file GeneralMatrixMatrix.h.
| typedef Rhs::Scalar GeneralProduct< Lhs, Rhs, GemmProduct >::RhsScalar |
Definition at line 407 of file GeneralMatrixMatrix.h.
anonymous enum [private] |
Definition at line 400 of file GeneralMatrixMatrix.h.
| GeneralProduct< Lhs, Rhs, GemmProduct >::GeneralProduct | ( | const Lhs & | lhs, |
| const Rhs & | rhs | ||
| ) | [inline] |
Definition at line 410 of file GeneralMatrixMatrix.h.
References EIGEN_CHECK_BINARY_COMPATIBILIY.
| void GeneralProduct< Lhs, Rhs, GemmProduct >::scaleAndAddTo | ( | Dest & | dst, |
| Scalar | alpha | ||
| ) | const [inline] |
Reimplemented from ProductBase< GeneralProduct< Lhs, Rhs, GemmProduct >, Lhs, Rhs >.
Definition at line 416 of file GeneralMatrixMatrix.h.
References ColMajor, Dynamic, eigen_assert, RowMajor, and RowMajorBit.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |