Numpy API
1

Table of Contents

  • 1. NumPy
  • 2. numpy.doc
  • 3. numpy.lib
  • 4. numpy.random
  • 5. numpy.linalg
  • 6. Discrete Fourier Transform (numpy.fft)
  • 7. numpy.polynomial
  • 8. numpy.testing
  • 9. numpy.f2py
  • 10. numpy.distutils
  • 11. NumPy Reference
    • 11.1. Array objects
    • 11.2. Universal functions (ufunc)
    • 11.3. Routines
    • 11.4. Packaging (numpy.distutils)
    • 11.5. Numpy C-API
    • 11.6. Numpy internals
    • 11.7. Numpy and SWIG
      • 11.7.1. Numpy.i: a SWIG Interface File for NumPy
      • 11.7.2. Testing the numpy.i Typemaps
    • 11.8. Acknowledgements
  • 12. Glossary
Numpy API
  • Docs »
  • 11. NumPy Reference »
  • 11.7. Numpy and SWIG
  • View page source

11.7. Numpy and SWIGΒΆ

  • 11.7.1. Numpy.i: a SWIG Interface File for NumPy
    • 11.7.1.1. Introduction
    • 11.7.1.2. Using numpy.i
    • 11.7.1.3. Available Typemaps
    • 11.7.1.4. NumPy Array Scalars and SWIG
    • 11.7.1.5. Helper Functions
    • 11.7.1.6. Beyond the Provided Typemaps
    • 11.7.1.7. Summary
  • 11.7.2. Testing the numpy.i Typemaps
    • 11.7.2.1. Introduction
    • 11.7.2.2. Testing Organization
    • 11.7.2.3. Testing Header Files
    • 11.7.2.4. Testing Source Files
    • 11.7.2.5. Testing SWIG Interface Files
    • 11.7.2.6. Testing Python Scripts
Next Previous

© Copyright 2016.

Built with Sphinx using a theme provided by Read the Docs.