aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* compilation fixGravatar Gael Guennebaud2010-12-09
* fix compilation of sparse_basic for DynamicSparseMatrixGravatar Gael Guennebaud2010-12-09
* fix the build of eigensolver_complex test.Gravatar Benoit Jacob2010-12-09
* fix bug #127. our product selection logic was flawed in that it used the Max-...Gravatar Benoit Jacob2010-12-09
* fix commentGravatar Benoit Jacob2010-12-07
* [mq]: Mingw32 fixGravatar Eamon Nerbonne2010-12-03
* add main ei_* functions into Eigen2SupportGravatar Gael Guennebaud2010-12-03
* add a word about the ei_ prefix change in Eigen2 -> Eigen3 doc page.Gravatar Gael Guennebaud2010-12-03
* Applied a fix to our std::vector specialization which prevents the usage of w...Gravatar Hauke Heibel2010-12-02
* add is_constGravatar Benoit Jacob2010-12-01
* remove makeconst_return_typeGravatar Benoit Jacob2010-12-01
* Fixed compilation of tridiagonalization related unit tests.Gravatar Hauke Heibel2010-11-27
* Removed remove_const_on_value_type since the meaning is unclear and it is in ...Gravatar Hauke Heibel2010-11-26
* Added STL like (add|remove)_const. Fixed add_const_on_value_type for "const T...Gravatar Hauke Heibel2010-11-26
* Postfixed add_const and remove_const by _on_value_type to express the differe...Gravatar Hauke Heibel2010-11-26
* dos2unixGravatar Benoit Jacob2010-11-26
* Merge.Gravatar Jitse Niesen2010-11-26
|\
* | make HessenbergDecompositionMatrixHReturnType internalGravatar Gael Guennebaud2010-11-26
* | make TridiagonalizationMatrixTReturnType internal and only export a public Ma...Gravatar Gael Guennebaud2010-11-26
* | add a TridiagonalizationMatrixTReturnType class to make Tridiagonalization::m...Gravatar Gael Guennebaud2010-11-26
| * Compilation fix in case EIGEN_DEBUG_ASSERTS is defined.Gravatar Jitse Niesen2010-11-26
|/
* fix a couple of issues with TridiagonalMatrixGravatar Gael Guennebaud2010-11-26
* s/id/p to avoid name clashGravatar Gael Guennebaud2010-11-26
* fully implement scalar_fuzzy_impl<bool> as, e.g., the missing isMuchSmallerTh...Gravatar Gael Guennebaud2010-11-25
* Remove parentheses for compatibility with cmake 2.6.2Gravatar Jitse Niesen2010-11-24
* make example compileGravatar Benoit Jacob2010-11-24
* minor fixesGravatar Benoit Jacob2010-11-24
* some dox tweaksGravatar Benoit Jacob2010-11-24
* fix bug #122 : rank 2 update test and scalar multiple extraction were both wrongGravatar Gael Guennebaud2010-11-23
* make UpperBidiagonalization internal: don't want to support it, it's not used.Gravatar Benoit Jacob2010-11-23
* Rework nested<> to be cleaner, see bug #76.Gravatar Benoit Jacob2010-11-23
* Improves the filter for hidden files in "Eigen" and "Eigen/src".Gravatar Frederic Gosselin2010-11-22
* now the full blas folder requires a fortran compilerGravatar Gael Guennebaud2010-11-22
* fix bug #120 : compilation issue of trsolve unit testGravatar Gael Guennebaud2010-11-22
* split level 1 and 2 implementation files into smaller ones and fix a couple o...Gravatar Gael Guennebaud2010-11-22
* import reference BLAS routines which are not already implemented in Eigen : m...Gravatar Gael Guennebaud2010-11-22
* this product still badly read the imaginary part on the diagonalGravatar Gael Guennebaud2010-11-22
* holy crap, i had disabled all static asserts in 71f023de3e7a41f456d538d4cdb75...Gravatar Benoit Jacob2010-11-22
* fix compilation of product_mmtrGravatar Gael Guennebaud2010-11-21
* add missing non const data() method to MapBaseGravatar Gael Guennebaud2010-11-21
* implement HEMV level2 blas routineGravatar Gael Guennebaud2010-11-21
* make sure our internal selfadjoint*vector product does not use the imaginary ...Gravatar Gael Guennebaud2010-11-21
* implement SYMV level2 blas routinesGravatar Gael Guennebaud2010-11-21
* implements TRMV level 2 blas routineGravatar Gael Guennebaud2010-11-20
* make trmv uses direct accessGravatar Gael Guennebaud2010-11-20
* fix issue 114: workaround cmake enable_language bugGravatar Gael Guennebaud2010-11-20
* IBM XL C compiler supports __attribute__((aligned(n))) syntaxGravatar Gael Guennebaud2010-11-19
* some cleaning in blas level 2Gravatar Gael Guennebaud2010-11-19
* fix typoGravatar Thomas Capricelli2010-11-19
* implement GERC and GERU blas routinesGravatar Gael Guennebaud2010-11-19