#include <PycArrayComH.h>
|
static void | toPy (void *to, const DComplex *from, size_t nr) |
|
static void | fromPy (DComplex *to, const void *from, size_t nr) |
|
static Array< DComplex > | toArray (const IPosition &shape, void *data, bool copy) |
|
template<>
struct ArrayCopy< DComplex >
Definition at line 64 of file PycArrayComH.h.
void ArrayCopy< DComplex >::fromPy |
( |
DComplex * |
to, |
|
|
const void * |
from, |
|
|
size_t |
nr |
|
) |
| |
|
static |
Array< DComplex > ArrayCopy< DComplex >::toArray |
( |
const IPosition & |
shape, |
|
|
void * |
data, |
|
|
bool |
copy |
|
) |
| |
|
static |
void ArrayCopy< DComplex >::toPy |
( |
void * |
to, |
|
|
const DComplex * |
from, |
|
|
size_t |
nr |
|
) |
| |
|
static |
The documentation for this struct was generated from the following files: