BIDMat

GSDMat

object GSDMat extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GSDMat
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def DDS(A: GDMat, B: GDMat, C: GSDMat, oldmat: Mat): GSDMat

  5. def DDS0(A: GDMat, B: GDMat, C: GSDMat, oldmat: Mat): GSDMat

  6. def apply(a: SMat): GSDMat

  7. def apply(a: SDMat): GSDMat

  8. def apply(nr: Int, nc: Int, nnzx: Int): GSDMat

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromSDMat(a: SDMat, b: GSDMat): GSDMat

  15. def fromSMat(a: SMat, b: GSDMat): GSDMat

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def initZerosAndOnes: Unit

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. var myones: Array[GDMat]

  21. var myzeros: Array[GDMat]

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def newOrCheckGSDMat(nrows: Int, ncols: Int, nnz: Int, outmat: Mat, guid1: Long, guid2: Long, guid3: Long, opHash: Int): GSDMat

  24. def newOrCheckGSDMat(nrows: Int, ncols: Int, nnz: Int, outmat: Mat, guid1: Long, guid2: Long, opHash: Int): GSDMat

  25. def newOrCheckGSDMat(nrows: Int, ncols: Int, nnz: Int, outmat: Mat, guid1: Long, opHash: Int): GSDMat

  26. def newOrCheckGSDMat(nrows: Int, ncols: Int, nnz: Int, oldmat: Mat): GSDMat

  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. var zeroOnesInitialized: Boolean

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped