SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17
order_to_prefix = [ 's', 'd', 'c', 'z' ]
prefix_to_dtype = dict(s = numpy.single, d = numpy.double, c = numpy.csingle, z = numpy.cdouble)
prefix_to_order = dict(s = 3, d = 2, c = 1, z = 0)
Return available LAPACK function objects with names. arrays are used to determine the optimal prefix of LAPACK routines.
| Local name | Refers to |
|---|---|
| clapack | scipy.linalg.clapack |
| flapack | scipy.linalg.flapack |
| new | new |
| numpy | numpy |