comparison util/SMALL_solve.m @ 129:5a6cef81227e

Merge from branch "ivand_dev"
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:58:00 +0100
parents 8e660fd14774
children 31d2864dfdd4
comparison
equal deleted inserted replaced
127:6f78b069e541 129:5a6cef81227e
1 function solver = SMALL_solve(Problem, solver) 1 function solver = SMALL_solve(Problem, solver)
2 %%% SMALL sparse solver 2 %% SMALL sparse solver
3 % 3 %
4 % Function gets as input SMALL structure that contains SPARCO problem to 4 % Function gets as input SMALL structure that contains SPARCO problem to
5 % be solved, name of the toolbox and solver, and parameters file for 5 % be solved, name of the toolbox and solver, and parameters file for
6 % particular solver. 6 % particular solver.
7 % 7 %