api / koma.internal.default.generated.ndarray / DefaultFloatNDArray / shape

shape

open fun shape():List<Int>

Overrides NDArray.shape

protected vararg val shape:IntArray

A vararg specifying the size of each dimension, e.g. a 3D array with size 4x6x8 would pass in 4,6,8)