index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
array.cpp
Commit message (
Expand
)
Author
Age
*
Fix compilation of some tests as well as more warnings.
Hauke Heibel
2010-06-20
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
add missing support for std::pow(array,scalar)
Gael Guennebaud
2010-06-19
*
implicit conversion to scalar for inner product
Gael Guennebaud
2010-06-02
*
the Index types change.
Benoit Jacob
2010-05-30
*
* kill the retval typedefs, instead introduce ei_xxx_retval which does the jo...
Benoit Jacob
2010-04-28
*
Complete rework of global math functions and NumTraits.
Benoit Jacob
2010-04-28
*
add support for global math function for array
Gael Guennebaud
2010-01-27
*
Remove some Array #includes.
Jitse Niesen
2010-01-21
*
add unit tests for true array objects
Gael Guennebaud
2010-01-18
*
s/asMatrix()/matrix()
Gael Guennebaud
2010-01-04
*
a lot of cleaning and fixes
Gael Guennebaud
2009-12-16
*
Another big refactoring change:
Gael Guennebaud
2009-11-18
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
Set of fixes and workaround to make sun studio more happy.
Gael Guennebaud
2009-07-10
*
* rename PartialRedux to VectorwiseOp
Gael Guennebaud
2009-06-10
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
fix msvc warnings (useful ones again) reported by gael on CDash
Benoit Jacob
2009-01-26
*
add partial count redux (adapted patch from Ricard Marxer)
Gael Guennebaud
2009-01-24
*
add lpNorm<p>() method to MatrixBase, implemented in Array module, with
Benoit Jacob
2008-11-03
*
Add coeff-wise comparisons to scalar operators. You can now write:
Gael Guennebaud
2008-09-03
*
Add a Select expression in the Array module which mimics a coeff-wise ?: oper...
Gael Guennebaud
2008-09-03
*
if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with
Benoit Jacob
2008-09-01
*
* bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...
Gael Guennebaud
2008-08-23
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
Added MatrixBase::Unit*() static function to easily create unit/basis vectors.
Gael Guennebaud
2008-07-19
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
forgot to add the unit test array.cpp
Gael Guennebaud
2008-06-21