aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
* | undef Unsable macroGravatar Gael Guennebaud2014-08-29
| * Optimization in sparse-sparse matrix products for small onesGravatar Gael Guennebaud2014-08-29
| * Fix SparseVector::coeffRef(i,j) and add missing SparseVector::insert*UnorderedGravatar Gael Guennebaud2014-08-29
| * In sparse matrix product, enable sorted insertion when doing two transpositio...Gravatar Gael Guennebaud2014-08-29
| * Allow LevenbergMarquardt to work with non-standard types.Gravatar Freddie Witherden2014-08-27
| * Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated L...Gravatar Georg Drenkhahn2014-08-22
| * In SparseQR, calling factorize() without analyzePattern() was broken.Gravatar Gael Guennebaud2014-08-26
| * bug #857: workaround MSVC compilation issue.Gravatar Gael Guennebaud2014-08-26
| * bug #861: enable posix_memalign with PGIGravatar Gael Guennebaud2014-08-26
| * Do not apply the preconditioner before starting the iterations as this might ...Gravatar Gael Guennebaud2014-08-21
| * bug #854: fix numerical issue in SelfAdjointEigenSolver::computeDirect for 3x...Gravatar Gael Guennebaud2014-08-21
| * EIGEN_EXCEPTIONS was not defined in test/main.h, therefore all VERIFY_RAISES_...Gravatar Christoph Hertzberg2014-08-20
| * Merged in vladimir_ch/eigen-1/vladimir_ch/fix-uninitialized-variable-warning-...Gravatar Christoph Hertzberg2014-08-20
| |\
| * \ Merged in traversaro/eigen/traversaro/findeigen3cmake-add-reading-hints-of-ei...Gravatar Christoph Hertzberg2014-08-20
| |\ \
| | | * Fix uninitialized variable warning in SparseQRGravatar Vladimir Chalupecky2014-08-20
| | |/ | |/|
| | * FindEigen3.cmake: Add reading hints of Eigen directory location from environm...Gravatar Silvio Traversaro2014-08-07
| * | Correct GMRES:Gravatar Kolja Brix2014-08-02
| |/
| * Memory allocated on the stack is freed at the function exit, so reduce iterat...Gravatar Gael Guennebaud2014-08-04
| * Fix bug #850: workaround MSVC 2008 weird compilation bugGravatar Gael Guennebaud2014-08-02
* | Fix geo_orthomethods unit test for complexesGravatar Gael Guennebaud2014-08-01
* | Fix various small issues detected by gccGravatar Gael Guennebaud2014-08-01
* | Make assignment from general EigenBase object call evaluator, and support den...Gravatar Gael Guennebaud2014-08-01
| * Fix more typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
| * Fix typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
* | Fix numerous nested versus nested_eval shortcomingsGravatar Gael Guennebaud2014-08-01
* | Make cross product uses nested/nested_evalGravatar Gael Guennebaud2014-08-01
| * Fix typo in PermutationMatrix (doc).Gravatar Benjamin Chrétien2014-08-01
| * Make loadMarket use the sparse-matrix index type, thus enabling loading huge ...Gravatar Gael Guennebaud2014-07-31
* | Fix 4x4 inverse via SSE for submatricesGravatar Gael Guennebaud2014-07-31
* | Make minimal changes to make homogenous compatible with evaluatorsGravatar Gael Guennebaud2014-07-31
* | Make Transform exposes sizes: Dim+1 x Dim+1 for projective transform, and Dim...Gravatar Gael Guennebaud2014-07-31
* | Re-enable main unit tests which are now compiling and running fine with evalu...Gravatar Gael Guennebaud2014-07-31
* | Call product_generic_impl by default, and remove lot of boilerplate codeGravatar Gael Guennebaud2014-07-31
* | Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
* | Various minor fixesGravatar Gael Guennebaud2014-07-30
| * add missing delete operator overloadsGravatar Gael Guennebaud2014-07-30
| * Fix typo in MatrixExponential noticed by Markos.Gravatar Jitse Niesen2014-07-25
| * Fix bug #61: gemm was broken since we changed the blocking orderGravatar Gael Guennebaud2014-07-24
| * Simplification of some Altivec constants, reuse existing constants and avoid ...Gravatar Konstantinos Margaritis2014-07-22
| * Ambiguous call fixes for clang.Gravatar Gael Guennebaud2014-07-22
| * Workaround ambiguous call of init1 with MSVC.Gravatar Gael Guennebaud2014-07-22
| * Extend fixed-size ctor unit test and fix conversion warning.Gravatar Gael Guennebaud2014-07-22
* | Fix max sizes at compile time of DiagonalWrapperGravatar Gael Guennebaud2014-07-22
| * Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
* | Re-enable a couple of unit tests with evaluators.Gravatar Gael Guennebaud2014-07-22
* | Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
* | Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
* | Resizing is done by call_assignment_noalias, so no need to perform it when de...Gravatar Gael Guennebaud2014-07-21
* | Extend qr unit testGravatar Gael Guennebaud2014-07-21