SparseMatrix

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromCells(nbRows: Int, nbCols: Int, matCells: Array[MatCell], diagDefault: Option[Double], offDiagDefault: Option[Double]): SparseMatrix