| Commit message (Expand) | Author | Age |
* | Added conservativeResize + unit test. | Hauke Heibel | 2009-09-03 |
* | Removed debug cout. | Hauke Heibel | 2009-09-02 |
* | big reorganization in JacobiSVD: | Benoit Jacob | 2009-09-03 |
* | introduce EIGEN_SIZE_MIN | Benoit Jacob | 2009-09-03 |
* | * rename JacobiRotation => PlanarRotation | Gael Guennebaud | 2009-09-02 |
* | add a JacobiRotation class wrapping the cosine-sine pair with | Gael Guennebaud | 2009-09-01 |
* | * JacobiSVD: | Benoit Jacob | 2009-08-31 |
* | ifdef removed from MapBase and warning disabled | Hauke Heibel | 2009-08-31 |
* | Added MSVC guards to assignment operators. | Hauke Heibel | 2009-08-31 |
* | Removed redundant assignment operators. | Hauke Heibel | 2009-08-31 |
* | add ColPivotingHouseholderQR | Benoit Jacob | 2009-08-23 |
* | * make HessenbergDecomposition uses the Householder module | Gael Guennebaud | 2009-08-17 |
* | bugfix in compute_matrix_flags, optimization in LU, | Gael Guennebaud | 2009-08-16 |
* | rename back MayAliasBit to EvalBeforeAssigningBit | Gael Guennebaud | 2009-08-16 |
* | As proposed on the list: | Gael Guennebaud | 2009-08-15 |
* | my previous fix was not very good | Gael Guennebaud | 2009-08-15 |
* | forgot to update this | Benoit Jacob | 2009-08-14 |
* | try to support 16 bit platforms... optimistic, but can't hurt | Benoit Jacob | 2009-08-14 |
* | add EIGEN_DEBUG_VAR | Benoit Jacob | 2009-08-11 |
* | more product refactoring | Gael Guennebaud | 2009-08-06 |
* | big refactoring in Product.h: | Gael Guennebaud | 2009-08-05 |
* | implement a ProductBase class and, as a proof of concept, update TriangularPr... | Gael Guennebaud | 2009-08-04 |
* | * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -= | Gael Guennebaud | 2009-08-03 |
* | add explicit "on the right" triangular solving, | Gael Guennebaud | 2009-07-30 |
* | improve the expression analyzer to bypass Transpose expression | Gael Guennebaud | 2009-07-28 |
* | trmm is now working in all storage order configurations | Gael Guennebaud | 2009-07-27 |
* | Implement efficient sefladjoint product (aka SYRK) : C += alpha * U U^T | Gael Guennebaud | 2009-07-23 |
* | implement high level API for SYMM and fix a couple of bugs related to complex | Gael Guennebaud | 2009-07-22 |
* | * GEMM enhencement: no need to pre-transpose the rhs | Gael Guennebaud | 2009-07-22 |
* | more refactoring in the level3 products | Gael Guennebaud | 2009-07-22 |
* | synch with main devel branch | Gael Guennebaud | 2009-07-15 |
|\ |
|
* | | change the implementation of BandMatrix to follow the BLAS/LAPACK storage scheme | Gael Guennebaud | 2009-07-15 |
| * | fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p... | Gael Guennebaud | 2009-07-15 |
* | | started an implementation of BandMatrix: at least the read/write access | Gael Guennebaud | 2009-07-14 |
* | | synch with main devel branch | Gael Guennebaud | 2009-07-14 |
|\| |
|
* | | add triangular * vector product | Gael Guennebaud | 2009-07-13 |
| * | more sun studio fixes | Gael Guennebaud | 2009-07-10 |
| * | Set of fixes and workaround to make sun studio more happy. | Gael Guennebaud | 2009-07-10 |
* | | finally directly calling the low-level products is faster | Gael Guennebaud | 2009-07-10 |
* | | * extended the cache friendly products to support C = alpha * A * M and C += ... | Gael Guennebaud | 2009-07-07 |
* | | * bybye Part, welcome TriangularView and SelfAdjointView. | Gael Guennebaud | 2009-07-06 |
| * | * rename QR to HouseholderQR because really that impacts the API, not just th... | Benoit Jacob | 2009-07-06 |
| * | add a VectorBlock expr as a specialization of Block | Gael Guennebaud | 2009-07-05 |
* | | * update sparse module wrt new diagonal matrix impl | Gael Guennebaud | 2009-07-04 |
* | | fully vectorize DiagonalProduct | Benoit Jacob | 2009-06-29 |
| * | FreeBSD: determine precisely when malloc is 16-byte aligned | Benoit Jacob | 2009-06-29 |
* | | new implementation of diagonal matrices and diagonal matrix expressions | Benoit Jacob | 2009-06-28 |
|/ |
|
* | patch by Patrick Mihelich: use empty struct + anonymous namespace for NoChange | Benoit Jacob | 2009-06-25 |
* | * add resize(int, NoChange) and resize(NoChange, int) | Benoit Jacob | 2009-06-24 |
* | refine the check to disable alignment. now it's disabled on gcc3 (where we do... | Benoit Jacob | 2009-06-21 |