Spot operator: opSpot/minres Spot Home Page
opSpot/minres
 MINRES   Minimum Residual Method.
 
    X = minres(A,B) attempts to find a minimum-norm residual solution
    X to the symmetric linear system A*X=B via the MINRES method.
 
    This routine is simply a wrapper to Matlab's own MINRES routine,
    and the argument list variations described in Matlab's MINRES
    documentation are also allowed here.  The usage is identical to
    Matlab's default version, except that the first argument must be a
    Spot operator.