| Commit message (Expand) | Author | Age |
* | fix a numerical instability in Quaternion::slerp | Gael Guennebaud | 2008-09-09 |
* | 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 |
* | * 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 |
* | trivial compilation fix in SVD | 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 |
* | QTransform conversion and doc | 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 |
* | Split Rotation.h to Rotation2D.h and RotationBase.h, | Gael Guennebaud | 2008-08-30 |
* | * added a RotationBase class following the CRT pattern | Gael Guennebaud | 2008-08-30 |
* | api.kde.org is still bugged, let's do another try... | 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 |
* | 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 |
* | remove CoreDeclaration from the documentation | Gael Guennebaud | 2008-08-28 |
* | * Add an HyperPlane class in the Geometry module | Gael Guennebaud | 2008-08-28 |
* | CoreDeclarations was removed | Jure Repinc | 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 |
* | #undef vector after including altivec.h | Gael Guennebaud | 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 |
* | Fix a bug discovered in Avogadro: the AngleAxis*Matrix and the newer | Benoit Jacob | 2008-08-24 |
* | arf, of course a meta-selector was required here | Benoit Jacob | 2008-08-24 |
* | allow constructing Transform from small-matrix (like fromPosOrientScale | Benoit Jacob | 2008-08-24 |
* | argh, gael you're more clever than i remembered. diagonal product is | Benoit Jacob | 2008-08-24 |
* | optimization: spare the 3x3 matrix product in | Benoit Jacob | 2008-08-24 |
* | add AngleAxis::operator*(const Vector3&) | Benoit Jacob | 2008-08-24 |
* | add data() methods to Transform | Benoit Jacob | 2008-08-24 |