aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/TriangularMatrix.h
Commit message (Expand)AuthorAge
* 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
* | a couple of fixes after thye mergeGravatar Gael Guennebaud2009-12-23
|/
* Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
* fix assert and handle Unit shapesGravatar Benoit Jacob2009-11-24
* * don't laugh, but these bugs took me forever to fix.Gravatar Benoit Jacob2009-11-19
* minor improvements in triangular stuffGravatar Benoit Jacob2009-11-19
* * fix compilation of unit-tests (sorry, had tested only 1 channel)Gravatar Benoit Jacob2009-11-19
* TriangularMatrix: extend to rectangular matricesGravatar Benoit Jacob2009-11-19
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
* rename back MayAliasBit to EvalBeforeAssigningBitGravatar Gael Guennebaud2009-08-16
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* fix a couple of warningsGravatar Gael Guennebaud2009-08-15
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
* add selfadjointView from a trinagularViewGravatar Gael Guennebaud2009-07-31
* add explicit "on the right" triangular solving,Gravatar Gael Guennebaud2009-07-30
* trmm is now fully working and available via TriangularView::operator*Gravatar Gael Guennebaud2009-07-27
* some cleaning/renaming is Triangular/SelfadjointViewGravatar Gael Guennebaud2009-07-14
* add triangular * vector productGravatar Gael Guennebaud2009-07-13
* add a generic mechanism to copy a special matrix to a dense matrix so thatGravatar Gael Guennebaud2009-07-07
* * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06