Template Function librapid::zerosLike#

Function Documentation#

template<typename T>
auto librapid::zerosLike(const T &other)#

Create an Array filled with zeros, with the same type and shape as the input array.

Template Parameters

T – Input array type

Parameters

other – Input array

Returns

New array