numpy.polyval(p, x)
Legendre.truncate(size)
numpy.convolve(a, v, mode='full')
numpy.polynomial.hermite_e.hermemul(c1, c2)
numpy.matlib.zeros(shape, dtype=None, order='C')
MaskedArray.set_fill_value(value=None)
numpy.ma.common_fill_value(a, b)
chararray.reshape(shape, order='C') Returns an array containing the same data with a new shape.
numpy.polynomial.hermite_e.hermediv(c1, c2)
chararray.count(sub, start=0, end=None)
Page 11 of 100