| Commit message (Expand) | Author | Age |
* | extend sparse unit tests with transpose and matrix product | Gael Guennebaud | 2008-10-04 |
* | add EigenSolver::eigenvectors() method for non symmetric matrices. | Gael Guennebaud | 2008-10-03 |
* | Fixes in Eigensolver: | Gael Guennebaud | 2008-10-01 |
* | * 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 |
* | * Quaternion: added dot product and angularDistance functions. The latter is | Gael Guennebaud | 2008-09-11 |
* | add the missing templated version of block for sub-vectors | Gael Guennebaud | 2008-09-09 |
* | * Extend a bit ParametrizedLine and move it to a separate file, | Gael Guennebaud | 2008-09-03 |
* | 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 |
* | remove the conceptualy broken "NoShear" transformation traits, | Gael Guennebaud | 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 |
* | add uniform scale/prescale functions in Tranform | Gael Guennebaud | 2008-08-30 |
* | * added a RotationBase class following the CRT pattern | Gael Guennebaud | 2008-08-30 |
* | * rename TranformationKnowledge to TransformTraits | Gael Guennebaud | 2008-08-30 |
* | update Transform::inverse() to take an optional argument stating whether the ... | Gael Guennebaud | 2008-08-30 |
* | Add Scaling and Translation class as discussed on ML, still missing: | Gael Guennebaud | 2008-08-30 |
* | some hyperplane changes: | Gael Guennebaud | 2008-08-29 |
* | spelling + some krazy directives | Gael Guennebaud | 2008-08-28 |
* | * Add an HyperPlane class in the Geometry module | Gael Guennebaud | 2008-08-28 |
* | bugfix in test/packetmath.h | Gael Guennebaud | 2008-08-25 |
* | Fix a bug discovered in Avogadro: the AngleAxis*Matrix and the newer | Benoit Jacob | 2008-08-24 |
* | Rename someOrthogonal to unitOrthogonal. Fix a bug in it, with dyn-size vecto... | Benoit Jacob | 2008-08-24 |
* | nothing to see here | Gael Guennebaud | 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 |
* | extended cwise unit tests to cover all Cwise API | Gael Guennebaud | 2008-08-22 |
* | * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver... | Gael Guennebaud | 2008-08-22 |
* | fix a number of compiler errors and warnings with gcc 4.3. There was a missing | Benoit Jacob | 2008-08-22 |
* | extend sparse unit test and more bugfix, major todo: finilize the SparseSetter | Gael Guennebaud | 2008-08-21 |
* | *patch by Daniel Gomez: | Gael Guennebaud | 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 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 |
* | Added a SVD module: | Gael Guennebaud | 2008-08-19 |
* | Various compilation fixes for MSVC 9. All tests compile but some | Gael Guennebaud | 2008-08-19 |
* | *add operator()(int) for vectors, synonymous to operator[](int). | Benoit Jacob | 2008-08-18 |