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
*
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