OperatorTemplate for general nonparametric operators.
OpInfOperator for nonparametric operators that can be learned through Operator Inference (operator matrix times data vector structure).
ParametricOperatorTemplate for general parametric operators.
ParametricOpInfOperator for parametric operators that can be learned through Operator Inference.
Also added opinf.ddt.InterpolationDerivativeEstimator, made small updates for compatibility with NumPy 2.0.0, and made various improvements to the API documentation.
Added public templates to
opinf.operators
:OperatorTemplate
for general nonparametric operators.OpInfOperator
for nonparametric operators that can be learned through Operator Inference (operator matrix times data vector structure).ParametricOperatorTemplate
for general parametric operators.ParametricOpInfOperator
for parametric operators that can be learned through Operator Inference.Also added
opinf.ddt.InterpolationDerivativeEstimator
, made small updates for compatibility with NumPy 2.0.0, and made various improvements to the API documentation.