comparison liboctave/MArray.h @ 10396:a0b51ac0f88a

optimize accumdim with summation
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 05 Mar 2010 12:31:30 +0100
parents 96ed7c629bbd
children 4d1fc073fbb7
comparison
equal deleted inserted replaced
10395:aeb5b1e47978 10396:a0b51ac0f88a
94 94
95 void idx_min (const idx_vector& idx, const MArray<T>& vals); 95 void idx_min (const idx_vector& idx, const MArray<T>& vals);
96 96
97 void idx_max (const idx_vector& idx, const MArray<T>& vals); 97 void idx_max (const idx_vector& idx, const MArray<T>& vals);
98 98
99 void idx_add_nd (const idx_vector& idx, const MArray<T>& vals, int dim = -1);
100
99 void changesign (void); 101 void changesign (void);
100 }; 102 };
101 103
102 #endif 104 #endif