aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
| * Fix a few Index to int buggy conversionsGravatar Gael Guennebaud2014-02-15
| * Fix infinite loop in sparseluGravatar Gael Guennebaud2014-02-14
| * Merged in martinhofernandes/eigen (pull request PR-40)Gravatar Gael Guennebaud2014-02-14
| |\
| * | alloca is not necessarily alligned on windowsGravatar Gael Guennebaud2014-02-14
| * | Fix propagation of index typeGravatar Gael Guennebaud2014-02-13
| * | Fix bug #740: overflow issue in stableNormGravatar Gael Guennebaud2014-02-13
| * | Fix documentation of MatrixBase::applyOnTheLeft (bug #739)Gravatar Jitse Niesen2014-02-12
| * | fix compilation of Transform * UniformScalingGravatar Gael Guennebaud2014-02-12
| * | Fix bug #736: LDLT isPositive returns false for a positive semidefinite matrixGravatar Jitse Niesen2014-02-06
| * | Fixed assignment from QMatrix to Transform for compact storage.Gravatar Hauke Heibel2014-02-04
* | | Fix Random().normalized() by introducing a nested_eval helper (recall that th...Gravatar Gael Guennebaud2014-01-26
* | | Fix evaluator<Replicate> for fixed size objectsGravatar Gael Guennebaud2014-01-26
* | | Add missing template keywordGravatar Gael Guennebaud2014-01-26
* | | Port evaluation from selfadjoint to full to evaluatorsGravatar Gael Guennebaud2014-01-26
* | | Refactor triangular assignmentGravatar Gael Guennebaud2014-01-25
* | | fix scalar * prod in evaluators unit testGravatar Gael Guennebaud2014-01-25
| * | Remove useless register keyword, and optimize predux_min/max for SSE4Gravatar Gael Guennebaud2014-01-25
| * | NVCC: fix closed-form eigenvalue decomposition, workaround gcc4.7/nvcc5.5 issueGravatar Gael Guennebaud2014-01-24
| * | sparse_solve_retval_base::defaultEvalTo created extremely oversized temporary...Gravatar Christoph Hertzberg2014-01-19
| | * Merged eigen/eigen into defaultGravatar Martinho Fernandes2014-01-10
| | |\
| | * | Placement new must use void* to avoid user-specific overloads.Gravatar Martinho Fernandes2014-01-10
| | * | Add C++11 allocator overloads to avoid implicit conversions.Gravatar Martinho Fernandes2014-01-10
| * | | Minor corrections in QR docs.Gravatar Jitse Niesen2013-12-31
| * | | QuaternionBase::slerp was documented twice and one explanation was ambiguous.Gravatar Gael Guennebaud2014-01-12
| | |/ | |/|
| * | Add an example showing how to use C++11 random distributionsGravatar Gael Guennebaud2014-01-07
| * | Document the fact that Random and setRandom are not reentrant (so not thread-...Gravatar Gael Guennebaud2014-01-07
| * | Applied patch from Richard JW Roberts, resolving bug #704Gravatar Christoph Hertzberg2013-12-21
| * | Grafted from 5725:cdedc9e90d21099e8b3191f95425680ebe710d6fGravatar Christoph Hertzberg2013-12-21
| * | Fixed typos in commentsGravatar Christoph Hertzberg2013-12-19
| |/
* | Fix a few regression regarding temporaries and productsGravatar Gael Guennebaud2013-12-14
* | Make selfqdjoint products use evaluatorsGravatar Gael Guennebaud2013-12-13
* | fix resizing in noalias for blocks, and make -=/+= use evaluatorsGravatar Gael Guennebaud2013-12-13
* | Add support for triangular products with evaluatorsGravatar Gael Guennebaud2013-12-07
* | Move inner product special functions to a base class to avoid ambiguous callsGravatar Gael Guennebaud2013-12-04
* | Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
* | Make reductions compatible with evaluatorsGravatar Gael Guennebaud2013-12-02
* | fix a typo triangular assignmentGravatar Gael Guennebaud2013-12-02
* | Fix flags of Product<>Gravatar Gael Guennebaud2013-12-02
* | Add direct assignment of productsGravatar Gael Guennebaud2013-12-02
* | Fix product evaluator when TEST_EVALUATOR in not ONGravatar Gael Guennebaud2013-12-02
* | Make swap unit test work with evaluatorsGravatar Gael Guennebaud2013-12-02
* | Get rid of call_dense_swap_loopGravatar Gael Guennebaud2013-12-02
* | Add evaluator/assignment to TriangularView expressionsGravatar Gael Guennebaud2013-12-02
* | Fix usage of Dense versus DenseShapeGravatar Gael Guennebaud2013-12-02
* | Fix swap in DenseBaseGravatar Gael Guennebaud2013-11-30
| * Fix bug #609: Euler angles are in Range [0:pi]x[-pi:pi]x[-pi:pi].Gravatar Christoph Hertzberg2013-11-29
* | First step toward the generalization of evaluators to triangular, sparse and ...Gravatar Gael Guennebaud2013-11-29
* | Get rid of evalautor_implGravatar Gael Guennebaud2013-11-29
* | add definition of product_tagGravatar Gael Guennebaud2013-11-29
* | Remove HasEvalTo and all at once eval modeGravatar Gael Guennebaud2013-11-29