api / koma.extensions / toMatrix
toMatrix
@JvmName("toMatrixDouble") fun
NDArray
<
Double
>.toMatrix():
Matrix
<
Double
>
@JvmName("toMatrixFloat") fun
NDArray
<
Float
>.toMatrix():
Matrix
<
Float
>
@JvmName("toMatrixInt") fun
NDArray
<
Int
>.toMatrix():
Matrix
<
Int
>