SciEx.Complex64.Array1 (sci_ex v0.2.0)
1D Array of 64-bit floating point numbers
Summary
Types
Functions
@spec ones(pos_integer()) :: t()
Creates an array of ones (1.0) with the given dimensions.
@spec zeros(pos_integer()) :: t()
Creates an array of zeros (0.0) with the given dimensions.