aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* implement GER blas routineGravatar Gael Guennebaud2010-11-19
* implement HER and HER2 blas routinesGravatar Gael Guennebaud2010-11-19
* update rank 2 update docGravatar Gael Guennebaud2010-11-19
* makes rank 2 update function conformant to BLAS HER2Gravatar Gael Guennebaud2010-11-19
* implement SYR and SYR2Gravatar Gael Guennebaud2010-11-19
* add regression unit testGravatar Gael Guennebaud2010-11-19
* fix compilation of transform * scalingGravatar Gael Guennebaud2010-11-19
* clean a bit AMD and SimplicialCholesky and add support for partly stored self...Gravatar Gael Guennebaud2010-11-18
* Add support for sparse symmetric permutationsGravatar Gael Guennebaud2010-11-18
* update blas lib wrt recent change of general_matrix_matrix_triangular_productGravatar Gael Guennebaud2010-11-16
* Docs: aliasing and component-wise operations.Gravatar Jitse Niesen2010-11-16
* fix some remainign issue with ei_ -> internal changeGravatar Gael Guennebaud2010-11-16
* new feature: copy from a sparse selfadjoint view to a full sparse matrixGravatar Gael Guennebaud2010-11-15
* fix return type of rightHouseholderSequence()Gravatar Gael Guennebaud2010-11-15
* Correct std::map fix (two commits ago); copy fix to aligned_allocator doc.Gravatar Jitse Niesen2010-11-12
* fix doc compilationGravatar Thomas Capricelli2010-11-12
* Docs: correct declaration of aligned std::map in TopicStlContainers.Gravatar Jose Luis Blanco2010-11-12
* properly use nested typesGravatar Gael Guennebaud2010-11-10
* prevent warningGravatar Gael Guennebaud2010-11-10
* generalize our internal rank K update routine to support more general A*B pro...Gravatar Gael Guennebaud2010-11-10
* add missing specializationGravatar Gael Guennebaud2010-11-09
* extend unit test to cover previous bugGravatar Gael Guennebaud2010-11-05
* fix Eigen's trsv for complexesGravatar Gael Guennebaud2010-11-05
* blas level2: gemv and trsv are greenGravatar Gael Guennebaud2010-11-05
* trsv: simplifications/cleaningGravatar Gael Guennebaud2010-11-05
* trsv: add support for inner-stride!=1, reduce code instanciation, move implem...Gravatar Gael Guennebaud2010-11-05
* fix error handling of level 1 routinesGravatar Gael Guennebaud2010-11-04
* add a minimum degree ordering routine based on CSparse (LGPL) and a new built...Gravatar Gael Guennebaud2010-11-04
* fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test)Gravatar Gael Guennebaud2010-11-04
* fixes related to ei_ -> internal changeGravatar Gael Guennebaud2010-11-04
* mergeGravatar Gael Guennebaud2010-11-04
|\
* | implement proper error handling in level 3 routinesGravatar Gael Guennebaud2010-11-03
* | improve detection of errosGravatar Gael Guennebaud2010-11-03
| * fix matrix product bug with OpenMPGravatar Gael Guennebaud2010-11-03