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
/
Array
Commit message (
Expand
)
Author
Age
*
* move memory related stuff to util/Memory.h
Gael Guennebaud
2008-08-26
*
* patch from Konstantinos Margaritis: bugfix in Altivec version of ei_pdiv
Gael Guennebaud
2008-08-25
*
* remove LargeBit and related stuff
Gael Guennebaud
2008-08-23
*
bugfix from Timothy Hunter s/ei_div/ei_pdiv
Gael Guennebaud
2008-08-22
*
* Add the possibility to customize the output of matrices, e.g.:
Gael Guennebaud
2008-08-21
*
* Added .all() and .any() members to PartialRedux
Gael Guennebaud
2008-08-20
*
* doc improvements in Cwise and PartialRedux:
Benoit Jacob
2008-08-19
*
removed the packet specializations of some functors
Gael Guennebaud
2008-07-31
*
Several compilation fixes for MSVC and NVCC, basically:
Gael Guennebaud
2008-07-29
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
Added an automatically generated list of selected examples in the documentation.
Gael Guennebaud
2008-07-19
*
Complete rewrite of partial reduction according to mailing list discussions.
Gael Guennebaud
2008-07-19
*
- many updates after Cwise change
Benoit Jacob
2008-07-08
*
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
*
* added a pseudo expression Array giving access to:
Gael Guennebaud
2008-06-20
*
* refactoring of Product:
Gael Guennebaud
2008-06-19
*
* Block: row and column expressions in the inner direction
Benoit Jacob
2008-06-16
*
* start of the Geometry module with a cross product and quaternion expressions
Gael Guennebaud
2008-06-02
*
big changes in Doxygen configuration; work around bug with doxygen parsing of
Benoit Jacob
2008-06-02
*
added optimized matrix times diagonal matrix product via Diagonal flag shortcut.
Gael Guennebaud
2008-05-31
*
moved purely "array" related stuff to a new module Array.
Gael Guennebaud
2008-05-31