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