-
DogArray_F32.array(float... values)
DogArray_F32.range(int idx0,
int idx1)
Returns a new array with values containing range of integer numbers from idx0 to idx1-1.
DogArray_F32.resize(int size,
float value)
Resizes the array and assigns the default value to every new element.
Resizes and assigns the new elements (if any) to the value specified by the lambda
DogArray_F32.setTo(float... src)
Set's the value of this array to the passed in raw array.
DogArray_F32.setTo(float[] array,
int offset,
int length)
Sets this array to be equal to the array segment
DogArray_F32.zeros(int length)
Creates a queue with the specified length as its size filled with all zeros