BIDMat

Mat

object Mat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Mat
  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. final val MSEED: Int

  5. val _opcode: Int

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def binsearch[T](v: T, x: Array[T], istartp: Int, iendp: Int)(implicit arg0: Ordering[T]): Int

  8. def cache2(key: (Long, Int)): Mat

  9. def cache2put(key: (Long, Int), m: Mat): Unit

  10. def cache3(key: (Long, Long, Int)): Mat

  11. def cache3put(key: (Long, Long, Int), m: Mat): Unit

  12. def cache4(key: (Long, Long, Long, Int)): Mat

  13. def cache4put(key: (Long, Long, Long, Int), m: Mat): Unit

  14. def checkCUDA: Unit

  15. def checkMKL: Unit

  16. var chunkSize: Int

  17. def clearCaches: Unit

  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. var compressType: Int

  20. var compressionLevel: Int

  21. def copyListToFloatArray[T](a: List[T], b: Array[Float])(implicit numeric: Numeric[T]): Unit

  22. def copyToDoubleArray[T](data: Array[T], i0: Int, ddata: Array[Double], d0: Int, n: Int)(implicit numeric: Numeric[T]): Unit

  23. def copyToFloatArray[T](data: Array[T], i0: Int, fdata: Array[Float], d0: Int, n: Int)(implicit numeric: Numeric[T]): Unit

  24. def copyToIntArray[T](data: Array[T], i0: Int, idata: Array[Int], d0: Int, n: Int)(implicit numeric: Numeric[T]): Unit

  25. def copyToLongArray[T](data: Array[T], i0: Int, fdata: Array[Long], d0: Int, n: Int)(implicit numeric: Numeric[T]): Unit

  26. var debugMem: Boolean

  27. var debugMemThreshold: Int

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

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

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

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

    Definition Classes
    AnyRef → Any
  32. def getJARdir: String

  33. var hasCUDA: Int

  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. def ibinsearch(v: Int, x: Array[Int], istartp: Int, iendp: Int): Int

  36. def ilexsort(args: Array[Int]*): Array[Int]

  37. def ilexsort(a: List[Array[Int]]): Array[Int]

  38. def ilexsort2(a: Array[Int], b: Array[Int]): Array[Int]

  39. def ilexsort3[T](a: Array[Int], b: Array[Int], c: Array[T]): Unit

  40. var ioneBased: Int

  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. def lexsort[T](args: Array[T]*)(implicit arg0: Ordering[T]): Array[Int]

  43. def lexsort[T](a: List[Array[T]])(implicit arg0: Ordering[T]): Array[Int]

  44. final val myrand: Random

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

    Definition Classes
    AnyRef
  46. var nflops: Long

  47. final def notify(): Unit

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

    Definition Classes
    AnyRef
  49. var numOMPthreads: Int

  50. var numThreads: Int

  51. var oneBased: Int

  52. val opcodes: HashMap[String, Int]

  53. var recycleGrow: Double

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

    Definition Classes
    AnyRef
  55. var szipBlock: Int

  56. var terminal: Terminal

  57. def terminalWidth: Int

  58. def toString(): String

    Definition Classes
    AnyRef → Any
  59. def trimCache2(ithread: Int): Unit

  60. def trimCache3(ithread: Int): Unit

  61. def trimCache4(ithread: Int): Unit

  62. def trimCaches(ithread: Int): Unit

  63. var useCache: Boolean

  64. var useGPUsort: Boolean

  65. var useMKL: Boolean

  66. var useStdio: Boolean

  67. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped