36#ifndef STK_CONSTANTS_H
37#define STK_CONSTANTS_H
42#define MAXUNROLLVALUE 20
45#ifndef MAXUNROLLSLICEVALUE
46#define MAXUNROLLSLICEVALUE 5
49#ifndef MAXFIXEDSIZEVALUE
50#define MAXFIXEDSIZEVALUE 1024
60#if defined(STKBASEARRAYS)
61const int baseIdx = STKBASEARRAYS;
#define MAXFIXEDSIZEVALUE
#define MAXUNROLLSLICEVALUE
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
const int MaxUnroll
When don't unroll loops on fixed size containers if fixed size is greater than this value.
const int maxFixedSize
maximal size of fixed size containers This value is used when fixed size containers are automatically...
const int UnknownSize
This value means that an integer is not known at compile-time, and that instead the value is stored i...
const int baseIdx
base index of the containers created in STK++.
const int SqrtUnknownSize
Same as floor(sqrt(INT_MAX+1))
const int MaxUnrollSlice
This value means that when we unroll loops we go until MaxUnrollSlice.
The namespace STK is the main domain space of the Statistical ToolKit project.