![]() |
Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
| struct | SobolDirectionNumbers |
Defines | |
| #define | SOBOL_MAX_NUMBER 32 |
Typedefs | |
| typedef struct SobolDirectionNumbers | SobolDirectionNumbers |
Functions | |
| void | sobol_generate_direction_vectors (uint vectors[][SOBOL_BITS], int dimensions) |
Variables | |
| static SobolDirectionNumbers | SOBOL_NUMBERS [SOBOL_MAX_DIMENSIONS-1] |
| typedef struct SobolDirectionNumbers SobolDirectionNumbers |
| void sobol_generate_direction_vectors | ( | uint | vectors[][SOBOL_BITS], |
| int | dimensions | ||
| ) |
Definition at line 21266 of file sobol.cpp.
References SobolDirectionNumbers::a, assert, i, L, SobolDirectionNumbers::m, SobolDirectionNumbers::s, SOBOL_BITS, and SOBOL_MAX_DIMENSIONS.
Referenced by Integrator::device_update().
SobolDirectionNumbers SOBOL_NUMBERS[SOBOL_MAX_DIMENSIONS-1] [static] |