BIDMat

GSMat

object GSMat extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GSMat
  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: GMat, B: GMat, C: GSMat, oldmat: Mat): GSMat

  5. def DDS0(A: GMat, B: GMat, C: GSMat, oldmat: Mat): GSMat

  6. def apply(a: SMat): GSMat

  7. def apply(nr: Int, nc: Int, nnzx: Int): GSMat

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. var cusparseContexts: Array[cusparseHandle]

  11. var cusparseContextsInitialized: Boolean

  12. var cusparseDescrsInitialized: Boolean

  13. var cusparseMatDescrs: Array[cusparseMatDescr]

  14. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fromSMat(a: SMat, b: GSMat): GSMat

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

    Definition Classes
    AnyRef → Any
  19. def getDescr: cusparseMatDescr

  20. def getHandle: cusparseHandle

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def initDescrs: Unit

  23. def initHandles: Unit

  24. def initZerosAndOnes: Unit

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. var myones: Array[GMat]

  27. var myzeros: Array[GMat]

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

    Definition Classes
    AnyRef
  29. def newOrCheckGSMat(nrows: Int, ncols: Int, nnz: Int, outmat: Mat, guid1: Long, guid2: Long, guid3: Long, opHash: Int): GSMat

  30. def newOrCheckGSMat(nrows: Int, ncols: Int, nnz: Int, outmat: Mat, guid1: Long, guid2: Long, opHash: Int): GSMat

  31. def newOrCheckGSMat(nrows: Int, ncols: Int, nnz: Int, outmat: Mat, guid1: Long, opHash: Int): GSMat

  32. def newOrCheckGSMat(nrows: Int, ncols: Int, nnz: Int, oldmat: Mat): GSMat

  33. final def notify(): Unit

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped