| Commit message (Expand) | Author | Age |
* | * block() for vectors ---> segment() | Benoit Jacob | 2008-09-15 |
* | * fix issues with "long double" type (useful to enforce the use of x87 regist... | Gael Guennebaud | 2008-09-14 |
* | move CommaInitializer out of MatrixBase and documment it (because of .finishe... | Gael Guennebaud | 2008-09-13 |
* | add the missing templated version of block for sub-vectors | Gael Guennebaud | 2008-09-09 |
* | 2 typos | Gael Guennebaud | 2008-09-08 |
* | fix stupid numerical stability issue in SVD::solve (though it is not yet as s... | Gael Guennebaud | 2008-09-04 |
* | fix warning | Benoit Jacob | 2008-09-04 |
* | Fix bugs reported by Timothy Hunter: | Gael Guennebaud | 2008-09-03 |
* | Add coeff-wise comparisons to scalar operators. You can now write: | Gael Guennebaud | 2008-09-03 |
* | Add a Select expression in the Array module which mimics a coeff-wise ?: oper... | Gael Guennebaud | 2008-09-03 |
* | Bugfix regarding alignent in Assign.h (updated map unit test to detect this bug) | Gael Guennebaud | 2008-09-03 |
* | compilation fixes with MSVC | Gael Guennebaud | 2008-09-03 |
* | Solve a big issue with data alignment and dynamic allocation: | Gael Guennebaud | 2008-09-03 |
* | resurrected sparse triangular solver | Gael Guennebaud | 2008-09-02 |
* | Extended sparse unit-test: nested blocks and InnerIterators. | Daniel Gomez Ferro | 2008-09-02 |
* | if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with | Benoit Jacob | 2008-09-01 |
* | * Add Hyperplane::transform(Matrix/Transform) | Gael Guennebaud | 2008-08-31 |
* | The discussed changes to Hyperplane, the ParametrizedLine class, and the | Benoit Jacob | 2008-08-31 |
* | Split Rotation.h to Rotation2D.h and RotationBase.h, | Gael Guennebaud | 2008-08-30 |
* | Add Scaling and Translation class as discussed on ML, still missing: | Gael Guennebaud | 2008-08-30 |
* | doc and use sed to clean the class hierarchy instead of | Gael Guennebaud | 2008-08-28 |
* | spelling + some krazy directives | Gael Guennebaud | 2008-08-28 |
* | * temporarily remove doxygen customization, we'll see if that fix api.kde.org | Gael Guennebaud | 2008-08-28 |
* | doc + quick bug fix in Matrix ctor | Gael Guennebaud | 2008-08-28 |
* | Missing inline keywords in AltiVec/PacketMath were making Avogadro fail | Benoit Jacob | 2008-08-27 |
* | remove double ; | Benoit Jacob | 2008-08-27 |
* | replace vector by __vector to prevent conflict with std::vector | Benoit Jacob | 2008-08-26 |
* | * remove debug code commited by mistake in Assign | Gael Guennebaud | 2008-08-26 |
* | * move memory related stuff to util/Memory.h | Gael Guennebaud | 2008-08-26 |
* | * patch from Konstantinos Margaritis: bugfix in Altivec version of ei_pdiv | Gael Guennebaud | 2008-08-25 |
* | Shut up two bogus gcc 4.3 warnings | Benoit Jacob | 2008-08-25 |
* | Documentation: fill the placeholders, add a custom CSS file, | Gael Guennebaud | 2008-08-24 |
* | Rename someOrthogonal to unitOrthogonal. Fix a bug in it, with dyn-size vecto... | Benoit Jacob | 2008-08-24 |
* | bugfix in Product and ei_L2_block_traits | Gael Guennebaud | 2008-08-24 |
* | temporary fix of the pèrevious commit | Gael Guennebaud | 2008-08-24 |
* | * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ... | Gael Guennebaud | 2008-08-24 |
* | * add documentation of the cool (?) "print with format" feature | Gael Guennebaud | 2008-08-23 |
* | * remove LargeBit and related stuff | Gael Guennebaud | 2008-08-23 |
* | * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ... | Gael Guennebaud | 2008-08-23 |
* | compile fix for code like Vector3d::Random().x() | Benoit Jacob | 2008-08-23 |
* | * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver... | Gael Guennebaud | 2008-08-22 |
* | patch from Konstantinos Margaritis: Altivec vectorization is resurrected ! | Gael Guennebaud | 2008-08-22 |
* | - remove the ASM macro as in fact Gael had been removing all the remaining | Benoit Jacob | 2008-08-21 |
* | *patch by Daniel Gomez: | Gael Guennebaud | 2008-08-21 |
* | patch by Patrick Spendrin: fix MSVC compatibility | Benoit Jacob | 2008-08-21 |
* | disable the vectorization of div for AltiVec | Gael Guennebaud | 2008-08-21 |
* | * Add the possibility to customize the output of matrices, e.g.: | Gael Guennebaud | 2008-08-21 |
* | add resize() methods to Map, doing nothing but assertions. | Benoit Jacob | 2008-08-21 |
* | Add a packetmath unit test, re-enable the comma-initializer unit test, | Gael Guennebaud | 2008-08-20 |
* | Fix bugs in Sum.h, add unit-test | Benoit Jacob | 2008-08-20 |