| Commit message (Expand) | Author | Age |
... | |
* | * 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 |
* | spelling + some krazy directives | Gael Guennebaud | 2008-08-28 |
* | * Add an HyperPlane class in the Geometry module | 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 |
* | * remove debug code commited by mistake in Assign | Gael Guennebaud | 2008-08-26 |
* | 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 |
* | Rename someOrthogonal to unitOrthogonal. Fix a bug in it, with dyn-size vecto... | Benoit Jacob | 2008-08-24 |
* | * 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 |
* | s/Affine/Linear, thanks to Thomas Vaughan | Gael Guennebaud | 2008-08-22 |
* | *patch by Daniel Gomez: | Gael Guennebaud | 2008-08-21 |
* | doc fixes, and extended Basic Linear Algebra and Reductions sections | Gael Guennebaud | 2008-08-20 |
* | * it's \returns not \Returns | Benoit Jacob | 2008-08-20 |
* | * revert the previous interface change in solveTriangular (pointer vs reference) | Gael Guennebaud | 2008-08-18 |
* | last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to | Benoit Jacob | 2008-08-12 |
* | * Big change in Block and Map: | Gael Guennebaud | 2008-08-09 |
* | introduce copyCoeff and copyPacket methods in MatrixBase, used by | Benoit Jacob | 2008-08-05 |
* | Several compilation fixes for MSVC and NVCC, basically: | Gael Guennebaud | 2008-07-29 |
* | Fix a couple issues introduced in the previous commit: | Gael Guennebaud | 2008-07-26 |
* | * Rewrite the triangular solver so that we can take advantage of our efficien... | Gael Guennebaud | 2008-07-26 |
* | Add .perpendicular() function in Geometry module (adapted from Eigen1) | Gael Guennebaud | 2008-07-22 |
* | Fix compilation issues with icc and g++ < 4.1. Those include: | Gael Guennebaud | 2008-07-21 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | Various documentation improvements, in particualr in Cholesky and Geometry mo... | Gael Guennebaud | 2008-07-20 |
* | Add cholesky's members to MatrixBase | Gael Guennebaud | 2008-07-19 |
* | Added an automatically generated list of selected examples in the documentation. | Gael Guennebaud | 2008-07-19 |
* | Added MatrixBase::Unit*() static function to easily create unit/basis vectors. | Gael Guennebaud | 2008-07-19 |
* | trivial fix in EulerAngles constructor | Gael Guennebaud | 2008-07-15 |
* | - many updates after Cwise change | Benoit Jacob | 2008-07-08 |
* | the big Array/Cwise rework as discussed on the mailing list. The new API | Benoit Jacob | 2008-07-08 |
* | work on rotations in the Geometry module: | Gael Guennebaud | 2008-06-21 |
* | * added a pseudo expression Array giving access to: | Gael Guennebaud | 2008-06-20 |
* | * more cleaning in Product | Gael Guennebaud | 2008-06-19 |
* | * refactoring of Product: | Gael Guennebaud | 2008-06-19 |
* | Added an extensible mechanism to support any kind of rotation | Gael Guennebaud | 2008-06-15 |
* | * split Product to a DiagonalProduct template specialization | Gael Guennebaud | 2008-06-15 |
* | Started a Transform class in the Geometry module to represent | Gael Guennebaud | 2008-06-15 |
* | * remove Cross product expression: MatrixBase::cross() now returns a temporary | Gael Guennebaud | 2008-06-07 |