| Commit message (Expand) | Author | Age |
* | Another big refactoring change: | Gael Guennebaud | 2009-11-18 |
* | Big refactoring/cleaning in the spasre module with | Gael Guennebaud | 2009-11-18 |
* | more ET refactoring: | Gael Guennebaud | 2009-11-17 |
* | adapt CwiseBinaryOp and the Sparse counter part | Gael Guennebaud | 2009-11-17 |
* | adapt CwiseUnaryOp and CwiseUnaryView | Gael Guennebaud | 2009-11-16 |
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages. | Gael Guennebaud | 2009-11-16 |
* | * add PermutationMatrix | Benoit Jacob | 2009-11-15 |
* | * add Map<Quaternion> test based on Map from test/map.cpp | Mathieu Gautier | 2009-11-13 |
* | ouch, avoid infinite loop! | Benoit Jacob | 2009-11-12 |
* | also optionnally initialize by zero after resizing | Benoit Jacob | 2009-11-12 |
* | * add non-default option to initialize matrices by 0 | Benoit Jacob | 2009-11-12 |
* | Compilation fix: makeHousholderInPlace now uses references. | Jitse Niesen | 2009-11-11 |
* | fix PowerPC platform detection | Benoit Jacob | 2009-11-11 |
* | *adapt Householder to the convention that we now favor refs over ptrs for out... | Benoit Jacob | 2009-11-10 |
* | fix compilation and removed some unused stuff in skyline | Gael Guennebaud | 2009-11-10 |
* | fix #68 I did not see the skyline matrix patch contained that | Gael Guennebaud | 2009-11-10 |
* | mv the Skyline module to unsupported/ | Gael Guennebaud | 2009-11-10 |
* | Added basic SkylineMatrix. | kayhman | 2009-11-04 |
* | * merge | Benoit Jacob | 2009-11-09 |
|\ |
|
* | | add missing includes | Benoit Jacob | 2009-11-09 |
* | | last round of changes, mainly to return derived types instead of base types, ... | Benoit Jacob | 2009-11-09 |
| * | Quaternion: fix compilation, cleaning | Gael Guennebaud | 2009-11-09 |
* | | simplifications in the ei_solve_impl system, factor out some boilerplate code | Benoit Jacob | 2009-11-08 |
* | | port the qr module to ei_solve_xxx. | Benoit Jacob | 2009-11-08 |
| * | fix compilation adding a makeconst helper struct | Gael Guennebaud | 2009-11-07 |
| * | back out previous back out, and this time don't forget | Gael Guennebaud | 2009-11-06 |
| * | Backed out previous changeset: Does not compile. | Jitse Niesen | 2009-11-06 |
| * | Add the possibility to control the storage mode of scalar value (by value or ... | Gael Guennebaud | 2009-11-05 |
* | | port svd to the ei_xxx_return_value thing | Benoit Jacob | 2009-11-04 |
| * | fix bug in svd solve reported on forum, was apparently assuming square matrix... | Benoit Jacob | 2009-11-04 |
| * | Let's try to stick to the original code, thus activate the fix of #62 only fo... | Hauke Heibel | 2009-11-04 |
| * | Direct access of the packet structs fixes bug #62 and doe not seem to | Hauke Heibel | 2009-11-04 |
| * | an attempt to fix a compilation issue with MSVC | Gael Guennebaud | 2009-11-04 |
* | | move cholesky to ei_xxx_return_value | Benoit Jacob | 2009-11-03 |
* | | move partial-pivoting lu to ei_solve_impl | Benoit Jacob | 2009-11-03 |
* | | introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,impl | Benoit Jacob | 2009-11-03 |
| * | fix #66 : upper triangular checks in ComplexSchur | Gael Guennebaud | 2009-11-02 |
| * | fix compilation | Benoit Jacob | 2009-10-31 |
| * | * default MatrixBase ctor: make it protected, make it a static assert, only d... | Benoit Jacob | 2009-10-31 |
* | | SVD::solve() : port to new API and improvements | Benoit Jacob | 2009-10-30 |
* | | *port the Cholesky module to the new solve() API | Benoit Jacob | 2009-10-29 |
| * | corrected the computation cost of mean | Hauke Heibel | 2009-10-29 |
| * | added mean() reduction | Hauke Heibel | 2009-10-29 |
| * | oops I forgot to include that file in the previous commit (fixing #65) | Gael Guennebaud | 2009-10-29 |
| * | fix #65: MatrixBase::nonZero() | Gael Guennebaud | 2009-10-29 |
* | | sync with mainline | Benoit Jacob | 2009-10-28 |
|\| |
|
* | | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
| * | * rename new Quat class to Quaternion, remove existing Quaternion | Benoit Jacob | 2009-10-27 |
| * | Quaternion could now map an array of 4 scalars : | Mathieu Gautier | 2009-10-27 |
| * | Added dox for the new typedefs. | Hauke Heibel | 2009-10-27 |