11 #ifndef EIGEN_DIAGONALPRODUCT_H 12 #define EIGEN_DIAGONALPRODUCT_H 18 template<
typename Derived>
19 template<
typename DiagonalDerived>
20 inline const Product<Derived, DiagonalDerived, LazyProduct>
28 #endif // EIGEN_DIAGONALPRODUCT_H Expression of the product of two arbitrary matrices or vectors.
Definition: Product.h:71
Namespace containing all symbols from the Eigen library.
Definition: Core:287
const CwiseBinaryOp< internal::scalar_product_op< Scalar, T >, Derived, Constant< T > > operator*(const T &scalar) const