aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* Enable std::isfinite/nan/inf on MSVC 2013 and newer and clang. Fix isinf for ...Gravatar Gael Guennebaud2015-10-28
* Simplify cost computations based on HugeCost being smaller that unrolling limitGravatar Gael Guennebaud2015-10-28
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* bug #1008: improve handling of fast-math mode for older gcc versions.Gravatar Gael Guennebaud2015-10-27
* bug #1008: stabilize isfinite/isinf/isnan/hasNaN/allFinite functions for fast...Gravatar Gael Guennebaud2015-10-27
* mergeGravatar Gael Guennebaud2015-10-27
|\
* | Simplify evaluator::Flags for Map<>Gravatar Gael Guennebaud2015-10-27
* | Fix assign vectorization logic with respect to fixed outer-strideGravatar Gael Guennebaud2015-10-27
| * Fix ambiguous instantiationGravatar Gael Guennebaud2015-10-27
* | Improve readibility of EIGEN_DEBUG_ASSIGN mode.Gravatar Gael Guennebaud2015-10-27
|/
* Add support to directly evaluate the product of two sparse matrices within a ...Gravatar Gael Guennebaud2015-10-26
* bug #1092: fix iterative solver ctors for expressions as inputGravatar Gael Guennebaud2015-10-26
* bug #1098: fix regression introduced when generalizing some compute() methods...Gravatar Gael Guennebaud2015-10-26
* Make the IterativeLinearSolvers module compatible with MPL2-only modeGravatar Gael Guennebaud2015-10-26
* Add missing licence header to some top header filesGravatar Gael Guennebaud2015-10-26
* bug #1088: fix setIdenity for non-compressed sparse-matrixGravatar Gael Guennebaud2015-10-25
* Fix SparseMatrix::insert/coeffRef for non-empty compressed matrixGravatar Gael Guennebaud2015-10-25
* use explicit Scalar types for AngleAxis initializationGravatar Sergiu Dotenco2015-08-28
* Avoid any openmp calls if multi-threading is explicitely disabled at runtime.Gravatar Gael Guennebaud2015-10-22
* bug #1089: add a warning when using a MatrixBase method which is implemented ...Gravatar Gael Guennebaud2015-10-22
* bug #1090: fix a shortcoming in redux logic for which slice-vectorization plu...Gravatar Gael Guennebaud2015-10-21
* add FIXMEGravatar Gael Guennebaud2015-10-21
* bug #1064: add support for Ref<SparseVector>Gravatar Gael Guennebaud2015-10-21
* Improve numerical accuracy in LLT and triangular solve by using true scalar d...Gravatar Gael Guennebaud2015-10-18
* Fix perm*sparse return type and nesting, and add several sanity checks for pe...Gravatar Gael Guennebaud2015-10-14
* Fix ambiguous instantiation issues of product_evaluator.Gravatar Gael Guennebaud2015-10-14
* Add a plain_object_eval<> helper returning a plain object type based on evalu...Gravatar Gael Guennebaud2015-10-14
* Update custom setFromTripplets API to allow passing a functor object, and add...Gravatar Gael Guennebaud2015-10-13
* Add a functor to setFromTriplets to handle duplicated entriesGravatar Calixte Denizet2015-10-06
* remove reference to internal methodGravatar Gael Guennebaud2015-10-13
* extend unit test for SparseMatrix::pruneGravatar Gael Guennebaud2015-10-13
* bug #1086: replace deprecated UF_long by SuiteSparse_longGravatar Gael Guennebaud2015-10-12
* Add missing epxlicit keyword, and fix regression in DynamicSparseMatrixGravatar Gael Guennebaud2015-10-12
* Workaround ICC issue with first_alignedGravatar Gael Guennebaud2015-10-11
* bug #1085: workaround gcc default ABI issueGravatar Gael Guennebaud2015-10-10
* Implement temporary-free path for "D.nolias() ?= C + A*B". (I thought it was ...Gravatar Gael Guennebaud2015-10-09
* Clarify note in nested_eval for evaluator creating temporaries.Gravatar Gael Guennebaud2015-10-09
* The evalautor of Solve was missing the EvalBeforeNestingBit flag.Gravatar Gael Guennebaud2015-10-09
* Improve documentation of TriangularView.Gravatar Gael Guennebaud2015-10-09
* Add lvalue check for TriangularView::swap, and fix deprecated TriangularView:...Gravatar Gael Guennebaud2015-10-09
* Cleaning in Redux.hGravatar Gael Guennebaud2015-10-09
* Remove dead code in selfadjoint_matrix_vector_productGravatar Gael Guennebaud2015-10-09
* Optimize a bit complex selfadjoint * vector product.Gravatar Gael Guennebaud2015-10-09
* Simplify EIGEN_DENSE_PUBLIC_INTERFACEGravatar Gael Guennebaud2015-10-09
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Fix nesting sub-expression in outer-productsGravatar Gael Guennebaud2015-10-08
* Fix propagation of AssumeAliasing for expression as: "scalar * (A*B)"Gravatar Gael Guennebaud2015-10-08
* Clean a bit the implementation of inverse permutationsGravatar Gael Guennebaud2015-10-08
* Fix a nesting issue in some matrix-vector cases.Gravatar Gael Guennebaud2015-10-08
* Re-enable vectorization of LinSpaced, plus some cleaningGravatar Gael Guennebaud2015-10-08