aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Collapse)AuthorAge
* add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in ↵Gravatar Benoit Jacob2011-02-22
| | | | our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
* mergeGravatar Benoit Jacob2011-02-22
|\
* | ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compilerGravatar Benoit Jacob2011-02-22
| |
* | shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
| |
* | fix legitimate ICC 12 warningGravatar Benoit Jacob2011-02-22
| |
| * altivec compilation fixGravatar Gael Guennebaud2011-02-22
|/
* 'fix' a couple of clang -Wconstant-logical-operand warnings (still not ↵Gravatar Benoit Jacob2011-02-22
| | | | convinced about the pertinence of that warning)
* __attribute__((flatten)) seems to be recognized by neither clang nor icc ↵Gravatar Benoit Jacob2011-02-22
| | | | despite these compilers defining __GNUC__.
* fix bug #190: directly pass Transform Options to Matrix, allowing to use ↵Gravatar Benoit Jacob2011-02-22
| | | | RowMajor. Fix issues in Transform with non-default Options.
* gcc 4.4 also defines float32_t as a special typeGravatar Gael Guennebaud2011-02-22
|
* more compilation fixes for altivecGravatar Gael Guennebaud2011-02-21
|
* fix compilationGravatar Gael Guennebaud2011-02-21
|
* fix ICE and warning with gcc 4.2.4Gravatar Gael Guennebaud2011-02-21
|
* fix bug #186 (in 32 bits mode, gcc 4.3 messed up with pfirst for complex<float>)Gravatar Gael Guennebaud2011-02-18
|
* fix a segfault in "slice vectorization" when the destination might not be ↵Gravatar Gael Guennebaud2011-02-18
| | | | aligned on a scalar (complex<double>)
* fix division by zero if the matrix is exactly zeroGravatar Gael Guennebaud2011-02-17
|
* for consistency forward declare tan, asin, acos functorsGravatar Gael Guennebaud2011-02-17
|
* factorize implementation of standard real unary math functions, and add ↵Gravatar Gael Guennebaud2011-02-17
| | | | acos, asin
* Include necessary header files when working around bug #89.Gravatar Jitse Niesen2011-02-17
| | | | Fixes bug #188.
* Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work ↵Gravatar Benoit Jacob2011-02-16
| | | | around a compiler bug
* fix stupid warning (bug #185)Gravatar Gael Guennebaud2011-02-14
|
* Improve the Transform interface in order to prevent T.rotation() = R from ↵Gravatar Hauke Heibel2011-02-14
| | | | compiling.
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
|
* bumpGravatar Benoit Jacob2011-02-12
|
* MSVC does not like using uninitialized SSE variables, so we have to pass all ↵Gravatar Hauke Heibel2011-02-12
| | | | zeros.
* MergeGravatar Hauke Heibel2011-02-12
|\
* | Disabled warning regarding the use of uninitialized variables on MSVC.Gravatar Hauke Heibel2011-02-12
| |
| * Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
|/
* implement optimized ploadu for MSVC10: this also fix bad code generation in ↵Gravatar Gael Guennebaud2011-02-12
| | | | gebp_kernel :)
* since gebp_kernel handled the scaling by alpha it used too many packets, ↵Gravatar Gael Guennebaud2011-02-12
| | | | this patch fix that.
* Reduced error traces when mixing matrices with different scalar types.Gravatar Hauke Heibel2011-02-11
|
* fix Transform documention regarding ModeGravatar Gael Guennebaud2011-02-10
|
* The pfirst hack is needed also on msvc 2010 as it gets completely nuts, even ↵Gravatar Benoit Jacob2011-02-09
| | | | though it doesnt segfault as msvc 2008 did
* fix redundancyGravatar Gael Guennebaud2011-02-09
|
* workaround gcc 4.2.1 ICE (fix bug #145)Gravatar Gael Guennebaud2011-02-09
|
* fix memory leak (when conservatively resizing vectors of dynamically ↵Gravatar Gael Guennebaud2011-02-07
| | | | allocated scalar types such as bugnums)
* now random<integer types> spans over 0..RAND_MAX, or -RAND_MAX/2..RAND_MAX/2 ↵Gravatar Benoit Jacob2011-02-07
| | | | for signed types, or the most significant bits for smaller integer types.
* fix fuzzy compares for integer types, using a selectorGravatar Benoit Jacob2011-02-07
|
* workaround gcc 4.2 and 4.3 compilation issue with NEONGravatar Gael Guennebaud2011-02-07
|
* introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examplesGravatar Benoit Jacob2011-02-06
|
* mergeGravatar Benoit Jacob2011-02-06
|\
* | fix const correctness in Diagonal::coeffRef (fix found by failtests)Gravatar Benoit Jacob2011-02-06
| |
* | fix EIGEN_STATIC_ASSERT_LVALUE (fix found by failtests)Gravatar Benoit Jacob2011-02-06
| |
| * Removed internal::as_argument. This fixes the alignment issues of bug #165.Gravatar Hauke Heibel2011-02-06
|/
* fix under- and overflowGravatar Gael Guennebaud2011-02-06
|
* Made MatrixBase::BasisReturnType const.Gravatar Hauke Heibel2011-02-05
|
* Fix Diagonal related const correctness issues.Gravatar Hauke Heibel2011-02-05
|
* Fixed hidden const correctness issue.Gravatar Hauke Heibel2011-02-05
|
* Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.Gravatar Jitse Niesen2011-02-04
| | | | | This macro is no longer used as of revision 0212eec23f4cb64e8426bf32568156df302f8fcf .
* fix misc warningsGravatar Thomas Capricelli2011-02-04
|