Mercurial > hg > pycsalgos
view tests/testLstsq.m @ 5:4a4e5204ecf5
Added Least squares time test
author | nikcleju |
---|---|
date | Sat, 05 Nov 2011 10:21:46 +0000 |
parents | |
children | 64fbc37c8c06 |
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; end toc