Eigen  3.4.90 (git rev 9589cc4e7fd8e4538bedef80dd36c7738977a8be)
 
Loading...
Searching...
No Matches
Eigen::Product< Lhs, Rhs, Option > Class Template Reference

#include <Eigen/src/Core/Product.h>

Detailed Description

template<typename Lhs, typename Rhs, int Option = DefaultProduct>
class Eigen::Product< Lhs, Rhs, Option >

Expression of the product of two arbitrary matrices or vectors.

Template Parameters
Lhs_the type of the left-hand side expression
Rhs_the type of the right-hand side expression

This class represents an expression of the product of two arbitrary matrices.

The other template parameters are:

Template Parameters
Optioncan be DefaultProduct, AliasFreeProduct, or LazyProduct

The documentation for this class was generated from the following files: