To create an KtNDArray from an array or from a list, you can use the array method.
To vice versa from KtNDArray to list there are methods toList, toList2d, toList3d.
To create an KtNDArray from an array or from a list, you can use the array method.
To vice versa from KtNDArray to list there are methods toList, toList2d, toList3d.
Hi,
How to convert normal Kotlin List or Array to KtNDArray and vice-versa ?
Thanks.