![]() |
NumCpp
2.9.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
| ▼Nnc | |
| ▼Ncoordinates | |
| CCoordinate | Holds a full coordinate object |
| CDec | Holds a Declination object |
| CRA | Holds a right ascension object |
| ▼Nfilesystem | |
| CFile | Provides simple filesystem functions |
| ▼NimageProcessing | |
| CCentroid | Holds the information for a centroid |
| CCluster | Holds the information for a cluster of pixels |
| CClusterMaker | Clusters exceedance data into contiguous groups |
| CPixel | Holds the information for a single pixel |
| ▼Nintegrate | |
| CLegendrePolynomial | |
| ▼Nlinalg | |
| CSVD | |
| ▼Npolynomial | |
| CPoly1d | |
| ▼Nrandom | |
| CRNG | |
| ▼Nroots | |
| CBisection | |
| CBrent | |
| CDekker | |
| CIteration | ABC for iteration classes to derive from |
| CNewton | |
| CSecant | |
| ▼Nrotations | |
| CDCM | Factory methods for generating direction cosine matrices and vectors |
| CQuaternion | Holds a unit quaternion |
| Call_arithmetic | |
| Call_arithmetic< Head, Tail... > | |
| Call_arithmetic< T > | |
| Call_same | |
| Call_same< T1, Head, Tail... > | |
| Call_same< T1, T2 > | |
| CDataCube | Convenience container for holding a uniform array of NdArrays |
| CDateTime | Date Time class for working with iso formatted date times |
| CDtypeInfo | Holds info about the dtype |
| CDtypeInfo< std::complex< dtype > > | Holds info about the std::complex |
| CgreaterThan | |
| Cis_complex | |
| Cis_complex< std::complex< T > > | |
| Cis_valid_dtype | |
| CNdArray | Holds 1D and 2D arrays, the main work horse of the NumCpp library |
| CNdArrayColumnIterator | Custom column iterator for NdArray |
| CNdArrayConstColumnIterator | Custom column const_iterator for NdArray |
| CNdArrayConstIterator | Custom const_iterator for NdArray |
| CNdArrayIterator | Custom iterator for NdArray |
| CShape | A Shape Class for NdArrays |
| CSlice | A Class for slicing into NdArrays |
| CTimer | A timer class for timing code execution |
| CVec2 | Holds a 2D vector |
| CVec3 | Holds a 3D vector |