Eigen-unsupported  3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)
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: