Uses of Class
org.ddogleg.struct.DogArray_F32
Packages that use DogArray_F32
-
Uses of DogArray_F32 in org.ddogleg.struct
Methods in org.ddogleg.struct that return DogArray_F32Modifier and TypeMethodDescriptionstatic DogArray_F32DogArray_F32.array(float... values) DogArray_F32.copy()static DogArray_F32DogArray_F32.range(int idx0, int idx1) Returns a new array with values containing range of integer numbers from idx0 to idx1-1.DogArray_F32.reserve(int amount) DogArray_F32.reset()DogArray_F32.resize(int size) DogArray_F32.resize(int size, float value) Resizes the array and assigns the default value to every new element.DogArray_F32.resize(int size, DogLambdas.AssignIdx_F32 op) Resizes and assigns the new elements (if any) to the value specified by the lambdaDogArray_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 segmentDogArray_F32.setTo(DogArray_F32 original) static DogArray_F32DogArray_F32.zeros(int length) Creates a queue with the specified length as its size filled with all zerosMethods in org.ddogleg.struct with parameters of type DogArray_F32Modifier and TypeMethodDescriptionvoidDogArray_F32.addAll(DogArray_F32 queue) booleanDogArray_F32.isEquals(DogArray_F32 values) booleanDogArray_F32.isEquals(DogArray_F32 values, float tol) Checks for equality within the specified toleranceDogArray_F32.setTo(DogArray_F32 original)