class TripletC extends AnyRef
The TripletC
class holds a run length encoded triplet, e.g., (_1, 2, 3)
Triplets are used for storing compressed vectors and matrices.
- Alphabetic
- By Inheritance
- TripletC
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- var count: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(y: Any): Boolean
Override 'equals' to determine whether 'this' triplet equals triplet 'y'.
Override 'equals' to determine whether 'this' triplet equals triplet 'y'.
- y
the triplet to compare with this
- Definition Classes
- TripletC → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
Must also override 'hashCode' for 'this' vector to be compatible with equals.
Must also override 'hashCode' for 'this' vector to be compatible with equals.
- Definition Classes
- TripletC → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- var startPos: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
Converts 'this' triplet to a string.
Converts 'this' triplet to a string.
- Definition Classes
- TripletC → AnyRef → Any
-
def
update(x: (Complex, Int, Int)): Unit
Update 'this' triplet.
Update 'this' triplet.
- x
the tuple value to which 'this' triplet should be updated
- var value: Complex
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )