jacobian()# LinearOperator.jacobian(state=None, input_=None)[source]# Construct the state Jacobian of the operator: \(\ddqhat\Ophat_{\ell}(\qhat,\u)=\Ahat\). Parameters: state(r,) ndarray or NoneState vector. input_(m,) ndarray or NoneInput vector (not used). Returns: jac(r, r) ndarrayState Jacobian \(\Ahat\).