|
| None | __init__ (self, context context, numpy.ndarray[complex128] h_data) |
| | TODO. More...
|
| |
| None | __init__ (self, context context, obj_double_complex d_data) |
| |
| str | __repr__ (self) |
| |
| int | add_stream (self) |
| | TODO. More...
|
| |
| int | add_stream (self, int np) |
| |
| int | aimax (self, int incx=1) |
| | TODO. More...
|
| |
| int | aimin (self, int incx=1) |
| | TODO. More...
|
| |
| None | copy (self, obj_double_complex arg0, int arg1, int arg2) |
| | TODO. More...
|
| |
| None | copy_from (self, obj_double_complex data, int nb_elem=-1) |
| | TODO. More...
|
| |
| None | copy_into (self, obj_double_complex dest, int nb_elem=-1) |
| | TODO. More...
|
| |
| int | del_stream (self) |
| | TODO. More...
|
| |
| int | del_stream (self, int np) |
| |
| int | destroy_prng (self) |
| |
| None | device2host (self, numpy.ndarray[complex128] data) |
| | TODO. More...
|
| |
| None | fft (self, obj_double_complex dest=None, int direction=1) |
| |
| None | host2device (self, numpy.ndarray[complex128] data) |
| | TODO. More...
|
| |
| int | init_prng (self) |
| |
| int | init_prng (self, int arg0) |
| |
| None | init_reduceCub (self) |
| | TODO. More...
|
| |
| bool | is_rng_init (self) |
| |
| int | prng (self, str arg0, float arg1, float arg2) |
| |
| int | prng (self, str arg0, float arg1) |
| |
| int | prng (self, str arg0) |
| |
| None | random (self, int seed=1234, str j='U') |
| |
| None | random_host (self, int seed=1234, str j='U') |
| |
| None | reduceCub (self) |
| | TODO. More...
|
| |
| int | reset (self) |
| | TODO. More...
|
| |
| None | swap (self, obj_double_complex source, int incx=1, int incy=1) |
| | TODO. More...
|
| |
| None | swap_ptr (self, obj_double_complex ptr) |
| | TODO. More...
|
| |
| int | transpose (self, obj_double_complex source) |
| | TODO. More...
|
| |
| int | wait_all_streams (self) |
| | TODO. More...
|
| |
| int | wait_stream (self, int steam) |
| | TODO. More...
|
| |
Definition at line 666 of file carmaWrap.py.
◆ __init__() [1/2]
| None carmaWrap.obj_double_complex.__init__ |
( |
|
self, |
|
|
context |
context, |
|
|
numpy.ndarray[complex128] |
h_data |
|
) |
| |
◆ __init__() [2/2]
◆ __repr__()
| str carmaWrap.obj_double_complex.__repr__ |
( |
|
self | ) |
|
◆ add_stream() [1/2]
| int carmaWrap.obj_double_complex.add_stream |
( |
|
self | ) |
|
◆ add_stream() [2/2]
| int carmaWrap.obj_double_complex.add_stream |
( |
|
self, |
|
|
int |
np |
|
) |
| |
◆ aimax()
| int carmaWrap.obj_double_complex.aimax |
( |
|
self, |
|
|
int |
incx = 1 |
|
) |
| |
◆ aimin()
| int carmaWrap.obj_double_complex.aimin |
( |
|
self, |
|
|
int |
incx = 1 |
|
) |
| |
◆ copy()
| None carmaWrap.obj_double_complex.copy |
( |
|
self, |
|
|
obj_double_complex |
arg0, |
|
|
int |
arg1, |
|
|
int |
arg2 |
|
) |
| |
◆ copy_from()
| None carmaWrap.obj_double_complex.copy_from |
( |
|
self, |
|
|
obj_double_complex |
data, |
|
|
int |
nb_elem = -1 |
|
) |
| |
◆ copy_into()
| None carmaWrap.obj_double_complex.copy_into |
( |
|
self, |
|
|
obj_double_complex |
dest, |
|
|
int |
nb_elem = -1 |
|
) |
| |
◆ del_stream() [1/2]
| int carmaWrap.obj_double_complex.del_stream |
( |
|
self | ) |
|
◆ del_stream() [2/2]
| int carmaWrap.obj_double_complex.del_stream |
( |
|
self, |
|
|
int |
np |
|
) |
| |
◆ destroy_prng()
| int carmaWrap.obj_double_complex.destroy_prng |
( |
|
self | ) |
|
◆ device2host()
| None carmaWrap.obj_double_complex.device2host |
( |
|
self, |
|
|
numpy.ndarray[complex128] |
data |
|
) |
| |
◆ fft()
| None carmaWrap.obj_double_complex.fft |
( |
|
self, |
|
|
obj_double_complex |
dest = None, |
|
|
int |
direction = 1 |
|
) |
| |
◆ host2device()
| None carmaWrap.obj_double_complex.host2device |
( |
|
self, |
|
|
numpy.ndarray[complex128] |
data |
|
) |
| |
◆ init_prng() [1/2]
| int carmaWrap.obj_double_complex.init_prng |
( |
|
self | ) |
|
◆ init_prng() [2/2]
| int carmaWrap.obj_double_complex.init_prng |
( |
|
self, |
|
|
int |
arg0 |
|
) |
| |
◆ init_reduceCub()
| None carmaWrap.obj_double_complex.init_reduceCub |
( |
|
self | ) |
|
◆ is_rng_init()
| bool carmaWrap.obj_double_complex.is_rng_init |
( |
|
self | ) |
|
◆ prng() [1/3]
| int carmaWrap.obj_double_complex.prng |
( |
|
self, |
|
|
str |
arg0 |
|
) |
| |
◆ prng() [2/3]
| int carmaWrap.obj_double_complex.prng |
( |
|
self, |
|
|
str |
arg0, |
|
|
float |
arg1 |
|
) |
| |
◆ prng() [3/3]
| int carmaWrap.obj_double_complex.prng |
( |
|
self, |
|
|
str |
arg0, |
|
|
float |
arg1, |
|
|
float |
arg2 |
|
) |
| |
◆ random()
| None carmaWrap.obj_double_complex.random |
( |
|
self, |
|
|
int |
seed = 1234, |
|
|
str |
j = 'U' |
|
) |
| |
◆ random_host()
| None carmaWrap.obj_double_complex.random_host |
( |
|
self, |
|
|
int |
seed = 1234, |
|
|
str |
j = 'U' |
|
) |
| |
◆ reduceCub()
| None carmaWrap.obj_double_complex.reduceCub |
( |
|
self | ) |
|
◆ reset()
| int carmaWrap.obj_double_complex.reset |
( |
|
self | ) |
|
◆ swap()
| None carmaWrap.obj_double_complex.swap |
( |
|
self, |
|
|
obj_double_complex |
source, |
|
|
int |
incx = 1, |
|
|
int |
incy = 1 |
|
) |
| |
◆ swap_ptr()
◆ transpose()
◆ wait_all_streams()
| int carmaWrap.obj_double_complex.wait_all_streams |
( |
|
self | ) |
|
◆ wait_stream()
| int carmaWrap.obj_double_complex.wait_stream |
( |
|
self, |
|
|
int |
steam |
|
) |
| |
◆ context
| carmaWrap.obj_double_complex.context = property |
|
static |
◆ device
| carmaWrap.obj_double_complex.device = property |
|
static |
◆ nb_streams
| carmaWrap.obj_double_complex.nb_streams = property |
|
static |
◆ nbElem
| carmaWrap.obj_double_complex.nbElem = property |
|
static |
◆ shape
| carmaWrap.obj_double_complex.shape = property |
|
static |
TODO.
@n type of : numpy.ndarray[numpy.int64]
Definition at line 812 of file carmaWrap.py.
The documentation for this class was generated from the following file: