
Public Types | |
| enum | |
| enum | |
| typedef Base::PlainObject | PlainObject |
Public Member Functions | |
| GeneralProduct (const Lhs &lhs, const Rhs &rhs) | |
| operator const typename Base::Scalar () const | |
| Convertion to scalar. | |
| void | swap (MatrixBase< OtherDerived > const &other) |
| Index | innerStride () const |
| Index | outerStride () const |
Private Types | |
| typedef Matrix< typename internal::scalar_product_traits < typename Lhs::Scalar, typename Rhs::Scalar > ::ReturnType, 1, 1 > | Base |
| Base class typedef. | |
Friends | |
| struct | internal::conservative_resize_like_impl |
typedef Matrix<typename internal::scalar_product_traits<typename Lhs::Scalar, typename Rhs::Scalar>::ReturnType,1,1> Eigen::GeneralProduct< Lhs, Rhs, InnerProduct >::Base [private] |
Base class typedef.
Reimplemented from Eigen::Matrix< internal::scalar_product_traits< Lhs::Scalar, Rhs::Scalar >::ReturnType, 1, 1 >.
typedef Base::PlainObject Eigen::Matrix::PlainObject [inherited] |
| Eigen::GeneralProduct< Lhs, Rhs, InnerProduct >::GeneralProduct | ( | const Lhs & | lhs, |
| const Rhs & | rhs | ||
| ) | [inline] |
| Eigen::GeneralProduct< Lhs, Rhs, InnerProduct >::operator const typename Base::Scalar | ( | ) | const [inline] |
| void Eigen::Matrix::swap | ( | MatrixBase< OtherDerived > const & | other | ) | [inline, inherited] |
friend struct internal::conservative_resize_like_impl [friend, inherited] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |