mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 17:47:56 +08:00
fce97176d6
* Updated cython build scripts * Updated setup.py to to install catalyst package * Updated momentum example to use catalyst package * catalyst executable now supports loading pipelines from multiple bundles
8 lines
148 B
Cython
8 lines
148 B
Cython
"""
|
|
float specialization of AdjustedArrayWindow
|
|
"""
|
|
from numpy cimport float64_t
|
|
ctypedef float64_t[:, :] databuffer
|
|
|
|
include "_windowtemplate.pxi"
|