index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
DiagonalProduct.h
Commit message (
Expand
)
Author
Age
*
fully vectorize DiagonalProduct
Benoit Jacob
2009-06-29
*
new implementation of diagonal matrices and diagonal matrix expressions
Benoit Jacob
2009-06-28
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
constant Diagonal ---> DiagonalBits
Benoit Jacob
2009-05-10
*
Big change in DiagonalMatrix and Geometry/Scaling:
Gael Guennebaud
2009-01-28
*
* remove set(), revert to old behavior where = resizes
Benoit Jacob
2009-01-21
*
* fix in IO.h, a useless copy was made because of assignment from
Benoit Jacob
2008-12-18
*
bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expression
Gael Guennebaud
2008-12-10
*
Update e-mail address
Benoit Jacob
2008-11-24
*
doc and use sed to clean the class hierarchy instead of
Gael Guennebaud
2008-08-28
*
* move memory related stuff to util/Memory.h
Gael Guennebaud
2008-08-26
*
* remove LargeBit and related stuff
Gael Guennebaud
2008-08-23
*
change derived classes methods from "private:_method()"
Benoit Jacob
2008-06-26
*
* add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)
Benoit Jacob
2008-06-26
*
* refactoring of Product:
Gael Guennebaud
2008-06-19
*
* Block: row and column expressions in the inner direction
Benoit Jacob
2008-06-16
*
* split Product to a DiagonalProduct template specialization
Gael Guennebaud
2008-06-15