aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/TriangularMatrix.h
Commit message (Expand)AuthorAge
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
* bug #882: fix various const-correctness issues with *View classes.Gravatar Gael Guennebaud2014-10-07
* Re-enable products with triangular views of sparse matrices: we simply have t...Gravatar Gael Guennebaud2014-10-06
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* bug #879: fix compilation of tri1=mat*tri2 by copying tri2 into a full tempor...Gravatar Gael Guennebaud2014-09-22
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Workaround MSVC ICEGravatar Gael Guennebaud2014-09-16
* Various minor fixesGravatar Gael Guennebaud2014-07-30
* Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
* merge with default branchGravatar Gael Guennebaud2014-07-10
|\
| * Fix bug #839Gravatar Chen-Pang He2014-07-09
* | merge with default branchGravatar Gael Guennebaud2014-07-02
|\|
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
* | Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* | Propagate LvalueBit flag to TriangularViewGravatar Gael Guennebaud2014-02-20
* | Add a Solve expression for uniform treatment of solve() methods.Gravatar Gael Guennebaud2014-02-19
* | Add evaluator shortcut for triangular ?= productGravatar Gael Guennebaud2014-02-18
* | Fix scalar * product optimization when 'product' includes a selfadjoint matrixGravatar Gael Guennebaud2014-02-17
* | Deal with automatic transposition in call_assignment, fix a few shortcomingsGravatar Gael Guennebaud2014-02-17
* | Port evaluation from selfadjoint to full to evaluatorsGravatar Gael Guennebaud2014-01-26
* | Refactor triangular assignmentGravatar Gael Guennebaud2014-01-25
* | Add support for triangular products with evaluatorsGravatar Gael Guennebaud2013-12-07
* | fix a typo triangular assignmentGravatar Gael Guennebaud2013-12-02
* | Make swap unit test work with evaluatorsGravatar Gael Guennebaud2013-12-02
* | Add evaluator/assignment to TriangularView expressionsGravatar Gael Guennebaud2013-12-02
|/
* Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* fix bug #515: missing explicit scalar conversionGravatar Gael Guennebaud2012-09-27
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #482: pass scalar arguments by const references. This changeset only conc...Gravatar Gael Guennebaud2012-06-28
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix few warnings reported by clangGravatar Thomas Capricelli2011-07-07
* clean a bit previous patch (ctor vs static_cast and a few bits)Gravatar Gael Guennebaud2011-05-23
* fix implicit scalar conversions (needed to support fancy scalar types, see bu...Gravatar David H. Bailey2011-05-23
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* fix 168 : now TriangularView::solve returns by value making TriangularView::s...Gravatar Gael Guennebaud2011-02-01
* make eigen2 cholesky test passGravatar Benoit Jacob2011-01-28
* fix the remainder of bug #159Gravatar Benoit Jacob2011-01-26
* fix the eigen3 part of bug #159 - build issue with selfadjointviewGravatar Benoit Jacob2011-01-26
* eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadn...Gravatar Benoit Jacob2011-01-25
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* pass eigen2's triangular testGravatar Benoit Jacob2011-01-23
* Move part() to EIGEN2_SUPPORT (had been deprecated for a long time)Gravatar Benoit Jacob2011-01-23