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
/
CwiseNullaryOp.h
Commit message (
Expand
)
Author
Age
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
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
*
moved purely "array" related stuff to a new module Array.
Gael Guennebaud
2008-05-31
*
many small fixes and documentation improvements,
Benoit Jacob
2008-05-29
*
some documentation fixes (Cwise* and Cholesky)
Gael Guennebaud
2008-05-22
*
Fix compilation issues with MSVC and NVCC.
Gael Guennebaud
2008-05-15
*
Introduce generic Flagged xpr, remove already Lazy.h and Temporary.h
Benoit Jacob
2008-05-14
*
* Added several cast to int of the enums (needed for some compilers)
Gael Guennebaud
2008-05-12
*
put inline keywords everywhere appropriate. So we don't need anymore to pass
Benoit Jacob
2008-05-12
*
* Started support for unaligned vectorization.
Gael Guennebaud
2008-05-05
*
* Patch by Konstantinos Margaritis: AltiVec vectorization.
Benoit Jacob
2008-05-03
*
nullary xpr are now vectorized
Gael Guennebaud
2008-05-01
*
Added Triangular expression to extract upper or lower (strictly or not)
Gael Guennebaud
2008-04-26
*
Various fixes in:
Gael Guennebaud
2008-04-25
*
Make the explicit vectorization much more flexible:
Gael Guennebaud
2008-04-25
*
forgot to add a file in the previous commit
Gael Guennebaud
2008-04-24