aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/TriangularSolverVector.h
Commit message (Expand)AuthorAge
* Skip null numerators in triangular-vector-solve (as in BLAS TRSV).Gravatar Gael Guennebaud2018-07-09
* Generalized the matrix vector product code.Gravatar Benoit Steiner2014-10-31
* 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
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* 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
* fix Eigen's trsv for complexesGravatar Gael Guennebaud2010-11-05
* blas level2: gemv and trsv are greenGravatar Gael Guennebaud2010-11-05
* trsv: simplifications/cleaningGravatar Gael Guennebaud2010-11-05
* trsv: add support for inner-stride!=1, reduce code instanciation, move implem...Gravatar Gael Guennebaud2010-11-05