- 01 Jul, 2013 2 commits
-
-
Gael Guennebaud authored
-
Gael Guennebaud authored
Improve BiCGSTAB robustness: fix a divide by zero and allow to restart with a new initial residual reference.
-
- 28 Jun, 2013 5 commits
-
-
Gael Guennebaud authored
Add missing sparse matrix constructor from sparse self-adjoint views, and add documentation for sparse time selfadjoint matrix
-
Desire NUENTSA authored
-
Gael Guennebaud authored
Fix bug 611: fix const qualifier in cwiseProduct(sparse,dense) and SparseDiagonalProduct::InnerIterator
-
Gael Guennebaud authored
-
Gael Guennebaud authored
Bug 626: add compiletime check of the Options template parameter of SparseMatrix and SparseVector. Fix eval and plain_object for sparse objects.
-
- 27 Jun, 2013 1 commit
-
-
Gael Guennebaud authored
-
- 26 Jun, 2013 1 commit
-
-
Gael Guennebaud authored
-
- 25 Jun, 2013 2 commits
-
-
Jitse Niesen authored
-
Gael Guennebaud authored
Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused variables in the unit tests and also fix a few other warnings.
-
- 24 Jun, 2013 9 commits
-
-
Chen-Pang He authored
-
Chen-Pang He authored
-
Chen-Pang He authored
-
Gael Guennebaud authored
-
Chen-Pang He authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
- 23 Jun, 2013 2 commits
-
-
Gael Guennebaud authored
-
Simon Pilgrim authored
-
- 22 Jun, 2013 3 commits
-
-
Gael Guennebaud authored
that's getting harder and harder to make ICC, GCC and clang all happy: one wants type_name to be static and if it is so then the other one triggers 'unused function' warnings -> a forward declaration seems to do the trick
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
- 21 Jun, 2013 5 commits
-
-
Gael Guennebaud authored
-
Gael Guennebaud authored
Disable ASM comments on non x86 architecture and do not redfine if EIGEN_ASM_COMMENT is already defined
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
- 20 Jun, 2013 1 commit
-
-
Gael Guennebaud authored
-
- 18 Jun, 2013 6 commits
-
-
Gauthier Brun authored
new unsupported and not finished SVD, using a divide and conquert algorithm, with tests and benchmark
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Jitse Niesen authored
-
Jitse Niesen authored
-
Kolja Brix authored
-
- 17 Jun, 2013 3 commits
-
-
Gael Guennebaud authored
Fix compilation issue with some compilers (when doing using Base::foo;, foo must be visible in the direct base class)
-
Jitse Niesen authored
-
Jitse Niesen authored
Fix documentation typo
-