matrix

abstract fun <T : DType, V> matrix(rows: Long, columns: Long, dtype: KClass<T>, content: TensorCreationScope<T, V>.() -> Tensor<T, V>): Tensor<T, V>(source)