public class F64ArrayKt
| Modifier and Type | Method and Description |
|---|---|
static F64FlatArray |
asF64Array(kotlin.Array[] $receiver)
Wraps a given array.
|
static F64FlatArray |
asF64Array(kotlin.Array[] $receiver,
int offset,
int size)
Wraps a given region of the array.
|
static F64Array |
toF64Array(java.lang.Object[] $receiver)
Copies the elements of this nested array into
class F64Array of the same shape. |
@NotNull public static F64FlatArray asF64Array(@NotNull kotlin.Array[] $receiver)
Wraps a given array.
Viewer method.
@NotNull public static F64FlatArray asF64Array(@NotNull kotlin.Array[] $receiver, int offset, int size)
Wraps a given region of the array.
Viewer method.
@NotNull public static F64Array toF64Array(@NotNull java.lang.Object[] $receiver)
Copies the elements of this nested array into class F64Array of the same shape.
Copying method.
class F64Array