11 #ifndef EIGEN_DIAGONALPRODUCT_H
12 #define EIGEN_DIAGONALPRODUCT_H
20 template<
typename Derived>
21 template<
typename DiagonalDerived>
#define EIGEN_DEVICE_FUNC
Base class for diagonal matrices and expressions.
const Derived & derived() const
const Product< Derived, OtherDerived > operator*(const MatrixBase< OtherDerived > &other) const
Expression of the product of two arbitrary matrices or vectors.