Mercurial > hg > pycsalgos
view tests/testLstsq.m @ 65:3d53309236c4
Added cvxopt_lp.py. Some bugfixes in gap.py and l1eq_pd.py
author | Nic Cleju <nikcleju@gmail.com> |
---|---|
date | Fri, 16 Mar 2012 13:35:47 +0200 |
parents | 64fbc37c8c06 |
children |
line wrap: on
line source
% test how much time solving a system takes in Matlab clear all close all load testLstsq tic for i = 1:nruns %A \ b; svd(A); end toc