|
ndarray
NumPy-friendly multidimensional arrays in C++
|
| ▼ include | |
| ▼ ndarray | |
| ▼ detail | |
| ArrayAccess.h | Definitions for ArrayAccess |
| BinaryOp.h | Lazy binary expression templates |
| Core.h | Definitions for Core |
| NestedIterator.h | Definition of NestedIterator |
| StridedIterator.h | Definition of StridedIterator |
| UnaryOp.h | Lazy unary expression templates |
| ViewBuilder.h | Implementation of arbitrary views into arrays |
| ▼ fft | |
| FFTWTraits.h | Traits classes that wrap FFTW in a template-friendly interface |
| FourierOps.h | Common Fourier-space operations |
| FourierTraits.h | Traits classes to handle real-data and complex-data FFTs in a template-friendly way |
| FourierTransform.h | Definitions for FourierTransform |
| arange.h | Expression classes to generate regularly-spaced ranges of values |
| Array.h | Definitions for Array |
| ArrayBase.h | Definitions for ArrayBase |
| ArrayBaseN.h | Definition of ArrayBaseN, a dimension-specialized CRTP base class for Array and ArrayRef |
| ArrayRef.h | Definitions for ArrayRef |
| ArrayTraits.h | Traits for Array |
| casts.h | Specialized casts for Array |
| eigen.h | Functions that return an Eigen Map non-reference-counted view into an ndarray::Array |
| eigen_fwd.h | Forward declarations for ndarray/eigen interface |
| ExpressionBase.h | Definitions for ExpressionBase |
| ExpressionTraits.h | Traits for Expression |
| fft.h | Main public header file for ndarray FFT library |
| fft_fwd.h | Forward declarations and default template parameters for ndarray/fft |
| formatting.h | Iostream output support for Expression |
| initialization.h | Construction functions for array |
| Manager.h | Definition of Manager, which manages the ownership of array data |
| operators.h | Arithmetic and logical operators for Array |
| pybind11.h | Public header file for pybind11-based Python support |
| types.h | Numeric type traits |
| Vector.h | Definition for Vector |
| vectorize.h | Code to apply arbitrary scalar functors to arrays |
| views.h | Public interface for arbitrary views into arrays |
| ndarray.h | Main public header file for ndarray |
| ndarray_fwd.h | Forward declarations and default template parameters for ndarray |