index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
Array
Commit message (
Expand
)
Author
Age
*
introduce the 3 stages of eigen2 support, writing to the mailing list about t...
Benoit Jacob
2011-01-21
*
Completely disable Eigen/Array in Eigen3; completely enable in EIGEN2_SUPPORT.
Benoit Jacob
2011-01-20
*
import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2
Benoit Jacob
2011-01-19
*
Added the Array include's warning for GCC.
Hauke Heibel
2010-01-20
*
Corrected the Array include's deprecation warning for MSVC.
Hauke Heibel
2010-01-20
*
Moved the Array module to Core.
Hauke Heibel
2010-01-20
*
merge with default branch
Gael Guennebaud
2009-12-22
|
\
*
|
add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation
Gael Guennebaud
2009-12-04
|
*
added comments to help vim understand the header files are c++.
Mark Borgerding
2009-12-01
*
|
Another big refactoring change:
Gael Guennebaud
2009-11-18
|
/
*
* rename PartialRedux to VectorwiseOp
Gael Guennebaud
2009-06-10
*
big addons:
Gael Guennebaud
2009-03-05
*
update of the Array module doc
Gael Guennebaud
2009-02-12
*
apply Ricard patch for Reverse with minor modifications
Gael Guennebaud
2009-02-06
*
* mark Geometry as experimental
Benoit Jacob
2009-01-26
*
* QR: add a rank() method and improve the accuracy of the rank
Gael Guennebaud
2009-01-20
*
Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside
Benoit Jacob
2008-12-18
*
add lpNorm<p>() method to MatrixBase, implemented in Array module, with
Benoit Jacob
2008-11-03
*
Add a Select expression in the Array module which mimics a coeff-wise ?: oper...
Gael Guennebaud
2008-09-03
*
doc fixes, and extended Basic Linear Algebra and Reductions sections
Gael Guennebaud
2008-08-20
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
* added a pseudo expression Array giving access to:
Gael Guennebaud
2008-06-20
*
* refactoring of Product:
Gael Guennebaud
2008-06-19
*
moved purely "array" related stuff to a new module Array.
Gael Guennebaud
2008-05-31