aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/TriangularMatrix.h
Commit message (Expand)AuthorAge
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* Defer set-to-zero in triangular = product so that no aliasing issue occur in ...Gravatar Gael Guennebaud2017-01-17
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
* Fix regression in X = (X*X.transpose())/s with X rectangular by deferring res...Gravatar Gael Guennebaud2016-10-26
* Fixes for min and abs after Benoit's comments, switched to numext.Gravatar Robert Lukierski2016-10-13
* Fixes min() warnings.Gravatar Robert Lukierski2016-10-12
* Adding EIGEN_DEVICE_FUNC in the Geometry module.Gravatar Robert Lukierski2016-10-12
* Change the semantic of the last template parameter of Assignment from "Scalar...Gravatar Gael Guennebaud2016-07-04
* Include the cost of stores in unrolling of triangular expressions.Gravatar Gael Guennebaud2016-06-15
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Make use of is_same_dense helper instead of extract_data to detect input/outp...Gravatar Gael Guennebaud2016-04-13
* Fix detection of same matrices when both matrices are not handled by extract_...Gravatar Gael Guennebaud2016-04-13
* Improve inliningGravatar Gael Guennebaud2016-02-08
* bug #178: remove additional const on nested expression, and remove several co...Gravatar Gael Guennebaud2016-01-28
* bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A...Gravatar Gael Guennebaud2016-01-09
* Mark AlignedBit and EvalBeforeNestingBit with deprecated attribute, and remov...Gravatar Gael Guennebaud2015-12-30
* Fix missing Dynamic versus HugeCost changesGravatar Gael Guennebaud2015-11-12
* 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 pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Allow to use arbitrary packet-types during evaluation.Gravatar Gael Guennebaud2015-08-07
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* Clean argument names of some functionsGravatar Gael Guennebaud2015-06-09
* minor documentation fixesGravatar Gael Guennebaud2015-06-05
* bug #998: Started fixing doxygen warningsGravatar Christoph Hertzberg2015-05-01
* 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