aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Minor.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-03-16 14:36:25 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-03-16 14:36:25 +0000
commit612350e3f85998c25d1155ec4d8a38c623f9457c (patch)
tree1f6086a94b5b4be8885e67bb275b428d23f9c452 /Eigen/src/Core/Minor.h
parent29184ad27df1b398d4619dea78d0fb8aee445c1f (diff)
* Added a generic *redux* mini framework allowing custom redux operations
as well as partial redux (vertical or horizontal redux). Includes shortcuts for: sum, minCoeff and maxCoeff. There is no shortcut for the partial redux. * Added a generic *visitor* mini framework. A visitor is a custom object sequentially applied on each coefficient with knowledge of its value and coordinates. It is currentlly used to implement minCoeff(int*,int*) and maxCoeff(int*,int*). findBiggestCoeff is now a shortcut for "this->cwiseAbs().maxCoeff(i,j)" * Added coeff-wise min and max. * fixed an issue with ei_pow(int,int) and gcc < 4.3 or ICC
Diffstat (limited to 'Eigen/src/Core/Minor.h')
0 files changed, 0 insertions, 0 deletions