Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limit

This commit is contained in:
Gael Guennebaud
2013-08-21 14:29:00 +02:00
parent 403be74861
commit d9381598bc
2 changed files with 13 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ run time. However, these assertions do cost time and can thus be turned off.
correspond to the number of iterations or the number of instructions. The default is value 100.
- \b EIGEN_STACK_ALLOCATION_LIMIT - defines the maximum bytes for a buffer to be allocated on the stack. For internal
temporary buffers, dynamic memory allocation is employed as a fall back. For fixed-size matrices or arrays, exceeding
this threshold raises a compile time assertion. Default is 128 KB.
this threshold raises a compile time assertion. Use 0 to set no limit. Default is 128 KB.
\section TopicPreprocessorDirectivesPlugins Plugins