index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
product_trsolve.cpp
Commit message (
Expand
)
Author
Age
*
Extend unit test of dense triangular solvers
Gael Guennebaud
2014-07-15
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
fix 168 : now TriangularView::solve returns by value making TriangularView::s...
Gael Guennebaud
2011-02-01
*
fix bug #120 : compilation issue of trsolve unit test
Gael Guennebaud
2010-11-22
*
extend unit test to cover previous bug
Gael Guennebaud
2010-11-05
*
trsv: add support for inner-stride!=1, reduce code instanciation, move implem...
Gael Guennebaud
2010-11-05
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix storage order request
Gael Guennebaud
2010-07-20
*
it appears only the "on the left" case was tested
Gael Guennebaud
2010-07-20
*
extend product unit tests
Gael Guennebaud
2010-07-07
*
email change
Gael Guennebaud
2010-06-24
*
* allow matrix dimensions to be 0 (also at compile time) and provide a specia...
Benoit Jacob
2010-03-21
*
fix trsolve
Gael Guennebaud
2010-03-06
*
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
Gael Guennebaud
2010-01-07
*
merge and add start/end to Eigen2Support
Gael Guennebaud
2010-01-05
*
Fix #69 for the second time, and add the respective regression test
Gael Guennebaud
2010-01-04
*
fix #69 and extend unit tests or triangular solvers
Gael Guennebaud
2009-12-23