API Reference ============= This is the API reference for numpyCore Python, a high-performance C++ implementation of the NumPy API. .. toctree:: :maxdepth: 1 :caption: Core ndarray dtype .. toctree:: :maxdepth: 1 :caption: Submodules linalg fft random ma polynomial .. toctree:: :maxdepth: 1 :caption: Functions creation_functions manipulation_functions math_functions statistics_functions Quick Links ----------- **Core Classes** .. list-table:: :widths: 25 75 * - :doc:`ndarray` - N-dimensional array class * - :doc:`dtype` - Data type descriptors **Submodules** .. list-table:: :widths: 25 75 * - :doc:`linalg` - Linear algebra functions * - :doc:`fft` - Fast Fourier Transform * - :doc:`random` - Random number generation * - :doc:`ma` - Masked arrays * - :doc:`polynomial` - Polynomial functions **Function Categories** .. list-table:: :widths: 25 75 * - :doc:`creation_functions` - Array creation (zeros, ones, arange, etc.) * - :doc:`manipulation_functions` - Shape manipulation (reshape, transpose, etc.) * - :doc:`math_functions` - Mathematical functions (sin, cos, exp, etc.) * - :doc:`statistics_functions` - Statistical functions (mean, std, etc.)