apply()# InputOperator.apply(state, input_)[source]# Apply the operator to the given state / input: \(\Ophat_{\ell}(\qhat,\u) = \Bhat\u\). Parameters: state(r,) ndarrayState vector (not used). input_(m,) ndarrayInput vector. Returns: out(r,) ndarrayApplication \(\Bhat\u\).