Sage
Programming Guide
Previous:
5.3.11 Faster Iteration through
Up:
5.3 Cython Manual
Next:
5.3.13 List Comprehensions and
5.3.12 getslice
For fastest speed, use this declaration:
def __getslice__(self, Py_ssize_t i, Py_ssize_t j): ...
Sage
Programming Guide
Previous:
5.3.11 Faster Iteration through
Up:
5.3 Cython Manual
Next:
5.3.13 List Comprehensions and
Release 2008.07.11, documentation updated on July 11, 2008.
See
About this document...
for information on suggesting changes.