Eigen  5.0.1-dev+60122df6
 
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>
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 file: