index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
benchmark.cpp
Commit message (
Expand
)
Author
Age
*
bench: use of Eigen/Array is deprecated + fix includes for iostream
Thomas Capricelli
2010-07-09
*
remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.
Benoit Jacob
2010-04-22
*
* updated benchmark files according to recent renamings
Gael Guennebaud
2008-07-27
*
* fix compilation issue in Product
Gael Guennebaud
2008-07-02
*
* Big rework of Assign.h:
Benoit Jacob
2008-06-16
*
* Patch by Konstantinos Margaritis: AltiVec vectorization.
Benoit Jacob
2008-05-03
*
Make products always eval into expressions. Improves performance
Benoit Jacob
2008-05-02
*
Fixed a couple of issues introduced in previous commits.
Gael Guennebaud
2008-04-26
*
- optimized determinant calculations for small matrices (size <= 4)
Benoit Jacob
2008-04-14
*
* Add fixed-size template versions of corner(), start(), end().
Benoit Jacob
2008-04-12
*
- cleaner use of OpenMP (no code duplication anymore)
Benoit Jacob
2008-04-11
*
* rename XprCopy -> Nested
Benoit Jacob
2008-04-10
*
- merge ei_xpr_copy and ei_eval_if_needed_before_nesting
Benoit Jacob
2008-04-06
*
get rid of MatrixRef, simplifications.
Benoit Jacob
2008-03-13
*
* basic support for multicore CPU via a .evalOMP() which
Gael Guennebaud
2008-03-09