index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
cwiseop.cpp
Commit message (
Expand
)
Author
Age
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Workaround warning: assuming signed overflow does not occur when...
Gael Guennebaud
2013-02-26
*
Make sure sqrt and the likes are not compiled for integer type in cwiseop uni...
Gael Guennebaud
2012-12-20
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix a couple of warnings in the unit tests
Gael Guennebaud
2011-11-05
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
More Index related stuff.
Hauke Heibel
2010-06-21
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
Complete rework of global math functions and NumTraits.
Benoit Jacob
2010-04-28
*
Remove some Array #includes.
Jitse Niesen
2010-01-21
*
Another big refactoring change:
Gael Guennebaud
2009-11-18
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
*add missing overloads of setZero, etc... that were mentioned in the tutorial
Benoit Jacob
2009-05-06
*
fix msvc warnings (useful ones again) reported by gael on CDash
Benoit Jacob
2009-01-26
*
add fill() function as an alias for setConstant
Gael Guennebaud
2009-01-24
*
forgot to commit updated test
Benoit Jacob
2009-01-11
*
Update e-mail address
Benoit Jacob
2008-11-24
*
if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with
Benoit Jacob
2008-09-01
*
extended cwise unit tests to cover all Cwise API
Gael Guennebaud
2008-08-22
*
* bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...
Gael Guennebaud
2008-08-22
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
* vectorize dot product, copying code from sum.
Benoit Jacob
2008-06-24
*
moved purely "array" related stuff to a new module Array.
Gael Guennebaud
2008-05-31
*
update of the testing framework:
Gael Guennebaud
2008-05-22
*
* added cwise comparisons
Gael Guennebaud
2008-04-03
*
-new: recursive costs system, useful to determine automatically
Benoit Jacob
2008-04-03
*
generalized ei_traits<>.
Benoit Jacob
2008-03-12
*
* coefficient wise operators are more generic, with controllable result type.
Gael Guennebaud
2008-03-06
*
Removed trailling spaces.
Gael Guennebaud
2008-03-03
*
* Added generic unary operators (replace Opposite and Conjugate)
Gael Guennebaud
2008-03-03
*
Patch by Gael Guennebaud: coeff-wise binary operators.
Benoit Jacob
2008-02-29