Companion

Functions

Link copied to clipboard

Creates a sparse matrix from a dense matrix.

Link copied to clipboard

Creates a sparse identity matrix of the specified size.

Link copied to clipboard
fun zeros(rows: Int, cols: Int): SparseMatrix

Creates a sparse zero matrix with the specified dimensions.