11 #ifndef EIGEN_DIAGONALPRODUCT_H 12 #define EIGEN_DIAGONALPRODUCT_H 15 #include "./InternalHeaderCheck.h" 21 template <
typename Derived>
22 template <
typename DiagonalDerived>
30 #endif // EIGEN_DIAGONALPRODUCT_H const Derived & derived() const
Definition: DiagonalMatrix.h:57
Expression of the product of two arbitrary matrices or vectors.
Definition: Product.h:198
Namespace containing all symbols from the Eigen library.
Definition: B01_Experimental.dox:1
const Product< Derived, OtherDerived > operator*(const MatrixBase< OtherDerived > &other) const
Definition: GeneralProduct.h:455
Base class for diagonal matrices and expressions.
Definition: DiagonalMatrix.h:33