Spot operator: opSpot/symmlq | Spot Home Page |
SYMMLQ Symetric LQ Method. X = symmlq(A,B) attempts to solve the system of linear equations A*X=B for X, where A is symmetric. 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.