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
*
small fixes
Benoit Jacob
2009-08-03
*
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
*
*add missing overloads of setZero, etc... that were mentioned in the tutorial
Benoit Jacob
2009-05-06
*
fix internal error with gcc 3.3 (all tests are now ok with 3.3 !)
Gael Guennebaud
2009-05-06
*
add vectorization of sqrt for float
Gael Guennebaud
2009-03-27
*
* enable vectorization of sin, cos, etc. by default with an option to
Gael Guennebaud
2009-03-26
*
fix compilation MSVC
Gael Guennebaud
2009-03-17
*
fix a few compilation errors and warnings (ICC)
Gael Guennebaud
2009-03-11
*
add efficient matrix product specializations for Homogeneous
Gael Guennebaud
2009-03-05
*
big addons:
Gael Guennebaud
2009-03-05
*
Add COMPONENT Devel
Laurent Montel
2009-02-23
*
* fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)
Gael Guennebaud
2009-02-17
*
* add ei_predux_mul internal function
Gael Guennebaud
2009-02-10
*
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
[next]