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
/
Flagged.h
Commit message (
Expand
)
Author
Age
*
Update e-mail address
Benoit Jacob
2008-11-24
*
resurrected sparse triangular solver
Gael Guennebaud
2008-09-02
*
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
*
Added an automatically generated list of selected examples in the documentation.
Gael Guennebaud
2008-07-19
*
* resurected Flagged::_expression used to optimize m+=(a*b).lazy()
Gael Guennebaud
2008-07-01
*
* rework Map, allow vectorization
Benoit Jacob
2008-06-27
*
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
*
* Block: row and column expressions in the inner direction
Benoit Jacob
2008-06-16
*
many small fixes and documentation improvements,
Benoit Jacob
2008-05-29
*
* change Flagged to take into account NestByValue only
Gael Guennebaud
2008-05-28
*
hehe, the complicated nesting scheme in Flagged in the previous commit
Benoit Jacob
2008-05-28
*
* find the proper way of nesting the expression in Flagged:
Benoit Jacob
2008-05-28
*
- introduce Part and Extract classes, splitting and extending the former
Benoit Jacob
2008-05-27
*
* improved product performance:
Gael Guennebaud
2008-05-22
*
Introduce generic Flagged xpr, remove already Lazy.h and Temporary.h
Benoit Jacob
2008-05-14