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

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

Detailed Description

template<typename LhsXprType, typename RhsXprType>
class Eigen::TensorAssignOp< LhsXprType, RhsXprType >

The tensor assignment class.

This class is represents the assignment of the values resulting from the evaluation of the rhs expression to the memory locations denoted by the lhs expression.

+ Inheritance diagram for Eigen::TensorAssignOp< LhsXprType, RhsXprType >:

Public Member Functions

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

Member Function Documentation

◆ lhsExpression()

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

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