BIDMat

GLMat

object GLMat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GLMat
  2. AnyRef
  3. 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. object BinOp

  5. def accum(IJ: GIMat, V: Int, omat: Mat, nrows: Int, ncols: Int): GLMat

  6. def accum(IJ: GIMat, V: GIMat, omat: Mat, nrows: Int, ncols: Int): GLMat

  7. def accumIJ(I: GIMat, J: Int, V: Long, omat: Mat, nrows: Int, ncols: Int): GLMat

  8. def accumIJ(I: Int, J: GIMat, V: Long, omat: Mat, nrows: Int, ncols: Int): GLMat

  9. def accumIJ(I: GIMat, J: GIMat, V: Long, omat: Mat, nrows: Int, ncols: Int): GLMat

  10. def accumIJ(I: GIMat, J: Int, V: GLMat, omat: Mat, nrows: Int, ncols: Int): GLMat

  11. def accumIJ(I: Int, J: GIMat, V: GLMat, omat: Mat, nrows: Int, ncols: Int): GLMat

  12. def accumIJ(I: GIMat, J: GIMat, V: GLMat, omat: Mat, nrows: Int, ncols: Int): GLMat

  13. def apply(a: Long): GLMat

  14. def apply(a: Mat): GLMat

  15. def apply(a: GMat): GLMat

  16. def apply(a: LMat): GLMat

  17. def apply(nr: Int, nc: Int): GLMat

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def collectLVec(keys: GLMat, vals: GIMat, okeys: GLMat, ovals: GIMat): (GLMat, GIMat)

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def lones(m: Int, n: Int): GLMat

  28. def lzeros(m: Int, n: Int): GLMat

  29. def maxi2(a: GLMat, omat: Mat, omati: Mat, dim0: Int): (GLMat, GIMat)

  30. def mergeLVecs(akeys: GLMat, avals: GIMat, bkeys: GLMat, bvals: GIMat, okeys: GLMat, ovals: GIMat): (GLMat, GIMat)

  31. def mini2(a: GLMat, omat: Mat, omati: Mat, dim0: Int): (GLMat, GIMat)

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

    Definition Classes
    AnyRef
  33. def newOrCheckGLMat(nr: Int, nc: Int, outmat: Mat, guid1: Long, guid2: Long, guid3: Long, opHash: Int): GLMat

  34. def newOrCheckGLMat(nr: Int, nc: Int, outmat: Mat, guid1: Long, guid2: Long, opHash: Int): GLMat

  35. def newOrCheckGLMat(nr: Int, nc: Int, outmat: Mat, matGuid: Long, opHash: Int): GLMat

  36. def newOrCheckGLMat(nr: Int, nc: Int, oldmat: Mat): GLMat

  37. final def notify(): Unit

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

    Definition Classes
    AnyRef
  39. def sortLVec(keys: GLMat): Int

  40. def sortLVec(keys: GLMat, asc: Int): Int

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped