Mercurial > hg > smallbox
comparison util/SMALL_solve.m @ 128:8e660fd14774 ivand_dev
Feature 186
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Mon, 13 Jun 2011 14:55:45 +0100 |
parents | f6cc633fd94b |
children | 31d2864dfdd4 |
comparison
equal
deleted
inserted
replaced
126:db5a7fe1a404 | 128:8e660fd14774 |
---|---|
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 % |