🌐 AI搜索 & 代理 主页
blob: ae54e83938891e285f315d5a497f8a93f942ef21 [file] [log] [blame]
Travis Oliphant218033d2006-01-05 19:53:281Extend RichCompare function for arrays to handle string and unicode types
2 using comparisons in C.
Travis Oliphantc2e7e3f2005-12-31 07:21:073
4Fix reduce, accumululate, and reduceat buffered method to be similar
5 to the fix for the generic function (use a specialized inner loop,
Travis Oliphant218033d2006-01-05 19:53:286 but other than that it should be the same code as NOBUFFER...)
Travis Oliphantc2e7e3f2005-12-31 07:21:077
Travis Oliphant218033d2006-01-05 19:53:288Add specialized scalar math functions so that scalars do not go through
9 the ufunc machinery but still use error-setting mode.