BIDMat

GIMat

object GIMat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GIMat
  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): GIMat

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

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

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

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

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

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

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

  13. def apply(a: Int): GIMat

  14. def apply(a: Mat): GIMat

  15. def apply(a: GMat): GIMat

  16. def apply(a: IMat): GIMat

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

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def cumsumg(a: GIMat, jc: GIMat, omat: Mat): 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. def i2sortlexColsGPU(col1: IMat, col2: IMat, asc: Boolean): GIMat

  27. def i2sortlexColsIndsGPU(col1: IMat, col2: IMat, fvals: FMat, asc: Boolean): GIMat

  28. def i2sortlexColsIndsGPU(col1: IMat, col2: IMat, inds: IMat, asc: Boolean): GIMat

  29. def i2sortlexGPU(mat: IMat, asc: Boolean): GIMat

  30. def i2sortlexIndsGPU(grams: IMat, inds: IMat, asc: Boolean): GIMat

  31. def i3sortlexIndsGPU(grams: IMat, inds: IMat, asc: Boolean): GIMat

  32. def i4sortlexColsGPU(col1: IMat, col2: IMat, col3: IMat, inds: IMat, asc: Boolean): GIMat

  33. def iones(m: Int, n: Int): GIMat

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def isortlexIndsGPU(grams: IMat, inds: IMat, asc: Boolean): GIMat

  36. def izeros(m: Int, n: Int): GIMat

  37. def maxg(a: GIMat, jc: GIMat, omat: Mat, omati: Mat): (GIMat, GIMat)

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

  39. def ming(a: GIMat, jc: GIMat, omat: Mat, omati: Mat): (GIMat, GIMat)

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

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

    Definition Classes
    AnyRef
  42. def newOrCheckGIMat(nr: Int, nc: Int, outmat: Mat, guid1: Long, guid2: Long, guid3: Long, opHash: Int): GIMat

  43. def newOrCheckGIMat(nr: Int, nc: Int, outmat: Mat, guid1: Long, guid2: Long, opHash: Int): GIMat

  44. def newOrCheckGIMat(nr: Int, nc: Int, outmat: Mat, matGuid: Long, opHash: Int): GIMat

  45. def newOrCheckGIMat(nr: Int, nc: Int, oldmat: Mat): GIMat

  46. final def notify(): Unit

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

    Definition Classes
    AnyRef
  48. def p2sortlexGPU(p1: Pointer, p2: Pointer, nrows: Int, asc: Boolean): GIMat

  49. def p3sortlexGPU(p1: Pointer, p2: Pointer, p3: Pointer, nrows: Int, asc: Boolean): GIMat

  50. def p4sortlexGPU(p1: Pointer, p2: Pointer, p3: Pointer, p4: Pointer, nrows: Int, asc: Boolean): GIMat

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

    Definition Classes
    AnyRef
  52. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. val wildcard: GIMatWildcard

Inherited from AnyRef

Inherited from Any

Ungrouped