| Commit message (Expand) | Author | Age |
... | |
| * | Gael, who is a man of few words^Winstructions, is right, as usual. | Benoit Jacob | 2009-12-15 |
| * | *use scalar instructions, packet not needed here | Benoit Jacob | 2009-12-14 |
| * | add SSE path for Matrix4f inverse, taken from Intel except that we do a kosher | Benoit Jacob | 2009-12-14 |
| * | Warning 4512 (assignment operators could not be generated) is now simply disa... | Hauke Heibel | 2009-12-14 |
| * | Added to possibility to compile unit tests at maximum warning level. | Hauke Heibel | 2009-12-12 |
| * | * 4x4 inverse: revert to cofactors method | Benoit Jacob | 2009-12-09 |
| * | merge | Hauke Heibel | 2009-12-02 |
| |\ |
|
| * | | minor cleanup | Benoit Jacob | 2009-12-01 |
| | * | Even more NestByValue cleanup... | Hauke Heibel | 2009-12-01 |
| | * | Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR. | Hauke Heibel | 2009-12-01 |
| |/ |
|
| * | 4x4 inverse: | Benoit Jacob | 2009-11-23 |
* | | Another big refactoring change: | Gael Guennebaud | 2009-11-18 |
| * | port the QR module to PermutationMatrix | Benoit Jacob | 2009-11-17 |
| * | PermutationMatrix: add setIdentity and transpositions methods | Benoit Jacob | 2009-11-16 |
| * | Port FullPivLU to PermutationMatrix | Benoit Jacob | 2009-11-16 |
| * | PartialPivLU: port to PermutationMatrix | Benoit Jacob | 2009-11-16 |
|/ |
|
* | last round of changes, mainly to return derived types instead of base types, ... | Benoit Jacob | 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 |
* | 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 |
* | 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 |
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | sync the documentation examples | Benoit Jacob | 2009-10-26 |
* | * make inverse() do a ReturnByValue | Benoit Jacob | 2009-10-26 |
* | remove 1 useless layer of functions | Benoit Jacob | 2009-10-26 |
* | big rewrite in Inverse.h | Benoit Jacob | 2009-10-26 |
* | move PartialLU to the new API | Benoit Jacob | 2009-10-21 |
* | * make PartialLU avoid to generate inf/nan when given a singular matrix | Benoit Jacob | 2009-10-20 |
* | * LU unit test: finally test fixed sizes | Benoit Jacob | 2009-10-19 |
* | remove the m_originalMatrix member. Instead, image() now takes the original m... | Benoit Jacob | 2009-10-18 |
* | * useThreshold -> setThreshold | Benoit Jacob | 2009-10-18 |
* | big huge changes in LU! | Benoit Jacob | 2009-10-18 |
* | merge | Benoit Jacob | 2009-10-15 |
|\ |
|
* | | don't try to finish early | Benoit Jacob | 2009-10-15 |
| * | allow arbitrary resulttype, fixes Xuewen's issue, and this stuff is going to ... | Benoit Jacob | 2009-10-06 |
* | | move also inverse() to ReturnByValue, by doing a solve on NestByValue<Identity>. | Benoit Jacob | 2009-09-26 |
* | | * make LU::kernel() and LU::image() also use ReturnByValue | Benoit Jacob | 2009-09-22 |
* | | fix docs | Benoit Jacob | 2009-09-22 |
* | | convert LU::solve() to the new API | Benoit Jacob | 2009-09-22 |
|/ |
|
* | compilation fixes | Gael Guennebaud | 2009-09-17 |
* | * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping cols | Benoit Jacob | 2009-09-16 |
* | finally, the correct way of dealing with zero matrices in solve() | Benoit Jacob | 2009-08-24 |
* | clarifications in LU::solve() and in LU documentation | Benoit Jacob | 2009-08-24 |
* | bugfix in compute_matrix_flags, optimization in LU, | Gael Guennebaud | 2009-08-16 |
* | in all decs, make the compute() methods return *this | Benoit Jacob | 2009-08-15 |
* | machine_epsilon -> epsilon as wrapper around numeric_traits | Benoit Jacob | 2009-08-14 |
* | make LU::solve() not to crash when rank=0 | Gael Guennebaud | 2009-08-09 |
* | replace custom rank one update in LU by an expression | Gael Guennebaud | 2009-08-08 |