51 template<
typename dtype>
72 template<
typename dtype>
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:37
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
iterator end() noexcept
Definition: NdArrayCore.hpp:1558
iterator begin() noexcept
Definition: NdArrayCore.hpp:1214
NdArray< dtype > permutation(dtype inValue)
Definition: permutation.hpp:52
static std::mt19937_64 generator_
generator function
Definition: generator.hpp:39
void shuffle(NdArray< dtype > &inArray)
Definition: shuffle.hpp:48
Definition: Coordinate.hpp:45
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition: arange.hpp:60