spath: Add Cython definition file to allow external use.

This commit is contained in:
Stefan van der Walt
2009-12-03 09:36:56 +02:00
parent 04fcbb0c53
commit dbbfb6e3e5
+3
View File
@@ -0,0 +1,3 @@
cimport numpy as np
cpdef shortest_path(np.ndarray, int)