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:139
self_type & zeros() noexcept
Definition: NdArrayCore.hpp:4900
const Shape & shape() const noexcept
Definition: NdArrayCore.hpp:4511
Definition: Cartesian.hpp:40
NdArray< dtypeOut > zeros_like(const NdArray< dtype > &inArray)
Definition: zeros_like.hpp:45