Eigen-unsupported  5.0.1-dev+284dcc12
 
Loading...
Searching...
No Matches
Eigen::TensorCwiseUnaryOp< UnaryOp, XprType > Class Template Reference

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

Detailed Description

template<typename UnaryOp, typename XprType>
class Eigen::TensorCwiseUnaryOp< UnaryOp, XprType >

Tensor unary expression.

The TensorCwiseUnaryOp class represents an expression where a unary operator (e.g. cwiseSqrt) is applied to an expression.

+ Inheritance diagram for Eigen::TensorCwiseUnaryOp< UnaryOp, XprType >:

Public Member Functions

const internal::remove_all_t< typename XprType::Nested > & nestedExpression () const
 

Member Function Documentation

◆ nestedExpression()

template<typename UnaryOp, typename XprType>
const internal::remove_all_t< typename XprType::Nested > & Eigen::TensorCwiseUnaryOp< UnaryOp, XprType >::nestedExpression ( ) const
inline
Returns
the nested expression

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