-
public final class F64ArrayKt
-
-
Method Summary
Modifier and Type Method Description final F64FlatArrayasF64Array(DoubleArray $self)Wraps a given array. final F64FlatArrayasF64Array(DoubleArray $self, Integer offset, Integer size)Wraps a given region of the array. final F64ArraytoF64Array(Array<?> $self)Copies the elements of this nested array into F64Array of the same shape. -
-
Method Detail
-
asF64Array
final F64FlatArray asF64Array(DoubleArray $self)
Wraps a given array.
Viewer method.
-
asF64Array
final F64FlatArray asF64Array(DoubleArray $self, Integer offset, Integer size)
Wraps a given region of the array.
Viewer method.
-
toF64Array
final F64Array toF64Array(Array<?> $self)
Copies the elements of this nested array into F64Array of the same shape.
Copying method.
-
-
-
-