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
/
Visitor.h
Commit message (
Expand
)
Author
Age
*
Various documentation improvements, in particualr in Cholesky and Geometry mo...
Gael Guennebaud
2008-07-20
*
* remove Cross product expression: MatrixBase::cross() now returns a temporary
Gael Guennebaud
2008-06-07
*
* move some compile time "if" to their respective unroller (assign and dot)
Gael Guennebaud
2008-06-07
*
* 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 bug in determinant of 4x4 matrices and a small type issue in Inverse
Gael Guennebaud
2008-04-26
*
finish making use of CoeffReadCost and the new XprCopy everywhere
Benoit Jacob
2008-04-08
*
fix compilation (finish removal of EIGEN_UNROLLED_LOOPS)
Benoit Jacob
2008-04-05
*
* #define EIGEN_NDEBUG now also disables asserts. Useful
Benoit Jacob
2008-03-26
*
* cleanup: in public api docs, don't put \sa links to \internal things.
Benoit Jacob
2008-03-17
*
* Added a generic *redux* mini framework allowing custom redux operations
Gael Guennebaud
2008-03-16