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