aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/TriangularMatrix.h
Commit message (Expand)AuthorAge
* 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
* remove EIGEN_REF_TO_TEMPORARY, clarify docsGravatar Benoit Jacob2010-12-25
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* generalize our internal rank K update routine to support more general A*B pro...Gravatar Gael Guennebaud2010-11-10
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* make a couple of typedefs public so stuff compilesGravatar Benoit Jacob2010-08-24
* add TriangularMatrix::conjugate to be consistent since we have adjointGravatar Gael Guennebaud2010-08-23
* fix compilation: make the check_coordinates* functions constGravatar Gael Guennebaud2010-07-10
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* oops... fix it betterGravatar Thomas Capricelli2010-07-01
* fix compilation with icc. Anyway, the use of an enum instead of aGravatar Thomas Capricelli2010-07-01
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* compilation fix for ICCGravatar Gael Guennebaud2010-06-17
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
| * simplify a using statementGravatar Gael Guennebaud2010-06-01
|/
* the Index types change.Gravatar Benoit Jacob2010-05-30
* erm.. use EIGEN_ONLY_USED_FOR_DEBUG() as it already exists.Gravatar Thomas Capricelli2010-05-21
* introduce a new macro EIGEN_ARG_UNUSED(arg) and use it in some places toGravatar Thomas Capricelli2010-05-21
* fix some compilation issues with clang (and hopefully bring eigen moreGravatar Thomas Capricelli2010-05-21
* fix selfadjoint to denseGravatar Gael Guennebaud2010-05-19
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* mergeGravatar Benoit Jacob2010-02-25
|\
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| * Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
| * Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
|/
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* fix triangular view assignmentGravatar Gael Guennebaud2010-01-30
* test/triangular.cpp: isUpper() --> isUpperTriangular()Gravatar Jitse Niesen2010-01-08
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04