apply()#

abstract _NonparametricOperator.apply(state, input_=None)[source]#

Apply the operator mapping to the given state / input.

Parameters
state(r,) ndarray

State vector.

input_(m,) ndarray or float or None

Input vector.

Returns
(r,) ndarray