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
/
Coeffs.h
Commit message (
Expand
)
Author
Age
*
*add operator()(int) for vectors, synonymous to operator[](int).
Benoit Jacob
2008-08-18
*
* Big change in Block and Map:
Gael Guennebaud
2008-08-09
*
introduce copyCoeff and copyPacket methods in MatrixBase, used by
Benoit Jacob
2008-08-05
*
* 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
*
added a static assertion mechanism
Gael Guennebaud
2008-06-04
*
* 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
*
fix a compilation issue with gcc-3.3 and ei_result_of
Gael Guennebaud
2008-04-03
*
* introducte recursive Flags system for the expressions
Benoit Jacob
2008-03-30
*
* #define EIGEN_NDEBUG now also disables asserts. Useful
Benoit Jacob
2008-03-26
*
get rid of MatrixRef, simplifications.
Benoit Jacob
2008-03-13
*
generalized ei_traits<>.
Benoit Jacob
2008-03-12
*
big change: MatrixBase only takes one template parameter "Derived", the
Benoit Jacob
2008-03-10
*
Relicense --> dual-license LGPL3+/GPL2+
Benoit Jacob
2008-02-28
*
Ready for alpha2 release.
Benoit Jacob
2008-01-07
*
Patch by Gael Guennebaud, making Eigen compatible with the Intel compiler (icc).
Benoit Jacob
2008-01-06
*
move Core/ to a src/ subdir, in preparation for following changes
Benoit Jacob
2007-12-28