aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* doc fixes, and extended Basic Linear Algebra and Reductions sectionsGravatar Gael Guennebaud2008-08-20
* * it's \returns not \ReturnsGravatar Benoit Jacob2008-08-20
* * Added .all() and .any() members to PartialReduxGravatar Gael Guennebaud2008-08-20
* missing SVD header fileGravatar Gael Guennebaud2008-08-19
* Added a SVD module:Gravatar Gael Guennebaud2008-08-19
* * fix bug found by Boudewijn Rempt: no CMakeLists in arch/ subdirGravatar Benoit Jacob2008-08-19
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* * doc improvements in Cwise and PartialRedux:Gravatar Benoit Jacob2008-08-19
* * revert the previous interface change in solveTriangular (pointer vs reference)Gravatar Gael Guennebaud2008-08-18
* only use alloca on linux. Use malloc on other platforms. Needed for mingwGravatar Benoit Jacob2008-08-18
* *add operator()(int) for vectors, synonymous to operator[](int).Gravatar Benoit Jacob2008-08-18
* *make Eigen2 install to prefix/include/eigen2/EigenGravatar Benoit Jacob2008-08-16
* bugfix in CholeskyWithoutSquareRoot::solve found by Timothy HunterGravatar Gael Guennebaud2008-08-16
* change solveTriangularInPlace() to take a pointer as input (as discussed on I...Gravatar Gael Guennebaud2008-08-12
* last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps toGravatar Benoit Jacob2008-08-12
* Complete LU documentationGravatar Benoit Jacob2008-08-11
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11
* Renamed allowAligned() => forceAligned() and added the constants ForceAlignedGravatar Gael Guennebaud2008-08-09
* renamed inverseProduct => solveTriangularGravatar Gael Guennebaud2008-08-09
* * add LU unit-test. Seems like we have very good numerical stability!Gravatar Benoit Jacob2008-08-09
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* * reimplement the general case of inverse() on top of LU. Advantages:Gravatar Benoit Jacob2008-08-09
* *implement LU solver (solves any rectangular system)Gravatar Benoit Jacob2008-08-09
* * fix bug in SwapWrapper : store the wrapped expression by referenceGravatar Benoit Jacob2008-08-09
* forgot to remove that old codeGravatar Benoit Jacob2008-08-07
* - add kernel computation using the triangular solverGravatar Benoit Jacob2008-08-07
* LU: remove partial-pivoting path (moderately useful since it's doesGravatar Benoit Jacob2008-08-07
* New implementation of Swap as discussed, reusing Assign. Makes LU runGravatar Benoit Jacob2008-08-05
* introduce copyCoeff and copyPacket methods in MatrixBase, used byGravatar Benoit Jacob2008-08-05
* Add partial pivoting runtime option to LU.Gravatar Benoit Jacob2008-08-05
* further big perf improvement in InverseGravatar Benoit Jacob2008-08-04
* big performance improvement in inverse and LUGravatar Benoit Jacob2008-08-04
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* fix two perf issues in product.Gravatar Gael Guennebaud2008-08-03
* fix compile errors with gcc 4.3: unresolved func call toGravatar Benoit Jacob2008-08-03
* Added a ei_palign function align a packet from two others.Gravatar Gael Guennebaud2008-08-03
* Optimizations:Gravatar Gael Guennebaud2008-08-01
* removed the packet specializations of some functorsGravatar Gael Guennebaud2008-07-31
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* fix some internal asserts in CacheFrinedlyProductGravatar Gael Guennebaud2008-07-27
* forgot to include this file in previous commitGravatar Gael Guennebaud2008-07-27
* Fix a couple issues introduced in the previous commit:Gravatar Gael Guennebaud2008-07-26
* * Rewrite the triangular solver so that we can take advantage of our efficien...Gravatar Gael Guennebaud2008-07-26
* bugfix in some internal asserts of CacheFriendlyProductGravatar Gael Guennebaud2008-07-26
* update the inverse test a littleGravatar Benoit Jacob2008-07-26
* * Fix some complex alignment issues in the cache friendly matrix-vector produ...Gravatar Gael Guennebaud2008-07-23
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* Fix compilation issues with icc and g++ < 4.1. Those include:Gravatar Gael Guennebaud2008-07-21
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* Various documentation improvements, in particualr in Cholesky and Geometry mo...Gravatar Gael Guennebaud2008-07-20