NumCpp  2.4.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cnc::all_arithmetic< Ts >
 Cnc::all_arithmetic< Head, Tail... >
 Cnc::all_arithmetic< T >
 Cnc::all_same< T1, Ts >
 Cnc::all_same< T1, Head, Tail... >
 Cnc::all_same< T1, T2 >
 Cnc::boostPythonInterface::BoostNdarrayHelper< dtype >Helper class for ndarray
 Cnc::coordinates::CoordinateHolds a full coordinate object
 Cnc::coordinates::DecHolds a Declination object
 Cnc::coordinates::RAHolds a right ascension object
 Cnc::DataCube< dtype >Convenience container for holding a uniform array of NdArrays
 Cnc::DtypeInfo< dtype >Holds info about the dtype
 Cnc::DtypeInfo< std::complex< dtype > >Holds info about the std::complex
 Cnc::filesystem::FileProvides simple filesystem functions
 Cnc::imageProcessing::Centroid< dtype >Holds the information for a centroid
 Cnc::imageProcessing::Cluster< dtype >Holds the information for a cluster of pixels
 Cnc::imageProcessing::ClusterMaker< dtype >Clusters exceedance data into contiguous groups
 Cnc::imageProcessing::Pixel< dtype >Holds the information for a single pixel
 Cnc::integrate::LegendrePolynomial
 Cnc::is_complex< T >
 Cnc::is_complex< std::complex< T > >
 Cnc::is_valid_dtype< dtype >
 Cnc::linalg::SVD
 Cnc::NdArray< dtype, Allocator >Holds 1D and 2D arrays, the main work horse of the NumCpp library
 Cnc::NdArrayConstColumnIterator< dtype, SizeType, PointerType, DifferenceType >Custom column const_iterator for NdArray
 Cnc::NdArrayColumnIterator< dtype, SizeType, PointerType, DifferenceType >Custom column iterator for NdArray
 Cnc::NdArrayConstIterator< dtype, PointerType, DifferenceType >Custom const_iterator for NdArray
 Cnc::NdArrayIterator< dtype, PointerType, DifferenceType >Custom iterator for NdArray
 Cnc::polynomial::Poly1d< dtype >
 Cnc::roots::IterationABC for iteration classes to derive from
 Cnc::roots::Bisection
 Cnc::roots::Brent
 Cnc::roots::Dekker
 Cnc::roots::Newton
 Cnc::roots::Secant
 Cnc::rotations::DCMFactory methods for generating direction cosine matrices and vectors
 Cnc::rotations::QuaternionHolds a unit quaternion
 Cnc::ShapeA Shape Class for NdArrays
 Cnc::SliceA Class for slicing into NdArrays
 Cnc::Timer< TimeUnit >A timer class for timing code execution
 Cnc::Vec2Holds a 2D vector
 Cnc::Vec3Holds a 3D vector
 Cnc::NdArray< bool >
 Cnc::NdArray< double >
 Cnc::NdArray< dtype >