示例#1
0
 def apply_inverse_adjoint(self,
                           U,
                           mu=None,
                           initial_guess=None,
                           least_squares=False):
     return NumpyMatrixOperator.apply_inverse_adjoint(
         self,
         U,
         mu=mu,
         initial_guess=initial_guess,
         least_squares=least_squares)