52 template<
typename dtype>
63 for (
uint32 row = 0; row < numRows; ++row)
65 for (
uint32 col = 0; col < numCols; ++col)
72 for (
uint32 col = 0; col < numCols; ++col)
74 for (
uint32 row = 0; row < numRows; ++row)
96 template<
typename dtype>
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition StaticAsserts.hpp:39
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
A Class for slicing into NdArrays.
Definition Slice.hpp:45
Definition Cartesian.hpp:40
std::pair< NdArray< dtype >, NdArray< dtype > > meshgrid(const NdArray< dtype > &inICoords, const NdArray< dtype > &inJCoords)
Definition meshgrid.hpp:53
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
std::uint32_t uint32
Definition Types.hpp:40