api / koma.extensions / toTypedArray

toTypedArray

inline fun <reified T>NDArray<T>.toTypedArray():Array<T>

Converts this NDArray into a one-dimensional Array in row-major order.