api / koma / zeros

zeros

fun zeros(rows:Int, cols:Int):Matrix<Double>

Creates a zero-filled matrix with the given size

fun <T> zeros(rows:Int, cols:Int, dtype:MatrixType<T>):Matrix<T>