44 template<
typename dtypeOut,
typename dtype>
#define STATIC_ASSERT_ARITHMETIC_OR_COMPLEX(dtype)
Definition: StaticAsserts.hpp:56
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:138
self_type & zeros() noexcept
Definition: NdArrayCore.hpp:4793
Shape shape() const noexcept
Definition: NdArrayCore.hpp:4402
Definition: Coordinate.hpp:45
NdArray< dtypeOut > zeros_like(const NdArray< dtype > &inArray)
Definition: zeros_like.hpp:45