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_extra.cpp
Commit message (
Expand
)
Author
Age
*
Add regression test for bug #817
Gael Guennebaud
2015-09-02
*
bug #986: add support for coefficient-based product with 0 depth.
Gael Guennebaud
2015-04-01
*
Fix computeProductBlockingSizes with m==0, and add respective unit test.
Gael Guennebaud
2015-03-31
*
bug #978: add unit test for zero-sized products
Gael Guennebaud
2015-03-06
*
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
*
Fix out-of-range memory access in GEMV (the memory was not used for the compu...
Gael Guennebaud
2012-08-30
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Bug fix for matrix1 * matrix2 * scalar1 * scalar2.
Jitse Niesen
2011-09-19
*
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
fix bug #127. our product selection logic was flawed in that it used the Max-...
Benoit Jacob
2010-12-09
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix bad mat * mat * scalar when the implicit conversion operator to a Matrix ...
Gael Guennebaud
2010-08-31
*
extend product unit tests
Gael Guennebaud
2010-07-07
*
add a unit test for previous bug
Gael Guennebaud
2010-07-06
*
fix range
Gael Guennebaud
2010-07-06
*
Next try - more Index fixes.
Hauke Heibel
2010-06-20
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
Complete rework of global math functions and NumTraits.
Benoit Jacob
2010-04-28
*
Remove some Array #includes.
Jitse Niesen
2010-01-21
*
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
*
better fix for (v * v') * v, we still have to find a way to reorder it
Gael Guennebaud
2009-10-01
*
*add test to prevent future regression
Benoit Jacob
2009-09-29
*
improve coverage of matrix-vector product
Gael Guennebaud
2009-09-07
*
clean a bit the previous commit which came from a patch queue,
Gael Guennebaud
2009-09-01
*
I've been too fast (again)
Gael Guennebaud
2009-09-01
*
fix issue #47: now m.noalias() = XXX properly resize m if needed
Gael Guennebaud
2009-09-01
*
various compilation and bug fixes in selfadjoint stuff
Gael Guennebaud
2009-07-27
*
finally directly calling the low-level products is faster
Gael Guennebaud
2009-07-10
*
started to simplify the triangular solvers
Gael Guennebaud
2009-07-09
*
ok now all the complex mat-mat and mat-vec products involving conjugate,
Gael Guennebaud
2009-07-08