aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* extend Map unit test to check buffers allocated on the stackGravatar Gael Guennebaud2013-11-21
* Fix FullPivHouseholderQR ctors for non squared fixed size matrix typesGravatar Gael Guennebaud2013-11-19
* Add scaling in JacobiSVD to avoid overflowsGravatar Gael Guennebaud2013-11-19
* Document how to reproduce matlab's rot90Gravatar Gael Guennebaud2013-11-19
* Merged in chris-se/eigen/tensor-for-merge (pull request PR-39)Gravatar Gael Guennebaud2013-11-16
|\
| * C++11/Tensor: Fix copyright headersGravatar Christian Seiler2013-11-16
* | Workaround fixing aliasing issue in x = SparseLU::solve(x)Gravatar Gael Guennebaud2013-11-15
* | fix overflow and ambiguity in SparseLU memory allocationGravatar Gael Guennebaud2013-11-15
| * CXX11/TensorSymmetry: add symmetry support for Tensor classGravatar Christian Seiler2013-11-14
| * CXX11/Tensor: add simple initial tensor implementationGravatar Christian Seiler2013-11-14
| * C++11: add template metaprogramming helpersGravatar Christian Seiler2013-11-14
|/
* Implement boolean reductions for zero-sized objectsGravatar Christoph Hertzberg2013-11-13
* Use the specialization of Block<SparseMatrix> for const matrices tooGravatar Gael Guennebaud2013-11-10
* Add missing nonZeros() overload in Block<SparseMatrixBase<>>Gravatar Gael Guennebaud2013-11-10
* Install functor folder with cmakeGravatar Leszek Swirski2013-11-08
* fix broken commitGravatar Gael Guennebaud2013-11-07
* Fix stupid mistake in CMakeLists.txtGravatar Gael Guennebaud2013-11-07
* Fixed bug #702 and added unit test.Gravatar Christoph Hertzberg2013-11-07
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* Drop evaluators for SwapWrapper and SelfCwiseBinaryOpGravatar Gael Guennebaud2013-11-07
* Clean evaluator_impl_base. It will probably be removed in the futureGravatar Gael Guennebaud2013-11-07
* bug #99: move the creation of the evaluator to a central place, and make gene...Gravatar Gael Guennebaud2013-11-07
* Move internal::swap to numext to fix ambiguous call with std::swapGravatar Gael Guennebaud2013-11-07
* bug #99: refactor assignment and compound assignment mechanism through "assig...Gravatar Gael Guennebaud2013-11-06
* Fix static/inline orderGravatar Gael Guennebaud2013-11-06
* Split the huge Functors.h fileGravatar Gael Guennebaud2013-11-06
* Add minimalistic unit tests for NVCC supportGravatar Gael Guennebaud2013-11-05
* Allow calling attributes of dynamic size objects from deviceGravatar Gael Guennebaud2013-11-05
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | SparseLU: fix estimated non-zeros in UGravatar Gael Guennebaud2013-11-05
* | JacobiSVD: fix a 0/0 issue for complexesGravatar Gael Guennebaud2013-11-04
* | Check for minimal norm solutionsGravatar Gael Guennebaud2013-11-03
* | JacobiSVD: move from Lapack to Matlab strategy for the default thresholdGravatar Gael Guennebaud2013-11-03
* | bug #677: fix usage of pld instrinsics for ccomplexesGravatar Gael Guennebaud2013-11-02
* | Add a rank method with threshold control to JacobiSVD, and make solve uses it...Gravatar Gael Guennebaud2013-11-01
* | Fix changeset 2702788da71303afa71e53dfa6542a560115425aGravatar Gael Guennebaud2013-11-01
* | Fix bug #677: compilation issue on arm64 which does not have the PLD instructionGravatar Gael Guennebaud2013-10-31
* | Fix bug #678: vectors of row and columns transpositions were not properly res...Gravatar Gael Guennebaud2013-10-29
* | Fix unused variable warningsGravatar Gael Guennebaud2013-10-29
* | Fix parenthesis min/max issue in mprealGravatar Gael Guennebaud2013-10-29
* | Use aligned loads in Matrix-Vector product where possible. Fixes bug #689Gravatar Christoph Hertzberg2013-10-29
* | Merged in martinhofernandes/eigen (pull request PR-33)Gravatar Gael Guennebaud2013-10-29
|\ \
* \ \ Merged in xantares/eigen (pull request PR-36)Gravatar Gael Guennebaud2013-10-29
|\ \ \
* | | | Fix bug #672: use exceptions in SuperLU if they are enabled onlyGravatar Gael Guennebaud2013-10-29
* | | | Merged in vanhoucke/eigen_vanhoucke_unused_variable (pull request PR-34)Gravatar Gael Guennebaud2013-10-29
|\ \ \ \
* | | | | Fix bug #359: fix AlignedBit flag of CoeffBasedProduct thus enabling the vect...Gravatar Gael Guennebaud2013-10-28
* | | | | Clarify the meaning of AlignedBit (bug #359)Gravatar Gael Guennebaud2013-10-28
* | | | | Fix bug #685: document the range of Random and setRandomGravatar Gael Guennebaud2013-10-28
* | | | | Fix bug #688: make it clearer that CG is for both dense and sparse matrices.Gravatar Gael Guennebaud2013-10-28
* | | | | fix a few "dead stores" warningsGravatar Gael Guennebaud2013-10-26