aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* make HessenbergDecompositionMatrixHReturnType internalGravatar Gael Guennebaud2010-11-26
|
* make TridiagonalizationMatrixTReturnType internal and only export a public ↵Gravatar Gael Guennebaud2010-11-26
| | | | MatrixTReturnType typedef
* add a TridiagonalizationMatrixTReturnType class to make ↵Gravatar Gael Guennebaud2010-11-26
| | | | Tridiagonalization::matrixT() more efficient and future proof.
* 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 ↵Gravatar Gael Guennebaud2010-11-25
| | | | isMuchSmallerThan is convenient to filter out false values.
* 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
| | | | Keeping it because it tests BandMatrix.
* 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
| | | | This generic solution prevent cmake from having an error .svn folders when the source folder is under subversion.
* 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 ↵Gravatar Gael Guennebaud2010-11-22
| | | | of numerical and tricky issues discovered by the lapack test suite
* import reference BLAS routines which are not already implemented in Eigen : ↵Gravatar Gael Guennebaud2010-11-22
| | | | modified givens rotations, and packed and banded storages
* this product still badly read the imaginary part on the diagonalGravatar Gael Guennebaud2010-11-22
|
* holy crap, i had disabled all static asserts in ↵Gravatar Benoit Jacob2010-11-22
| | | | 71f023de3e7a41f456d538d4cdb75c72b90dcc75
* 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
| | | | part of the diagonal entries
* 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 ↵Gravatar Gael Guennebaud2010-11-18
| | | | selfadjoint matrices
* 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
|