| Commit message (Expand) | Author | Age |
* | add EIGEN_DEBUG_VAR | Benoit Jacob | 2009-08-11 |
* | overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op... | Gael Guennebaud | 2009-08-11 |
* | fix issue #36 (missing return *this in Rotation2D | Gael Guennebaud | 2009-08-11 |
* | remove #include Bidiagonalization, and add missing ";" | Gael Guennebaud | 2009-08-11 |
* | merge | Gael Guennebaud | 2009-08-09 |
|\ |
|
* | | make custom asm directive volatile | Gael Guennebaud | 2009-08-09 |
| * | LinearVectorization: If the destination isn't aligned, | Benoit Jacob | 2009-08-09 |
| * | now you can #define EIGEN_DEBUG_ASSIGN, and all the values in ei_assign_trait... | Benoit Jacob | 2009-08-09 |
| * | disable the assembly for fast unaligned stores. indeed, there is a strange bu... | Benoit Jacob | 2009-08-09 |
| * | don't depend on uninitialized value | Benoit Jacob | 2009-08-09 |
| * | * add Jacobi transformations | Benoit Jacob | 2009-08-09 |
* | | make LU::solve() not to crash when rank=0 | Gael Guennebaud | 2009-08-09 |
| * | fix bug in sorting of singular values | Benoit Jacob | 2009-08-09 |
|/ |
|
* | replace custom rank one update in LU by an expression | Gael Guennebaud | 2009-08-08 |
* | * implement a second level of micro blocking (faster for small sizes) | Gael Guennebaud | 2009-08-07 |
* | Fix compilation in sparse module | Gael Guennebaud | 2009-08-06 |
* | fix determinant in PartialLU | Gael Guennebaud | 2009-08-06 |
* | oops, one more bug fix in homogeneous | Gael Guennebaud | 2009-08-06 |
* | fixes in determinant and homogeneous | Gael Guennebaud | 2009-08-06 |
* | compilation fix in EigenSolver, | Gael Guennebaud | 2009-08-06 |
* | typo | Gael Guennebaud | 2009-08-06 |
* | fix VS compilation issue in MapBase::operator+= and -= | Gael Guennebaud | 2009-08-06 |
* | shame on me | Gael Guennebaud | 2009-08-06 |
* | fix my bad fix of Hauke's fix ;) | Gael Guennebaud | 2009-08-06 |
* | fix a couple of compilations issues | Gael Guennebaud | 2009-08-06 |
* | fixed inversion for AffineCompact matrices | Hauke Heibel | 2009-08-06 |
* | more product refactoring | Gael Guennebaud | 2009-08-06 |
* | fix vs.net compilation issue | Hauke Heibel | 2009-08-06 |
* | fix vs.net compilation issue | Hauke Heibel | 2009-08-06 |
* | fix compilation and segfault issues | Gael Guennebaud | 2009-08-06 |
* | add the missing Affine Transform * set of column vectors products... | Gael Guennebaud | 2009-08-06 |
* | remove remnant of MultiplierBase | Benoit Jacob | 2009-08-06 |
* | implement the missing outer product, | Gael Guennebaud | 2009-08-05 |
* | big refactoring in Product.h: | Gael Guennebaud | 2009-08-05 |
* | fix assertions, improve docs. | Benoit Jacob | 2009-08-05 |
* | implement a ProductBase class and, as a proof of concept, update TriangularPr... | Gael Guennebaud | 2009-08-04 |
* | fix a couple of compilation issue due to the removal of MultiplierBase | Gael Guennebaud | 2009-08-04 |
* | merge | Gael Guennebaud | 2009-08-04 |
|\ |
|
* | | implement two levels of blocking in PartialLU => high speedup | Gael Guennebaud | 2009-08-04 |
| * | use explicit Block/VectorBlock xprs to make sure that compile-time known size... | Benoit Jacob | 2009-08-04 |
| * | make the dot product linear in the second variable, not the first variable | Benoit Jacob | 2009-08-03 |
|/ |
|
* | merge with special_matrix branch | Gael Guennebaud | 2009-08-03 |
|\ |
|
* \ | merge | Gael Guennebaud | 2009-08-03 |
|\ \ |
|
| * | | add new Householder module | Benoit Jacob | 2009-08-03 |
* | | | * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -= | Gael Guennebaud | 2009-08-03 |
| * | | small fixes | Benoit Jacob | 2009-08-03 |
| * | | apply Gael's idea for auto transpose in mixed fixed/dynamic case | Benoit Jacob | 2009-08-03 |
* | | | implements a blocked version of PartialLU | Gael Guennebaud | 2009-08-03 |
* | | | bugfix in trsm | Gael Guennebaud | 2009-08-02 |
* | | | add blocked LLT, and bugfix in trsm asserts | Gael Guennebaud | 2009-08-01 |
|/ / |
|