1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2007-2008 - INRIA
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 //==============================================================================
9 // Benchmark for sva function
10 //==============================================================================
12 // <-- BENCH NB RUN : 100 -->
14 A = rand(1000,100,'n');
16 // <-- BENCH START -->
17 [lambda,facpr,comprinc] = pca(A);