Expression of the product of two arbitrary matrices or vectors. More...
#include <Product.h>
Inheritance diagram for Product< Lhs, Rhs >:Public Types | |
| typedef ProductImpl< Lhs, Rhs, typename internal::promote_storage_type < typename Lhs::StorageKind, typename Rhs::StorageKind > ::ret >::Base | Base |
| typedef Lhs::Nested | LhsNested |
| typedef internal::remove_all < LhsNested >::type | LhsNestedCleaned |
| typedef Rhs::Nested | RhsNested |
| typedef internal::remove_all < RhsNested >::type | RhsNestedCleaned |
Public Member Functions | |
| Index | cols () const |
| const LhsNestedCleaned & | lhs () const |
| Product (const Lhs &lhs, const Rhs &rhs) | |
| const RhsNestedCleaned & | rhs () const |
| Index | rows () const |
Protected Attributes | |
| const LhsNested | m_lhs |
| const RhsNested | m_rhs |
Expression of the product of two arbitrary matrices or vectors.
| Lhs | the type of the left-hand side expression |
| Rhs | the type of the right-hand side expression |
This class represents an expression of the product of two arbitrary matrices.
| typedef ProductImpl< Lhs, Rhs, typename internal::promote_storage_type<typename Lhs::StorageKind, typename Rhs::StorageKind>::ret>::Base Base |
| typedef Lhs::Nested LhsNested |
| typedef internal::remove_all<LhsNested>::type LhsNestedCleaned |
| typedef Rhs::Nested RhsNested |
| typedef internal::remove_all<RhsNested>::type RhsNestedCleaned |
|
inline |
References eigen_assert.
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
1.8.1.1