Package org. jetbrains. kotlinx. multik. ndarray. data
Types
View for storing data in a NDArray and working them in a uniform style.
Extends ImmutableMemoryView.
View for ByteArray.
View for ComplexDoubleArray.
View for ComplexFloatArray.
View for DoubleArray.
View for FloatArray.
View for IntArray.
View for LongArray.
View for ShortArray.
A generic ndarray. Methods in this interface support only read-only access to the ndarray.
Multidimensional index.
A generic ndarray. Methods in this interface support write access to the ndarray.
Iterator over multidimensional arrays. Iterated taking into account the offset, strides and shape.
Alias name for Slice.
Convenient Slice for stop stub.
Convenient Slice for start stub.
Functions
Returns multidimensional index from highest to lowest in the step of -1.
Creates a MemoryView based size and dataType.
Create a MemoryView based size and dataType, where each elements will be initialized according to the given init function.
Returns Slice where stop from RInt.
Returns Slice with stub of the stop.
Returns a multidimensional index based on given arrays.
Returns a slice at a specified step.
Returns Slice with stub of the start.
Returns a multidimensional index with a given step.