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
/
NumTraits.h
Commit message (
Expand
)
Author
Age
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
Bug fix for NumTraits<T>::lowest() .
Jitse Niesen
2010-07-01
*
fix readcost for complex types
Thomas Capricelli
2010-05-26
*
Complete rework of global math functions and NumTraits.
Benoit Jacob
2010-04-28
*
Here is the proper fix.
Hauke Heibel
2010-02-11
*
Fixed typos.
Hauke Heibel
2010-02-11
*
Improved patch from Manuel Yguel:
Gael Guennebaud
2010-02-10
*
add highest and lowest functions to NumTraits
Gael Guennebaud
2010-02-10
*
* move dummy_precision and epsilon to NumTraits
Gael Guennebaud
2010-02-10
*
back out previous back out, and this time don't forget
Gael Guennebaud
2009-11-06
*
bugfix in blueNorm
Gael Guennebaud
2009-07-16
*
add a blueNorm() function implementing the Blues's stable norm
Gael Guennebaud
2009-07-13
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
Update e-mail address
Benoit Jacob
2008-11-24
*
* fix issues with "long double" type (useful to enforce the use of x87 regist...
Gael Guennebaud
2008-09-14
*
* add typedefs for matrices/vectors with LargeBit
Benoit Jacob
2008-04-10
*
Added initial experimental support for explicit vectorization.
Gael Guennebaud
2008-04-09
*
* make use of the EvalBeforeNestingBit and EvalBeforeAssigningBit
Gael Guennebaud
2008-04-05
*
* added cwise comparisons
Gael Guennebaud
2008-04-03
*
-new: recursive costs system, useful to determine automatically
Benoit Jacob
2008-04-03
*
-merge patch from Gael Guennebaud adding NumTraits for long long
Benoit Jacob
2008-02-29
*
Relicense --> dual-license LGPL3+/GPL2+
Benoit Jacob
2008-02-28
*
switch to enums everywhere
Benoit Jacob
2008-01-10
*
Ready for alpha2 release.
Benoit Jacob
2008-01-07
*
move Core/ to a src/ subdir, in preparation for following changes
Benoit Jacob
2007-12-28