aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/PreprocessorDirectives.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-08-21 14:29:00 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-08-21 14:29:00 +0200
commitd9381598bc8f4bb81f90125d347d4329f57e5aff (patch)
tree5465f3c481acd6b6813a77cb27fc856a4f2a799a /doc/PreprocessorDirectives.dox
parent403be74861071daa7a81372abf2debe71cf1aed6 (diff)
Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limit
Diffstat (limited to 'doc/PreprocessorDirectives.dox')
-rw-r--r--doc/PreprocessorDirectives.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PreprocessorDirectives.dox b/doc/PreprocessorDirectives.dox
index eb42ee7fa..6e40f919f 100644
--- a/doc/PreprocessorDirectives.dox
+++ b/doc/PreprocessorDirectives.dox
@@ -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