Overview

Numarray provides array manipulation and computational capabilities similar to those found in IDL, Matlab, or Octave. Using numarray, it is possible to write many efficient numerical data processing applications directly in Python without using any C, C++ or Fortran code (as well as doing such analysis interactively within Python or PyRAF). For algorithms that are not well suited for efficient computation using array facilities it is possible to write C functions (and eventually Fortran) that can read and write numarray arrays that can be called from Python..

High-level Guide and/or Small Example

NA

Special Notes

Examples in the ALMA CVS Repository

NA

Related Documents

Num Array Documentation


Keywords: Python, 3rd Party, Computational Library