51 template<
typename dtype, std::enable_if_t<std::is_
integral_v<dtype>,
int> = 0>
68 template<
typename dtype, std::enable_if_t<std::is_
floating_po
int_v<dtype>,
int> = 0>
85 template<
typename dtype>
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
Definition Cartesian.hpp:40
dtype fmod(dtype inValue1, dtype inValue2) noexcept
Definition fmod.hpp:52
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59