numeric-linalg
Educational material on the SciPy implementation of numerical linear algebra algorithms
Name | Size | Mode | |
.. | |||
getrf/benchmarks/src/config.h | 417B | -rw-r--r-- |
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
/* * The number of tests for each size of matrix */ #define N_TESTS 1 /* * The biggest possible size of the input matrix */ #define MAX_N 5000 /* * The number of threads in which the benchmarks will be distributed */ #define N_THREADS 8 /* * The interval between successive terms in the histogram */ #define STEP 100 /* * Directory where the histograms will be stored at */ #define OUTPUT_DIR "output/"