api / koma.ndarray / NDArray / createGeneric

createGeneric

fun <T> createGeneric(vararg dims:Int, filler: (IntArray) ->T):DefaultGenericNDArray<T>