 |
NumCpp
2.4.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Go to the documentation of this file.
51 template<
typename dtype>
72 template<
typename dtype>
NdArray< dtype > permutation(dtype inValue)
Definition: permutation.hpp:52
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:37
void shuffle(NdArray< dtype > &inArray)
Definition: shuffle.hpp:48
iterator end() noexcept
Definition: NdArrayCore.hpp:1431
Definition: Coordinate.hpp:44
static std::mt19937_64 generator_
generator function
Definition: generator.hpp:39
iterator begin() noexcept
Definition: NdArrayCore.hpp:1087
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition: arange.hpp:60