Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | improvements, especially: automatically flush the server side cache | Benoit Jacob | 2009-09-24 |
| | |||
* | fix typo | Benoit Jacob | 2009-09-23 |
| | |||
* | add eigen_gen_credits script | Benoit Jacob | 2009-09-23 |
| | |||
* | Removed unnecessary MSVC check. | Hauke Heibel | 2009-09-22 |
| | |||
* | Added EIGEN_REF_TO_TEMPORARY define for rvalue support. | Hauke Heibel | 2009-09-21 |
| | | | | Allowed VC10 to make use of static_assert. | ||
* | * ReturnByValue: | Benoit Jacob | 2009-09-22 |
| | | | | | | | -- simpplify by removing the 2nd template parameter -- rename Functor to Derived, as now it's a usual CRTP * Homogeneous: -- in products, honor the Max sizes etc. | ||
* | fix bug #42, add missing Transform::Identity() | Benoit Jacob | 2009-09-19 |
| | |||
* | allow to override EIGEN_RESTRICT, to satisfy a smart ass blogger who claims | Benoit Jacob | 2009-09-19 |
| | | | | | that eigen2 owes all its performance to nonstandard restrict keyword. well, this can also improve portability in case some compiler doesn't have __restrict. | ||
* | add legalese | Benoit Jacob | 2009-09-20 |
| | |||
* | add demo of how to mix eigen with C code | Benoit Jacob | 2009-09-20 |
| | |||
* | implement __gnuc_forget_about_setZero_its_over_now | Gael Guennebaud | 2009-09-18 |
| | |||
* | undef B0 | Benoit Jacob | 2009-09-19 |
| | |||
* | fix stable_norm unit test | Gael Guennebaud | 2009-09-18 |
| | |||
* | update page to explain how to get rid of it | Benoit Jacob | 2009-09-18 |
| | |||
* | finish my evalToDense => evalTo change | Gael Guennebaud | 2009-09-17 |
| | |||
* | clean the commented asm instructions because now I'm sure | Gael Guennebaud | 2009-09-17 |
| | | | | the previous fix is ok | ||
* | merge | Gael Guennebaud | 2009-09-17 |
|\ | |||
| * | fix bug #52: Transform::inverse() should return a Transform | Benoit Jacob | 2009-09-18 |
| | | |||
* | | fix #53: performance regression, hopefully I did not resurected another | Gael Guennebaud | 2009-09-17 |
| | | | | | | | | perf. issue... | ||
| * | compilation fixes | Gael Guennebaud | 2009-09-17 |
| | | |||
| * | make ColPivotingQR use HouseholderSequence | Gael Guennebaud | 2009-09-16 |
| | | |||
| * | * add a HouseholderSequence class (not good enough yet for ↵ | Gael Guennebaud | 2009-09-16 |
| | | | | | | | | | | | | Triadiagonalization and HessenbergDecomposition) * rework a bit AnyMatrixBase, and mobe it to a separate file | ||
| * | improve ComplexShur api and doc | Gael Guennebaud | 2009-09-16 |
| | | |||
| * | * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping cols | Benoit Jacob | 2009-09-16 |
| | | | | | | | | * add Gael a copyright line | ||
| * | * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector' | Benoit Jacob | 2009-09-16 |
| | | | | | | | | | | was a row-vector. Fixed by splitting the vector version from the matrix version. * add unit test, the visitors weren't covered by any test!! | ||
| * | disable warning 279: controlling expression is constant for ICC | Gael Guennebaud | 2009-09-15 |
| | | |||
| * | bugfixes for ICC (compilation and runtime) | Gael Guennebaud | 2009-09-15 |
| | | |||
| * | fix warning with gcc 4.2 | Gael Guennebaud | 2009-09-15 |
| | | |||
| * | fix warning in stable norm | Gael Guennebaud | 2009-09-15 |
| | | |||
| * | Remove no-op statement in AlignedVector3. | Jitse Niesen | 2009-09-10 |
| | | |||
| * | Re-factor matrix exponential. | Jitse Niesen | 2009-09-08 |
| | | | | | | | | Put all routines in a class. I think this is a cleaner design. | ||
| * | Fix LaTeX error in doxygen comment. | Jitse Niesen | 2009-09-08 |
| | | |||
| * | Fixed if clause. | Hauke Heibel | 2009-09-08 |
| | | |||
| * | Fixed conservative_resize compilation errors. | Hauke Heibel | 2009-09-08 |
| | | |||
| * | Added missing casts. | Hauke Heibel | 2009-09-08 |
| | | |||
| * | Fixed unit test and improved code reusage for resizing. | Hauke Heibel | 2009-09-07 |
| | | |||
| * | Ups - that was not intended to be part of the commit. | Hauke Heibel | 2009-09-07 |
| | | |||
| * | Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as ↵ | Hauke Heibel | 2009-09-07 |
| | | | | | | | | | | | | proposed by Gael. Added conservativeResizeLike as discussed on the mailing list. | ||
| * | add optional compile flags to enable coverage testing | Gael Guennebaud | 2009-09-07 |
| | | |||
| * | improve coverage of matrix-vector product | Gael Guennebaud | 2009-09-07 |
| | | |||
| * | improve coverage of unitOrthogonal | Gael Guennebaud | 2009-09-07 |
| | | |||
| * | add a stable_norm unit test | Gael Guennebaud | 2009-09-07 |
| | | |||
| * | fix compilation of swap for ICC | Gael Guennebaud | 2009-09-07 |
| | | |||
| * | uncomment stuff commented for debugging (sorry for the noise) | Gael Guennebaud | 2009-09-07 |
| | | |||
| * | fix another .stride() issue in Cholmod support | Gael Guennebaud | 2009-09-07 |
| | | |||
| * | bug fix in SuperLU support: the meaning of Matrix::stride() changed for vectors | Gael Guennebaud | 2009-09-07 |
| | | |||
| * | Typos in tutorial 1. | Jitse Niesen | 2009-09-05 |
|/ | |||
* | enable ILU in super LU only if the super version supports it | Gael Guennebaud | 2009-09-04 |
| | |||
* | Added support for SuperLU's ILU factorization | Peter Román | 2009-08-21 |
| | |||
* | * add real scalar * complex matrix, real matrix * complex scalar, | Gael Guennebaud | 2009-09-04 |
| | | | | | and complex scalar * real matrix overloads * allows the inner and outer product specialisations to mix real and complex |