aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Re-enabled the BLAS compilation on non-MSVC systems.Gravatar Hauke Heibel2010-12-17
* Switched back to the old behaviour where EIGEN_SPLIT_LARGE_TESTS was ON per d...Gravatar Hauke Heibel2010-12-17
* disable blas if C++ compiler is MSVCGravatar Gael Guennebaud2010-12-16
* Added automatic SSE3/4.1/4.2 support for MSVC.Gravatar Hauke Heibel2010-12-16
* Re-enabled the missing tests, again...Gravatar Hauke Heibel2010-12-16
* Improved the array unit test - internal::isApprox needs to use the same preci...Gravatar Hauke Heibel2010-12-16
* Uups - re-enabled subtests 1 to 5.Gravatar Hauke Heibel2010-12-16
* Fixed compound subtraction in ArrayBase where the assignment needs to be carr...Gravatar Hauke Heibel2010-12-16
* Added unit test for matrix creation from const raw data.Gravatar Hauke Heibel2010-12-15
* Fixed ctor from const raw data for Matrices and added the missing implementat...Gravatar Hauke Heibel2010-12-15
* fix warningGravatar Gael Guennebaud2010-12-13
* Fix bug #133: remove the EIGEN_RESTRICT which was useless here anywayGravatar Gael Guennebaud2010-12-13
* mergeGravatar Jitse Niesen2010-12-12
|\
| * Fix compilation of Tridiagonalization_diagonal example.Gravatar Jitse Niesen2010-12-12
* | enforce compilation of blas unit tests when running ctestGravatar Gael Guennebaud2010-12-12
| * Specify root namespace for fftw_plan from FFTW3 library.Gravatar Jitse Niesen2010-12-12
|/
* Fixed NEON compilation errors, changed float-abi back to softfp (which is the...Gravatar Konstantinos Margaritis2010-12-10
* fix intermittend failure of schur_real test: there only is an iterative proce...Gravatar Benoit Jacob2010-12-10
* 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
* compilation fixGravatar 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
* fix bug #127. our product selection logic was flawed in that it used the Max-...Gravatar Benoit Jacob2010-12-09
* fix commentGravatar Benoit Jacob2010-12-07
* [mq]: Mingw32 fixGravatar Eamon Nerbonne2010-12-03
* add main ei_* functions into Eigen2SupportGravatar Gael Guennebaud2010-12-03
* add a word about the ei_ prefix change in Eigen2 -> Eigen3 doc page.Gravatar Gael Guennebaud2010-12-03
* Applied a fix to our std::vector specialization which prevents the usage of w...Gravatar Hauke Heibel2010-12-02
* 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
* Added STL like (add|remove)_const. Fixed add_const_on_value_type for "const T...Gravatar Hauke Heibel2010-11-26
* Postfixed add_const and remove_const by _on_value_type to express the differe...Gravatar Hauke Heibel2010-11-26
* dos2unixGravatar Benoit Jacob2010-11-26
* Merge.Gravatar Jitse Niesen2010-11-26
|\
* | make HessenbergDecompositionMatrixHReturnType internalGravatar Gael Guennebaud2010-11-26
* | make TridiagonalizationMatrixTReturnType internal and only export a public Ma...Gravatar Gael Guennebaud2010-11-26
* | add a TridiagonalizationMatrixTReturnType class to make Tridiagonalization::m...Gravatar Gael Guennebaud2010-11-26
| * Compilation fix in case EIGEN_DEBUG_ASSERTS is defined.Gravatar Jitse Niesen2010-11-26
|/
* 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 isMuchSmallerTh...Gravatar Gael Guennebaud2010-11-25