aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* 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