repo.or.cz
/
qpms.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix saving lists of arrays with recent versions of numpy
[qpms.git]
/
qpms
/
cybspec.pxd
blob
4d080fc13ebbeded195d3e8b0e5f022b74c28128
1
from .qpms_cdefs cimport *
2
3
cimport numpy as np
4
5
cdef class BaseSpec:
6
cdef qpms_vswf_set_spec_t s
7
cdef np.ndarray __ilist
8
9
@staticmethod
10
cdef BaseSpec from_cpointer(const qpms_vswf_set_spec_t *orig)
11
cdef qpms_vswf_set_spec_t *rawpointer(BaseSpec self)