| Commit message (Expand) | Author | Age |
... | |
| * | 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 |
|\ \ |
|
| | * | fix typo in blue norm | Gael Guennebaud | 2009-07-14 |
| |/ |
|
| * | add a blueNorm() function implementing the Blues's stable norm | Gael Guennebaud | 2009-07-13 |
| * | add a SparseNestByValue expression and fix issue in sparse adjoint evaluation | Gael Guennebaud | 2009-07-13 |
* | | add triangular * vector product | Gael Guennebaud | 2009-07-13 |
* | | Add an efficient rank2 update function (like the level2 blas xSYR2 routine). | Gael Guennebaud | 2009-07-11 |
| * | Set of fixes and workaround to make sun studio more happy. | Gael Guennebaud | 2009-07-10 |
* | | add a meta unroller for the triangular solver (only for vectors as rhs) | Gael Guennebaud | 2009-07-10 |
* | | finally directly calling the low-level products is faster | Gael Guennebaud | 2009-07-10 |
* | | started to simplify the triangular solvers | Gael Guennebaud | 2009-07-09 |
* | | ok now all the complex mat-mat and mat-vec products involving conjugate, | Gael Guennebaud | 2009-07-08 |
* | | conjugate expressions are now properly caught by Product | Gael Guennebaud | 2009-07-07 |
* | | * take advantage of new possibilies in LLT (mat -= product) | Gael Guennebaud | 2009-07-07 |
* | | * 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 |
| * | quick reimplementation of SVD from the numeral recipes book: | Gael Guennebaud | 2009-07-06 |
| * | another test in the non invertible case | Manuel Yguel | 2009-07-04 |
* | | * update sparse module wrt new diagonal matrix impl | Gael Guennebaud | 2009-07-04 |
| * | * polish computeInverseWithCheck to share more code, fix documentation, fix c... | Benoit Jacob | 2009-06-29 |
* | | fully vectorize DiagonalProduct | Benoit Jacob | 2009-06-29 |
* | | new implementation of diagonal matrices and diagonal matrix expressions | Benoit Jacob | 2009-06-28 |
|/ |
|
* | * rename PartialRedux to VectorwiseOp | Gael Guennebaud | 2009-06-10 |
* | make Umeyama, and its unit-test, work for me on gcc 4.3 | Benoit Jacob | 2009-05-27 |
* | * Umeyama has now similar performance for RowMajor and ColMajor layouts. | Hauke Heibel | 2009-05-27 |
* | Added Umeyama implementation. | Hauke Heibel | 2009-05-26 |
* | merge | Benoit Jacob | 2009-05-22 |
|\ |
|
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | | Oops, here the actual LLT and LDLT patch. | Hauke Heibel | 2009-05-22 |
* | | Eigensolver decomposition interface unification. | Hauke Heibel | 2009-05-22 |
* | | LU and PartialLU decomposition interface unification. | Hauke Heibel | 2009-05-22 |
* | | QR and SVD decomposition interface unification. | Hauke Heibel | 2009-05-22 |
* | | * add a writable generic coeff wise expression (CwiseUnaryView) | Gael Guennebaud | 2009-05-20 |
|/ |
|
* | update cdash testsuite file to use mercurial | Gael Guennebaud | 2009-05-19 |
* | fix #1 : need to nest by value the affine part in homogeneous product | Gael Guennebaud | 2009-05-18 |
* | Fix compilation error in createRandomMatrixOfRank() | Jitse Niesen | 2009-05-17 |
* | * introduced method createRandomMatrixOfRank (R = U*D*V where U,V unitary, D ... | Hauke Heibel | 2009-05-17 |
* | enable testing of complex numbers for taucs | Gael Guennebaud | 2009-05-12 |
* | compilation fixes | Gael Guennebaud | 2009-05-12 |
* | various minor updates of some unit tests | Gael Guennebaud | 2009-05-11 |
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |
* | CREDIT Hauke Heibel, fix MSVC warnings | Benoit Jacob | 2009-05-09 |
* | *add missing overloads of setZero, etc... that were mentioned in the tutorial | Benoit Jacob | 2009-05-06 |
* | * compilation fixes for gcc 3.3 | Gael Guennebaud | 2009-05-06 |
* | fix linearRegression, fix doc, add unit test (it was untested since the change | Benoit Jacob | 2009-05-05 |
* | new simplified API to fill sparse matrices (the old functions are | Gael Guennebaud | 2009-05-04 |
* | "forgot to commit the required changes in stdvector unit test" | Gael Guennebaud | 2009-05-03 |
* | let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN. | Benoit Jacob | 2009-05-03 |