Lines Matching full:by

5 You can control some aspects of %Eigen by defining the preprocessor tokens using \c \#define. These…
8 This page lists the preprocessor tokens recognized by %Eigen.
25 (DenseBase::Index). Set to \c std::ptrdiff_t by default.
27 Defaults to the %IOFormat constructed by the default constructor IOFormat::IOFormat().
29 …initialized to zero, as are new entries in matrices and arrays after resizing. Not defined by defa…
44 preferable. Not defined by default.
49 the correct size. Not defined by default.
54 By default, %Eigen strive to automatically detect and enable langage features at compile-time based…
55 the information provided by the compiler.
59 by the compiler.
61 Individual features can be explicitly enabled or disabled by defining the following token to 0 or 1…
62 For instance, one might limit the C++ version to C++03 by defining EIGEN_MAX_CPP_VER=03, but still …
63 functions by defining EIGEN_HAS_C99_MATH=1.
87 - \b EIGEN_NO_DEBUG - disables %Eigen's assertions if defined. Not defined by default, unless the
89 …- \b EIGEN_NO_STATIC_ASSERT - if defined, compile-time static assertions are replaced by runtime a…
90 this saves compilation time. Not defined by default.
91 …- \b eigen_assert - macro with one argument that is used inside %Eigen for assertions. By default,…
103 …in bytes on which dynamically and statically allocated data may be aligned by %Eigen. If not defin…
104by defining \c EIGEN_MAX_ALIGN_BYTES=16. In the other way round, since by default AVX implies 32 b…
105 …- Same as \c EIGEN_MAX_ALIGN_BYTES but for statically allocated data only. By default, if only \c…
109 …- \b EIGEN_DONT_VECTORIZE - disables explicit vectorization when defined. Not defined by default, …
110 alignment is disabled by %Eigen's platform test or the user defining \c EIGEN_DONT_ALIGN.
115 …ectorization of sin() and cos(), and speedups sqrt() for single precision. Defined to 1 by default.
125 …ligned. This will turn off vectorization if \b EIGEN_UNALIGNED_VECTORIZE=1. Not defined by default.
126 …C_ALIGN_BYTES=0. It disables alignment of arrays on the stack. Not defined by default, unless \c E…
131 It is possible to add new methods to many fundamental classes in %Eigen by writing a plugin. As exp…
132 the section \ref TopicCustomizing_Plugins, the plugin is specified by defining a \c EIGEN_xxx_PLUGI…
133 following macros are supported; none of them are defined by default.
155 …e curious for debugging and testing purpose, they \b should \b not \b be \b used by real-word code.
158 instead of column-major. Not defined by default.
160 for debugging %Eigen itself. Not defined by default.
163 dynamically. Not defined by default.
164 … EIGEN_RUNTIME_NO_MALLOC - if defined, a new switch is introduced which can be turned on and off by
166 dynamically anyway, an assertion failure results. Not defined by default.