BIDMat

GDMat

object GDMat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GDMat
  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. def GPUmult(a: FMat, b: FMat, omat: Mat, btrans: Boolean): FMat

  5. def LXdist(a: FMat, b: FMat, omat: FMat, p: Float): FMat

  6. def LXdist(a: GDMat, b: GDMat, omat: GDMat, p: Float): GDMat

  7. def _sort2(a: DMat, asc: Boolean): (DMat, IMat)

  8. def _sortxGPU(keys: GDMat, vals: GIMat, asc: Boolean): Unit

  9. def accum(IJ: GIMat, V: Double, omat: Mat, nrows: Int, ncols: Int): GDMat

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

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

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

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

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

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

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

  17. def apply(a: Double): GDMat

  18. def apply(a: Float): GDMat

  19. def apply(a: Mat): GDMat

  20. def apply(a: GMat): GDMat

  21. def apply(a: GIMat): GDMat

  22. def apply(a: DMat): GDMat

  23. def apply(nr: Int, nc: Int): GDMat

  24. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  25. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def cumsumg(a: GDMat, jc: GIMat, omat: Mat): GDMat

  27. def embedmat(a: GIMat, b: GDMat): GIMat

  28. def embedmat(a: GIMat, b: GDMat, oMat: Mat): GIMat

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

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

    Definition Classes
    AnyRef → Any
  31. def extractmat(c: GIMat): (GIMat, GDMat)

  32. def extractmat(a: Mat, b: Mat, c: GIMat): (GIMat, GDMat)

  33. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def fromDMat(a: DMat, b: GDMat): GDMat

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

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

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

    Definition Classes
    Any
  38. def maxg(a: GDMat, jc: GIMat, omat: Mat, omati: Mat): (GDMat, GIMat)

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

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

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

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

    Definition Classes
    AnyRef
  43. def newOrCheckGDMat(nr: Int, nc: Int, outmat: Mat, guid1: Long, guid2: Long, guid3: Long, opHash: Int): GDMat

  44. def newOrCheckGDMat(nr: Int, nc: Int, outmat: Mat, guid1: Long, guid2: Long, opHash: Int): GDMat

  45. def newOrCheckGDMat(nr: Int, nc: Int, outmat: Mat, matGuid: Long, opHash: Int): GDMat

  46. def newOrCheckGDMat(nr: Int, nc: Int, outmat: Mat): GDMat

  47. final def notify(): Unit

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

    Definition Classes
    AnyRef
  49. val nullPointer: Pointer

  50. def ones(nr: Int, nc: Int): GDMat

  51. def sortdown2(a: DMat): (DMat, IMat)

  52. def sortdownxGPU(keys: GDMat, vals: GIMat): Unit

  53. def sortxGPU(keys: GDMat, vals: GIMat): Unit

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

    Definition Classes
    AnyRef
  55. def toDMat(a: GDMat): DMat

  56. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def zeros(nr: Int, nc: Int): GDMat

Inherited from AnyRef

Inherited from Any

Ungrouped