Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Cython / tests / memoryview / memview_assignments.pyx
Size: Mime:
# mode: compile
# tag: memoryview

cdef double[::1] contig
# see if we can assign a strided value to a contiguous one
contig[:] = contig[::2]