aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Documentation: fill the placeholders, add a custom CSS file,Gravatar Gael Guennebaud2008-08-24
* Rename someOrthogonal to unitOrthogonal. Fix a bug in it, with dyn-size vecto...Gravatar Benoit Jacob2008-08-24
* bugfix in Product and ei_L2_block_traitsGravatar Gael Guennebaud2008-08-24
* temporary fix of the pèrevious commitGravatar Gael Guennebaud2008-08-24
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24
* * add documentation of the cool (?) "print with format" featureGravatar Gael Guennebaud2008-08-23
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* compile fix for code like Vector3d::Random().x()Gravatar Benoit Jacob2008-08-23
* bugfix from Timothy Hunter s/ei_div/ei_pdivGravatar Gael Guennebaud2008-08-22
* s/Affine/Linear, thanks to Thomas VaughanGravatar Gael Guennebaud2008-08-22
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* patch from Konstantinos Margaritis: Altivec vectorization is resurrected !Gravatar Gael Guennebaud2008-08-22
* added SparseSetter docGravatar Gael Guennebaud2008-08-22
* fix a number of compiler errors and warnings with gcc 4.3. There was a missingGravatar Benoit Jacob2008-08-22
* Reimplement fitHyperplane such that the fit is done in a total LS senseGravatar Gael Guennebaud2008-08-22
* - remove the ASM macro as in fact Gael had been removing all the remainingGravatar Benoit Jacob2008-08-21
* extend sparse unit test and more bugfix, major todo: finilize the SparseSetterGravatar Gael Guennebaud2008-08-21
* *patch by Daniel Gomez:Gravatar Gael Guennebaud2008-08-21
* patch by Patrick Spendrin: fix MSVC compatibilityGravatar Benoit Jacob2008-08-21
* disable the vectorization of div for AltiVecGravatar Gael Guennebaud2008-08-21
* * Add the possibility to customize the output of matrices, e.g.:Gravatar Gael Guennebaud2008-08-21
* add resize() methods to Map, doing nothing but assertions.Gravatar Benoit Jacob2008-08-21
* Add a packetmath unit test, re-enable the comma-initializer unit test,Gravatar Gael Guennebaud2008-08-20
* Fix bugs in Sum.h, add unit-testGravatar Benoit Jacob2008-08-20
* * Fix CMakeLists.txt issue with SVDGravatar Gael Guennebaud2008-08-20
* minor bugfix found using gcc-4.0Gravatar Gael Guennebaud2008-08-20
* 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