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
*
Add nvcc support for small eigenvalues decompositions and workaround lack of ...
Gael Guennebaud
2013-08-01
*
Add nvcc support for normalize, initializers, and fuzzy comparisons
Gael Guennebaud
2013-06-05
*
Add missing epsilon/dummy_precision function in NumTraits<Array>
Gael Guennebaud
2013-04-09
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
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
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
allow the possibility to automatically call or not the ctors on a per scalar ...
Gael Guennebaud
2011-01-26
*
lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ...
Benoit Jacob
2011-01-20
*
big eigen2support fix, aimed at users who relied on internal eigen2 stuff: no...
Benoit Jacob
2011-01-19
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
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