Eigen-unsupported  5.0.1-dev+284dcc12
 
Loading...
Searching...
No Matches
Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType > Class Template Reference

#include <unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h>

Detailed Description

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
class Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >

Tensor binary expression.

The TensorCwiseBinaryOp class represents an expression where a binary operator (e.g. addition) is applied to a lhs and a rhs expression.

+ Inheritance diagram for Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >:

Public Member Functions

const internal::remove_all_t< typename LhsXprType::Nested > & lhsExpression () const
 

Member Function Documentation

◆ lhsExpression()

template<typename BinaryOp, typename LhsXprType, typename RhsXprType>
const internal::remove_all_t< typename LhsXprType::Nested > & Eigen::TensorCwiseBinaryOp< BinaryOp, LhsXprType, RhsXprType >::lhsExpression ( ) const
inline
Returns
the nested expressions

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