gaussian.cc File Reference
Variables | |
int | AUGMENTED_MATRIX_SIZE = (63960) |
int | AUG_X = (1640) |
int | AUG_Y = (41) |
int | AUG_Y_TIMES_VECTOR = (1599) |
int | AUG_P_PLUS_ONE = (1639) |
int | AUG_P = (1638) |
bool | LOG_ON = false |
Variable Documentation
int AUG_P = (1638) |
Referenced by Adapt_AM_TreeNode::Adapt_AM_TreeNode(), and Gaussian::adapt_setHelperMatrices().
int AUG_P_PLUS_ONE = (1639) |
Referenced by Adapt_AM_TreeNode::Adapt_AM_TreeNode(), and Gaussian::adapt_setHelperMatrices().
int AUG_X = (1640) |
int AUG_Y = (41) |
int AUG_Y_TIMES_VECTOR = (1599) |
Referenced by Adapt_AM_TreeNode::Adapt_AM_TreeNode(), and Gaussian::adapt_setHelperMatrices().
int AUGMENTED_MATRIX_SIZE = (63960) |
- Todo:
- This was ment to be 'code efficient' but I need to get rid of it...
Referenced by Adapt_AM_TreeNode::Adapt_AM_TreeNode(), and Adapt_AM_TreeNode::iterate_setHelperMatrices_1().
bool LOG_ON = false |