Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|
|||
c_darray = N.ctypeslib.ndpointer(dtype= N.float64, flags= 'ali
|
|||
c_larray = N.ctypeslib.ndpointer(dtype= N.int64, flags= 'align
|
|||
c_farray = N.ctypeslib.ndpointer(dtype= N.float32, flags= 'ali
|
|||
c_iarray = N.ctypeslib.ndpointer(dtype= N.int32, flags= 'align
|
|||
typemap = {N.float64: C.c_double, N.float32: C.c_float, N.int6
|
Imports: N, C
|
c_darray
|
c_larray
|
c_farray
|
c_iarray
|
typemap
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:13 2012 | http://epydoc.sourceforge.net |