evaluate()#
- abstract ParametricOperatorTemplate.evaluate(parameter)[source]#
Evaluate the operator at the given parameter value, resulting in a nonparametric operator.
- Parameters:
- parameter(p,) ndarray or float
Parameter value \(\bfmu\) at which to evalute the operator.
- Returns:
- opnonparametric
opinf.operators
operator Nonparametric operator corresponding to the parameter value. This should be an instance of
OperatorTemplate
(or a class that inherits from it).
- opnonparametric