Octave Benchmark 2 ================== Number of times each test is run__________________________: 3 I. Matrix calculation --------------------- Creation, transp., deformation of a 1500x1500 matrix (sec): 0.9852 800x800 normal distributed random matrix ^1000______ (sec): 0.2871 Sorting of 2,000,000 random values__________________ (sec): 1.028 700x700 cross-product matrix (b = a' * a)___________ (sec): 0.1902 Linear regression over a 600x600 matrix (c = a \\ b') (sec): 0.1622 ------------------------------------------------------ Trimmed geom. mean (2 extremes eliminated): 0.3775 II. Matrix functions -------------------- FFT over 800,000 random values______________________ (sec): 0.1272 Eigenvalues of a 320x320 random matrix______________ (sec): 0.627 Determinant of a 650x650 random matrix______________ (sec): 0.1984 Cholesky decomposition of a 900x900 matrix__________ (sec): 0.1165 Inverse of a 400x400 random matrix__________________ (sec): 0.1105 ------------------------------------------------------ Trimmed geom. mean (2 extremes eliminated): 0.1432 III. Programmation ------------------ 750,000 Fibonacci numbers calculation (vector calc)_ (sec): 0.3957 Creation of a 2250x2250 Hilbert matrix (matrix calc) (sec): 0.4031 Grand common divisors of 70,000 pairs (recursion)___ (sec): 0.4674 Creation of a 220x220 Toeplitz matrix (loops)_______ (sec): 6.133 Escoufier's method on a 37x37 matrix (mixed)________ (sec): 3.125 ------------------------------------------------------ Trimmed geom. mean (2 extremes eliminated): 0.8382 Total time for all 15 tests_________________________ (sec): 14.36 Overall mean (sum of I, II and III trimmed means/3)_ (sec): 0.3565 --- End of test ---