codac 2.0.0
Loading...
Searching...
No Matches
codac2_analytic_componentwise.h File Reference
#include <functional>
#include "codac2_AnalyticFunction.h"
Include dependency graph for codac2_analytic_componentwise.h:

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.

Detailed Description

Date
2026
Author
Simon Rohou
License: GNU Lesser General Public License (LGPL)