aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* 2 typosGravatar Gael Guennebaud2008-09-08
* fix stupid numerical stability issue in SVD::solve (though it is not yet as s...Gravatar Gael Guennebaud2008-09-04
* fix warningGravatar Benoit Jacob2008-09-04
* Fix bugs reported by Timothy Hunter:Gravatar Gael Guennebaud2008-09-03
* Add coeff-wise comparisons to scalar operators. You can now write:Gravatar Gael Guennebaud2008-09-03
* Add a Select expression in the Array module which mimics a coeff-wise ?: oper...Gravatar Gael Guennebaud2008-09-03
* Bugfix regarding alignent in Assign.h (updated map unit test to detect this bug)Gravatar Gael Guennebaud2008-09-03
* compilation fixes with MSVCGravatar Gael Guennebaud2008-09-03
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* resurrected sparse triangular solverGravatar Gael Guennebaud2008-09-02
* Extended sparse unit-test: nested blocks and InnerIterators.Gravatar Daniel Gomez Ferro2008-09-02
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* The discussed changes to Hyperplane, the ParametrizedLine class, and theGravatar Benoit Jacob2008-08-31
* Split Rotation.h to Rotation2D.h and RotationBase.h,Gravatar Gael Guennebaud2008-08-30
* Add Scaling and Translation class as discussed on ML, still missing:Gravatar Gael Guennebaud2008-08-30
* doc and use sed to clean the class hierarchy instead ofGravatar Gael Guennebaud2008-08-28
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* * temporarily remove doxygen customization, we'll see if that fix api.kde.orgGravatar Gael Guennebaud2008-08-28
* doc + quick bug fix in Matrix ctorGravatar Gael Guennebaud2008-08-28
* Missing inline keywords in AltiVec/PacketMath were making Avogadro failGravatar Benoit Jacob2008-08-27
* remove double ;Gravatar Benoit Jacob2008-08-27
* replace vector by __vector to prevent conflict with std::vectorGravatar Benoit Jacob2008-08-26
* * remove debug code commited by mistake in AssignGravatar Gael Guennebaud2008-08-26
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* * patch from Konstantinos Margaritis: bugfix in Altivec version of ei_pdivGravatar Gael Guennebaud2008-08-25
* Shut up two bogus gcc 4.3 warningsGravatar Benoit Jacob2008-08-25
* 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 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
* - remove the ASM macro as in fact Gael had been removing all the remainingGravatar Benoit Jacob2008-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