public class MatrixEntry
extends Object
implements scala.Product, scala.Serializable
| Constructor and Description | 
|---|
| MatrixEntry(long i,
           long j,
           double value) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract static R | apply(T1 v1,
     T2 v2,
     T3 v3) | 
| long | i() | 
| long | j() | 
| static String | toString() | 
| double | value() | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait