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
*
bug #564: document the fact that minCoeff/maxCoeff members have undefined beh...
Gael Guennebaud
2013-04-09
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
typo
Gael Guennebaud
2012-06-24
*
fix most of the shadow warnings in Core/*.h
Gael Guennebaud
2012-06-22
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
fix bug #161
Benoit Jacob
2011-01-25
*
make eigen2 visitor test pass
Benoit Jacob
2011-01-23
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
fix #138: const bool is (rightly) not considered a compile-time constant by I...
Benoit Jacob
2010-06-16
*
change the value of Dynamic to -1, since the index type is now configurable.
Benoit Jacob
2010-06-11
*
the Index types change.
Benoit Jacob
2010-05-30
*
add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation
Gael Guennebaud
2009-12-04
*
* fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'
Benoit Jacob
2009-09-16
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
Benoit Jacob
2008-12-17
*
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