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
/
Fuzzy.h
Commit message (
Expand
)
Author
Age
*
small fixes
Benoit Jacob
2009-08-03
*
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
*
* Much better, consistent error msgs when mixing different scalar types:
Benoit Jacob
2008-12-03
*
Update e-mail address
Benoit Jacob
2008-11-24
*
norm2() renamed to squaredNorm(), kept as deprecated for now.
Benoit Jacob
2008-11-03
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
* rewrite of the QR decomposition:
Gael Guennebaud
2008-06-07
*
Updated fuzzy comparisons to use L2 norm as all my experiments
Gael Guennebaud
2008-06-06
*
added a static assertion mechanism
Gael Guennebaud
2008-06-04
*
* rename XprCopy -> Nested
Benoit Jacob
2008-04-10
*
fixes as discussed with Gael on IRC. Mainly, in Fuzzy.h, and Dot.h, use
Benoit Jacob
2008-04-05
*
* #define EIGEN_NDEBUG now also disables asserts. Useful
Benoit Jacob
2008-03-26
*
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
*
prefix global functions with ei_ as previous solution was rather
Benoit Jacob
2008-02-28
*
Ready for alpha2 release.
Benoit Jacob
2008-01-07
*
move default parameter values from function definition to function declaration.
Benoit Jacob
2008-01-06
*
- move: DerivedTraits becomes MatrixBase::Traits
Benoit Jacob
2008-01-06
*
Patch by Gael Guennebaud, making Eigen compatible with the Intel compiler (icc).
Benoit Jacob
2008-01-06
*
- make MatrixBase and all expressions aware of their preferred traversal order.
Benoit Jacob
2008-01-05
*
move Core/ to a src/ subdir, in preparation for following changes
Benoit Jacob
2007-12-28