Eigen-unsupported  3.4.90 (git rev a4098ac676528a83cfb73d4d26ce1b42ec05f47c)
TensorExpr Class Reference

Detailed Description

Tensor expression classes.

The TensorCwiseNullaryOp class applies a nullary operators to an expression. This is typically used to generate constants.

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

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


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