index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Array
Commit message (
Expand
)
Author
Age
*
fix doxygen \ingroup for the array module
Gael Guennebaud
2009-02-09
*
remove remaining debug stuff in Reverse.h
Gael Guennebaud
2009-02-08
*
Add vectorization of Reverse (was more tricky than I thought) and
Gael Guennebaud
2009-02-06
*
Reverse::coeff*(int) functions are for vector only
Gael Guennebaud
2009-02-06
*
apply Ricard patch for Reverse with minor modifications
Gael Guennebaud
2009-02-06
*
add partial count redux (adapted patch from Ricard Marxer)
Gael Guennebaud
2009-01-24
*
* QR: add a rank() method and improve the accuracy of the rank
Gael Guennebaud
2009-01-20
*
patch from Ricard Marxer: add doc example for select()
Gael Guennebaud
2009-01-17
*
make ei_traist<Select> honors nested types
Gael Guennebaud
2009-01-12
*
* move cwise *= and /= to Core (like * and /)
Benoit Jacob
2009-01-12
*
add cwise operator *= and /=.
Benoit Jacob
2009-01-11
*
*add PartialRedux::cross() with unit test
Benoit Jacob
2009-01-05
*
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
Benoit Jacob
2008-12-17
*
* complete the change norm2->squaredNorm in PartialRedux
Benoit Jacob
2008-12-07
*
Update e-mail address
Benoit Jacob
2008-11-24
*
add lpNorm<p>() method to MatrixBase, implemented in Array module, with
Benoit Jacob
2008-11-03
*
norm2() renamed to squaredNorm(), kept as deprecated for now.
Benoit Jacob
2008-11-03
*
add the missing templated version of block for sub-vectors
Gael Guennebaud
2008-09-09
*
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
*
doc and use sed to clean the class hierarchy instead of
Gael Guennebaud
2008-08-28
*
* move memory related stuff to util/Memory.h
Gael Guennebaud
2008-08-26
*
* patch from Konstantinos Margaritis: bugfix in Altivec version of ei_pdiv
Gael Guennebaud
2008-08-25
*
* remove LargeBit and related stuff
Gael Guennebaud
2008-08-23
*
bugfix from Timothy Hunter s/ei_div/ei_pdiv
Gael Guennebaud
2008-08-22
*
* Add the possibility to customize the output of matrices, e.g.:
Gael Guennebaud
2008-08-21
*
* Added .all() and .any() members to PartialRedux
Gael Guennebaud
2008-08-20
*
* doc improvements in Cwise and PartialRedux:
Benoit Jacob
2008-08-19
*
removed the packet specializations of some functors
Gael Guennebaud
2008-07-31
*
Several compilation fixes for MSVC and NVCC, basically:
Gael Guennebaud
2008-07-29
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
Added an automatically generated list of selected examples in the documentation.
Gael Guennebaud
2008-07-19
*
Complete rewrite of partial reduction according to mailing list discussions.
Gael Guennebaud
2008-07-19
*
- many updates after Cwise change
Benoit Jacob
2008-07-08
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
change derived classes methods from "private:_method()"
Benoit Jacob
2008-06-26
*
* added a pseudo expression Array giving access to:
Gael Guennebaud
2008-06-20
*
* refactoring of Product:
Gael Guennebaud
2008-06-19
*
* Block: row and column expressions in the inner direction
Benoit Jacob
2008-06-16
*
* start of the Geometry module with a cross product and quaternion expressions
Gael Guennebaud
2008-06-02
*
big changes in Doxygen configuration; work around bug with doxygen parsing of
Benoit Jacob
2008-06-02
*
added optimized matrix times diagonal matrix product via Diagonal flag shortcut.
Gael Guennebaud
2008-05-31
*
moved purely "array" related stuff to a new module Array.
Gael Guennebaud
2008-05-31