apply()#

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

Apply the operator to the given state / input: \(\Ophat_{\ell}(\qhat,\u) = \chat\).

Parameters
state(r,) ndarray or None

State vector.

input_(m,) ndarray or None

Input vector (not used).

Returns
out(r,) ndarray

\(\chat\).