case classDMatrix[Elem, Value](data: DList[((Elem, Elem), Value)])(implicit evidence$24: WireFormat[Elem], evidence$25: Ordering[Elem], evidence$26: WireFormat[Value]) extends Product with Serializable
A distributed Matrix, stored in coordinate format.
Operations are optimised assuming the matrix is both large and sparse, but shouldn't be too terrible for large dense matrixes.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
A distributed Matrix, stored in coordinate format. Operations are optimised assuming the matrix is both large and sparse, but shouldn't be too terrible for large dense matrixes.