|
codac 2.0.0
|

Go to the source code of this file.
Namespaces | |
| namespace | codac2 |
Typedefs | |
| using | codac2::ScalarExprTransform = std::function<ScalarExpr(const ScalarExpr&)> |
| Scalar transformation applied to the entries of an analytic function output. | |
Functions | |
| AnalyticFunction< ScalarType > | codac2::map_scalar_entries (const AnalyticFunction< ScalarType > &f, const ScalarExprTransform &transform) |
| Applies a scalar transformation to a scalar analytic function. | |
| AnalyticFunction< VectorType > | codac2::map_scalar_entries (const AnalyticFunction< VectorType > &f, const ScalarExprTransform &transform) |
| Applies a scalar transformation componentwise to a vector analytic function. | |
| AnalyticFunction< MatrixType > | codac2::map_scalar_entries (const AnalyticFunction< MatrixType > &f, const ScalarExprTransform &transform) |
| Applies a scalar transformation entrywise to a matrix analytic function. | |