aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* Added automatic SSE3/4.1/4.2 support for MSVC.Gravatar Hauke Heibel2010-12-16
|
* Fixed compound subtraction in ArrayBase where the assignment needs to be ↵Gravatar Hauke Heibel2010-12-16
| | | | | | carried out on the derived type. Added unit tests for map based component wise arithmetic.
* Fixed ctor from const raw data for Matrices and added the missing ↵Gravatar Hauke Heibel2010-12-15
| | | | | | implementation for Arrays. Fixed a warning regarding the conversion from int to bool in MapBase.
* Fix bug #133: remove the EIGEN_RESTRICT which was useless here anywayGravatar Gael Guennebaud2010-12-13
|
* Fixed NEON compilation errors, changed float-abi back to softfp (which is ↵Gravatar Konstantinos Margaritis2010-12-10
| | | | | | the most used right now). Some complex tests appear to segfault, needs a more careful look.
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
|
* suppress stupid warningGravatar Gael Guennebaud2010-12-10
|
* fix compilationGravatar Gael Guennebaud2010-12-10
|
* fix compilation with ICC (template keyword on a non template method)Gravatar Gael Guennebaud2010-12-10
|
* fix ICE with gcc 3.4 and 4.0.1Gravatar Gael Guennebaud2010-12-10
|
* fix bug #128 : tridiagonalization failed for 1x1 matricesGravatar Gael Guennebaud2010-12-09
|
* simplificationGravatar Gael Guennebaud2010-12-09
|
* fix compilation of sparse_basic for DynamicSparseMatrixGravatar Gael Guennebaud2010-12-09
|
* fix the build of eigensolver_complex test.Gravatar Benoit Jacob2010-12-09
| | | | | | it was calling the .value() method on an inner product, and that was blocked in bad zero-sized case. fixed by adding the .value() method to DenseBase for all 1x1 expressions, and allowing coeff accessors in ProductBase for 1x1 expressions.
* fix bug #127. our product selection logic was flawed in that it used the ↵Gravatar Benoit Jacob2010-12-09
| | | | | | Max-sized to determine whether the size is 1. + test.
* fix commentGravatar Benoit Jacob2010-12-07
|
* [mq]: Mingw32 fixGravatar Eamon Nerbonne2010-12-03
| | | | intrin.h is not required nor supported by mingw32. It is present (and supported) on mingw-w64 builds, even those for 32-bit systems, but here too it's not required on 32-bit systems. So if we're on mingw, and it's 64-bit, then and only then is the intrin.h inclusion necessary.
* add main ei_* functions into Eigen2SupportGravatar Gael Guennebaud2010-12-03
|
* Applied a fix to our std::vector specialization which prevents the usage of ↵Gravatar Hauke Heibel2010-12-02
| | | | workaround_msvc_stl_support when T is not a class.
* add is_constGravatar Benoit Jacob2010-12-01
|
* remove makeconst_return_typeGravatar Benoit Jacob2010-12-01
|
* Fixed compilation of tridiagonalization related unit tests.Gravatar Hauke Heibel2010-11-27
|
* Removed remove_const_on_value_type since the meaning is unclear and it is in ↵Gravatar Hauke Heibel2010-11-26
| | | | | | fact unused. Extened the meta unit tests.
* Added STL like (add|remove)_const. Fixed add_const_on_value_type for "const ↵Gravatar Hauke Heibel2010-11-26
| | | | T* const".
* Postfixed add_const and remove_const by _on_value_type to express the ↵Gravatar Hauke Heibel2010-11-26
| | | | differences to the STL.
* make HessenbergDecompositionMatrixHReturnType internalGravatar Gael Guennebaud2010-11-26
|
* make TridiagonalizationMatrixTReturnType internal and only export a public ↵Gravatar Gael Guennebaud2010-11-26
| | | | MatrixTReturnType typedef
* add a TridiagonalizationMatrixTReturnType class to make ↵Gravatar Gael Guennebaud2010-11-26
| | | | Tridiagonalization::matrixT() more efficient and future proof.
* fix a couple of issues with TridiagonalMatrixGravatar Gael Guennebaud2010-11-26
|
* s/id/p to avoid name clashGravatar Gael Guennebaud2010-11-26
|
* fully implement scalar_fuzzy_impl<bool> as, e.g., the missing ↵Gravatar Gael Guennebaud2010-11-25
| | | | isMuchSmallerThan is convenient to filter out false values.
* fix bug #122 : rank 2 update test and scalar multiple extraction were both wrongGravatar Gael Guennebaud2010-11-23
|
* make UpperBidiagonalization internal: don't want to support it, it's not used.Gravatar Benoit Jacob2010-11-23
| | | | Keeping it because it tests BandMatrix.
* Rework nested<> to be cleaner, see bug #76.Gravatar Benoit Jacob2010-11-23
|
* Improves the filter for hidden files in "Eigen" and "Eigen/src".Gravatar Frederic Gosselin2010-11-22
| | | | This generic solution prevent cmake from having an error .svn folders when the source folder is under subversion.
* this product still badly read the imaginary part on the diagonalGravatar Gael Guennebaud2010-11-22
|
* holy crap, i had disabled all static asserts in ↵Gravatar Benoit Jacob2010-11-22
| | | | 71f023de3e7a41f456d538d4cdb75c72b90dcc75
* fix compilation of product_mmtrGravatar Gael Guennebaud2010-11-21
|
* add missing non const data() method to MapBaseGravatar Gael Guennebaud2010-11-21
|
* make sure our internal selfadjoint*vector product does not use the imaginary ↵Gravatar Gael Guennebaud2010-11-21
| | | | part of the diagonal entries
* implements TRMV level 2 blas routineGravatar Gael Guennebaud2010-11-20
|
* make trmv uses direct accessGravatar Gael Guennebaud2010-11-20
|
* IBM XL C compiler supports __attribute__((aligned(n))) syntaxGravatar Gael Guennebaud2010-11-19
|
* fix typoGravatar Thomas Capricelli2010-11-19
|
* update rank 2 update docGravatar Gael Guennebaud2010-11-19
|
* makes rank 2 update function conformant to BLAS HER2Gravatar Gael Guennebaud2010-11-19
|
* fix compilation of transform * scalingGravatar Gael Guennebaud2010-11-19
|
* Add support for sparse symmetric permutationsGravatar Gael Guennebaud2010-11-18
|
* fix some remainign issue with ei_ -> internal changeGravatar Gael Guennebaud2010-11-16
|
* new feature: copy from a sparse selfadjoint view to a full sparse matrixGravatar Gael Guennebaud2010-11-15
|