search for: 1500x1500

Displaying 6 results from an estimated 6 matches for "1500x1500".

Did you mean: 1500,1500
2002 Oct 09
0
R 1.6.0 benchmark with and without optimized ATLAS
...______ (sec): 1.76000000000000 -------------------------------------------- Trimmed geom. mean (2 extremes eliminated): 1.48949725041955 III. Programmation ------------------ 225,000 Fibonacci numbers calculation (vector calc)_ (sec): 0.25 Creation of a 1500x1500 Hilbert matrix (matrix calc) (sec): 0.49333333333333 Grand common divisors of 35,000 pairs (recursion)___ (sec): 0.539999999999997 Creation of a 220x220 Toeplitz matrix (loops)_______ (sec): 0.896666666666666 Escoufier's method on a 22x22 matrix (mixed)________ (sec): 0.159999999999997...
2003 Jul 26
0
R benchmark, moble Pentium III, 1.13 GHs
...ww.sciviews.org/other/benchmark.htm > >under Windows 2000 prof., 256 MB of RAM > > R Benchmark 2 > ============= >Number of times each test is run__________________________: 3 > > I. Matrix calculation > --------------------- >Creation, transp., deformation of a 1500x1500 matrix (sec): >1.97333333333333 >800x800 normal distributed random matrix ^1000______ (sec): >2.80999999999999 >Sorting of 2,000,000 random values__________________ (sec): >1.20333333333333 >700x700 cross-product matrix (b = a' * a)___________ (sec): >1.8400000000000...
2001 Apr 27
2
Benchmarking R, why sort() is so slow?
...000 random values, 7 = Eigenvalues of a 220x220 random matrix, 8 = Determinant of a 750x750 random matrix, 9 = Cholesky decomposition of a 1000x1000 matrix, 10 = Inverse of a 500x500 random matrix Serie II: programmation 11 = 225.000 Fibonacci numbers calculation (vector calc.), 12 = Creation of a 1500x1500 Hilbert matrix (matrix calc.), 13 = Grand common divisors of 35,000 pairs (recursion), 14 = Creation of a 220x220 Toeplitz matrix (loops), 15 = Escoufier's method on a 22x22 matrix (mixed) Times are in sec. Software A B C D E F(R) G H I J K L Serie I....
2001 Apr 27
2
Benchmarking R, why sort() is so slow?
...000 random values, 7 = Eigenvalues of a 220x220 random matrix, 8 = Determinant of a 750x750 random matrix, 9 = Cholesky decomposition of a 1000x1000 matrix, 10 = Inverse of a 500x500 random matrix Serie II: programmation 11 = 225.000 Fibonacci numbers calculation (vector calc.), 12 = Creation of a 1500x1500 Hilbert matrix (matrix calc.), 13 = Grand common divisors of 35,000 pairs (recursion), 14 = Creation of a 220x220 Toeplitz matrix (loops), 15 = Escoufier's method on a 22x22 matrix (mixed) Times are in sec. Software A B C D E F(R) G H I J K L Serie I....
2001 Feb 16
1
Sub_scribe and a question
...000 random values, 7 = Eigenvalues of a 220x220 random matrix, 8 = Determinant of a 750x750 random matrix, 9 = Cholesky decomposition of a 1000x1000 matrix, 10 = Inverse of a 500x500 random matrix Serie II: programmation 11 = 225.000 Fibonacci numbers calculation (vector calc.), 12 = Creation of a 1500x1500 Hilbert matrix (matrix calc.), 13 = Grand common divisors of 35,000 pairs (recursion), 14 = Creation of a 220x220 Toeplitz matrix (loops), 15 = Escoufier's method on a 22x22 matrix (mixed) Times are in sec. Software A B C D E F(R) G H I J K L Serie I....
2011 Jun 23
5
Reducción tamaño de gráficos en PDF
Buenas tardes a todos, Estoy interesado en realizar varios gráficos y luego guardarlos individualmente como PDF. Hasta ahí todo bien. Sin embargo, el archivo resultante tiene aproximadamente 20MB. Podría alguien por favor indicarme cómo reducir su tamaño? A continuación un ejemplo de lo que intento hacer y mi sessionInfo(). Estoy usando Mac OS X. Muchas gracias, Jorge Ivan Velez # R code