11 #ifndef EIGEN_DIAGONALPRODUCT_H
12 #define EIGEN_DIAGONALPRODUCT_H
21 template <
typename Derived>
22 template <
typename DiagonalDerived>
#define EIGEN_DEVICE_FUNC
Definition: Macros.h:892
Base class for diagonal matrices and expressions.
Definition: DiagonalMatrix.h:33
EIGEN_DEVICE_FUNC const Derived & derived() const
Definition: DiagonalMatrix.h:57
EIGEN_DEVICE_FUNC const Product< Derived, OtherDerived > operator*(const MatrixBase< OtherDerived > &other) const
Expression of the product of two arbitrary matrices or vectors.
Definition: Product.h:202
Namespace containing all symbols from the Eigen library.
Definition: bench_norm.cpp:70