Go to the documentation of this file.
28 #ifndef BASISINFO_BASIC_HEADER
29 #define BASISINFO_BASIC_HEADER
36 #ifndef BASIS_FUNC_POLY_MAX_DEGREE
37 #error The constant BASIS_FUNC_POLY_MAX_DEGREE must be defined.
39 #if BASIS_FUNC_POLY_MAX_DEGREE<6
40 #define MAX_NO_OF_TERMS_IN_BASIS_FUNC_POLY 12
41 #define MAX_NO_OF_POLY_12_TERMS 180
42 #define MAX_NO_OF_BASIS_FUNC_POLYS 50
44 #define MAX_NO_OF_TERMS_IN_BASIS_FUNC_POLY 16
45 #define MAX_NO_OF_POLY_12_TERMS 360
46 #define MAX_NO_OF_BASIS_FUNC_POLYS 100