![]() |
PandA-2024.02
|

Go to the source code of this file.
Macros | |
| #define | LARGE_DATASET |
| This version is stamped on May 10, 2016. More... | |
| #define | N 2000 |
| #define | _PB_N POLYBENCH_LOOP_BOUND(N,n) |
| #define | DATA_TYPE_IS_DOUBLE |
| #define | DATA_TYPE double |
| #define | DATA_PRINTF_MODIFIER "%0.2lf " |
| #define | SCALAR_VAL(x) x |
| #define | SQRT_FUN(x) sqrt(x) |
| #define | EXP_FUN(x) exp(x) |
| #define | POW_FUN(x, y) pow(x,y) |
| #define _PB_N POLYBENCH_LOOP_BOUND(N,n) |
Definition at line 43 of file cholesky.h.
| #define DATA_PRINTF_MODIFIER "%0.2lf " |
Definition at line 67 of file cholesky.h.
| #define DATA_TYPE double |
Definition at line 66 of file cholesky.h.
| #define DATA_TYPE_IS_DOUBLE |
Definition at line 48 of file cholesky.h.
Definition at line 70 of file cholesky.h.
| #define LARGE_DATASET |
This version is stamped on May 10, 2016.
Contact: Louis-Noel Pouchet <pouchet.ohio-state.edu> Tomofumi Yuki <tomofumi.yuki.fr>
Web address: http://polybench.sourceforge.net
Definition at line 15 of file cholesky.h.
| #define N 2000 |
Definition at line 33 of file cholesky.h.
Definition at line 71 of file cholesky.h.
Definition at line 68 of file cholesky.h.
Definition at line 69 of file cholesky.h.
1.8.13