aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/TriangularMatrixVector.h
Commit message (Expand)AuthorAge
* bug #1517: fix triangular product with unit diagonal and nested scaling facto...Gravatar Gael Guennebaud2018-02-09
* Fix alignement of statically allocated temporaries in symv, and trmv.Gravatar Gael Guennebaud2016-09-21
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Fix trmv for mixing types.Gravatar Gael Guennebaud2016-04-15
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\
* | Generalized the matrix vector product code.Gravatar Benoit Steiner2014-10-31
| * Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
| * 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 many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
| * Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
| * By-pass ProductBase for triangular and selfadjoint products and get rid of Pr...Gravatar Gael Guennebaud2014-02-23
|/
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* 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
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix trmv for Strictly* triangular matrices and trapezoidal matricesGravatar Gael Guennebaud2011-03-28
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* fix trmv regarding strided vectors and static allocation of temporariesGravatar Gael Guennebaud2011-02-01
* fix bug in triangular matrix-vector produce found by eigen2 tests!Gravatar Benoit Jacob2011-01-28
* 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
* add missing non const data() method to MapBaseGravatar Gael Guennebaud2010-11-21
* implements TRMV level 2 blas routineGravatar Gael Guennebaud2010-11-20
* make trmv uses direct accessGravatar Gael Guennebaud2010-11-20
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* make colmaj * vector uses pointers onlyGravatar Gael Guennebaud2010-07-11
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
* email changeGravatar Gael Guennebaud2010-06-24
* makes trmv works with the triangular matrix on the rightGravatar Gael Guennebaud2010-06-17
* the Index types change.Gravatar Benoit Jacob2010-05-30
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* some compilation fixesGravatar Gael Guennebaud2009-12-10
* Fix serious bug discovered with gcc 4.2Gravatar Gael Guennebaud2009-09-03
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
* fix typoGravatar Gael Guennebaud2009-07-29
* fix a couple of issues related to recent productsGravatar Gael Guennebaud2009-07-28
* add a debug mechanism to compute the number of intermediate evaluations (only...Gravatar Gael Guennebaud2009-07-28
* cleaning and fix a perf issueGravatar Gael Guennebaud2009-07-27