| Commit message (Expand) | Author | Age |
* | 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 |
* | * 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 |
* | 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 |
* | 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 |
* | 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 from Timothy Hunter s/ei_div/ei_pdiv | Gael Guennebaud | 2008-08-22 |
* | s/Affine/Linear, thanks to Thomas Vaughan | Gael Guennebaud | 2008-08-22 |
* | * 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 |
* | added SparseSetter doc | 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 |
* | Reimplement fitHyperplane such that the fit is done in a total LS sense | Gael Guennebaud | 2008-08-22 |
* | - remove the ASM macro as in fact Gael had been removing all the remaining | Benoit Jacob | 2008-08-21 |
* | 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 |
* | 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 |
* | * Fix CMakeLists.txt issue with SVD | Gael Guennebaud | 2008-08-20 |
* | minor bugfix found using gcc-4.0 | Gael Guennebaud | 2008-08-20 |
* | 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 |