47 template<
typename dtype>
56 for (
decltype(
arr.size()) i = 0; i <
arr.size(); ++i)
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition Error.hpp:37
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
Definition Cartesian.hpp:40
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
NdArray< dtype > extract(const NdArray< bool > &condition, const NdArray< dtype > &arr)
Definition extract.hpp:48