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_trmm.cpp
Commit message (
Expand
)
Author
Age
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
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 trmm unit test
Gael Guennebaud
2011-03-31
*
extend trmm/trmv unit test to thoroughly check all configurations
Gael Guennebaud
2011-03-28
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
add support for strictly triangular matrix in trmm though it is not really us...
Gael Guennebaud
2010-07-15
*
extend product unit tests
Gael Guennebaud
2010-07-07
*
email change
Gael Guennebaud
2010-06-24
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
improve trmm unit test and fix several bugs in trmm
Gael Guennebaud
2010-06-15
*
* make the triangular matrix * matrix product works with trapezoidal matrices
Gael Guennebaud
2010-06-15
*
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
Gael Guennebaud
2010-01-07
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...
Benoit Jacob
2009-10-19
*
add a debug mechanism to compute the number of intermediate evaluations (only...
Gael Guennebaud
2009-07-28
*
trmm is now fully working and available via TriangularView::operator*
Gael Guennebaud
2009-07-27