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_notemporary.cpp
Commit message (
Expand
)
Author
Age
*
extend product unit tests
Gael Guennebaud
2010-07-07
*
unit test fix for default to row major
Gael Guennebaud
2010-06-24
*
Still fixing warnings.
Hauke Heibel
2010-06-20
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
* implement the corner() API change: new methods topLeftCorner() etc
Benoit Jacob
2010-04-22
*
fix ei_blas_traits directaccess check: in the case of vectors, having a nontr...
Benoit Jacob
2010-04-16
*
* add some 1x1 tests
Benoit Jacob
2010-04-16
*
* Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...
Benoit Jacob
2010-04-16
*
fix a couple of ICE with gcc 4.0.1
Gael Guennebaud
2010-02-12
*
Fixed notemporary unit test.
Hauke Heibel
2010-02-11
*
Fixed warning.
Hauke Heibel
2010-02-10
*
Deactivated test which requires variadic macros.
Hauke Heibel
2010-02-09
*
Regression tests for number of nested temporaries.
Hauke Heibel
2010-02-09
*
add accessors to coeff based product
Gael Guennebaud
2010-02-09
*
Remove some Array #includes.
Jitse Niesen
2010-01-21
*
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
Gael Guennebaud
2010-01-07
*
finally add a Array class with storage via the introduction of a DenseStorage...
Gael Guennebaud
2009-12-17
*
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
*
move eigen values related stuff of the QR module to a new EigenSolver module.
Gael Guennebaud
2009-09-03
*
Remove last lazyness warnings.
Hauke Heibel
2009-09-02
*
fix issue #47: now m.noalias() = XXX properly resize m if needed
Gael Guennebaud
2009-09-01
*
As proposed on the list:
Gael Guennebaud
2009-08-15
*
overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...
Gael Guennebaud
2009-08-11
*
fix a couple of compilations issues
Gael Guennebaud
2009-08-06
*
big refactoring in Product.h:
Gael Guennebaud
2009-08-05
*
implement a ProductBase class and, as a proof of concept, update TriangularPr...
Gael Guennebaud
2009-08-04
*
fix a couple of issues related to recent products
Gael Guennebaud
2009-07-28
*
add a debug mechanism to compute the number of intermediate evaluations (only...
Gael Guennebaud
2009-07-28