Back to Linear Algebra (Eigen)
eigen.operators.cacheOp
Wrap an operator to cache its result for repeated calls with the same input.
Syntax
eigen.operators.cacheOp(A)
Description
Wrap an operator to cache its result for repeated calls with the same input.
Parameters
| Name | Description |
|---|---|
| A | - Linear operator |
Returns
LinearOperator