fromSparseValueMatrix

Create a sparse matrix from the given matrix with special SparseValue instances that indicate either a value or sparseness.

Return

A new sparse matrix initialized from the source.

Parameters

source

The matrix providing the initial values and sparseness of the matrix.