class IdentityPrecond implements Preconditioner { public void psolve(double [1d] minvx, double [1d] x) { minvx.copy(x); } }