11#ifndef EIGEN_DIAGONALPRODUCT_H
12#define EIGEN_DIAGONALPRODUCT_H
18template<
typename Derived>
19template<
typename DiagonalDerived>
#define EIGEN_DEVICE_FUNC
Definition: Macros.h:986
Definition: DiagonalMatrix.h:19
EIGEN_DEVICE_FUNC const Derived & derived() const
Definition: DiagonalMatrix.h:41
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:75
Namespace containing all symbols from the Eigen library.
Definition: Core:141