SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17
Functions which are common and require SciPy Base and Level 1 SciPy (special, linalg)
Return weights for an Np-point central derivative of order ndiv assuming equally-spaced function points.
If weights are in the vector w, then derivative is w[0] * f(x-ho*dx) + ... + w[-1] * f(x+h0*dx)
Can be inaccurate for large number of points.
Combinations of N things taken k at a time.
If exact==0, then floating point precision is used, otherwise exact long integer is computed.
Given a function, use a central difference formula with spacing dx to compute the nth derivative at x0.
order is the number of points to use and must be odd.
Warning: Decreasing the step size too small can result in round-off error.
n! = special.gamma(n+1)
If exact==0, then floating point precision is used, otherwise exact long integer is computed.
If exact==0, then floating point precision is used, otherwise exact long integer is computed.
n(!!...!) = multifactorial of order k k times
Given Taylor series coefficients in an, return a Pade approximation to the function as the ratio of two polynomials p / q where the order of q is m.
| Local name | Refers to |
|---|---|
| arange | numpy.arange |
| array | numpy.array |
| asarray | numpy.asarray |
| dot | numpy.dot |
| exp | numpy.exp |
| extract | numpy.extract |
| eye | numpy.eye |
| hstack | numpy.hstack |
| newaxis | numpy.newaxis |
| numpy | numpy |
| pi | numpy.pi |
| place | numpy.place |
| poly1d | numpy.poly1d |
| product | numpy.product |
| r_ | numpy.r_ |
| sqrt | numpy.sqrt |
| sys | sys |
| where | numpy.where |
| who | numpy.who |
| zeros | numpy.zeros |