44 template<
typename dtypeOut,
typename dtype>
#define STATIC_ASSERT_ARITHMETIC_OR_COMPLEX(dtype)
Definition: StaticAsserts.hpp:49
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
Shape shape() const noexcept
Definition: NdArrayCore.hpp:4092
NdArray< dtype > & ones() noexcept
Definition: NdArrayCore.hpp:3274
Definition: Coordinate.hpp:45
NdArray< dtypeOut > ones_like(const NdArray< dtype > &inArray)
Definition: ones_like.hpp:45