BIDMat

Mat

class Mat extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
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

Instance Constructors

  1. new Mat(nr: Int, nc: Int)

Value Members

  1. def !=(b: Float): Mat

  2. def !=(b: Mat): Mat

  3. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def ##(): Int

    Definition Classes
    AnyRef → Any
  5. def *(b: Float): Mat

  6. def *(b: Mat): Mat

  7. def **(b: Mat): Mat

  8. def *@(b: Float): Mat

  9. def *@(b: Mat): Mat

  10. def *^(b: Mat): Mat

  11. def +(b: Float): Mat

  12. def +(b: Mat): Mat

  13. def -(b: Float): Mat

  14. def -(b: Mat): Mat

  15. def /(b: Float): Mat

  16. def /(b: Mat): Mat

  17. def /<(b: Mat): Mat

  18. def <(b: Float): Mat

  19. def <(b: Mat): Mat

  20. def <--(b: Mat): Mat

  21. def <=(b: Float): Mat

  22. def <=(b: Mat): Mat

  23. def ==(b: Float): Mat

  24. def ==(b: Mat): Mat

  25. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  26. def ===(b: Float): Mat

  27. def ===(b: Mat): Mat

  28. def >(b: Float): Mat

  29. def >(b: Mat): Mat

  30. def >=(b: Float): Mat

  31. def >=(b: Mat): Mat

  32. def @@(b: Mat): DSPair

  33. def GUID: Long

  34. def Tx(b: DSPair): Mat

  35. def Tx(b: Mat): Mat

  36. def \(b: Mat): Mat

  37. def \\(b: Mat): Mat

  38. def ^(b: Float): Mat

  39. def ^(b: Mat): Mat

  40. def ^*(b: DSPair): Mat

  41. def ^*(b: Mat): Mat

  42. def apply(a: Int, b: Mat): Mat

  43. def apply(a: Mat, b: Int): Mat

  44. def apply(a: Mat, b: Mat): Mat

  45. def apply(a: Mat): Mat

  46. def apply(a: GIMat, b: IMat): Mat

  47. def apply(a: IMat, b: GIMat): Mat

  48. def apply(a: Int, b: GIMat): Mat

  49. def apply(a: GIMat, b: Int): Mat

  50. def apply(a: GIMat, b: GIMat): Mat

  51. def apply(a: GIMat): Mat

  52. def apply(a: Int, b: IMat): Mat

  53. def apply(a: IMat, b: Int): Mat

  54. def apply(a: IMat, b: IMat): Mat

  55. def apply(a: IMat): Mat

  56. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  57. def clear: Mat

  58. def clearLower: Mat

  59. def clearLower(i: Int): Mat

  60. def clearUpper: Mat

  61. def clearUpper(i: Int): Mat

  62. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def colslice(a: Int, b: Int): Mat

  64. def colslice(a: Int, b: Int, out: Mat, c: Int): Mat

  65. def colslice(a: Int, b: Int, out: Mat): Mat

  66. def contents: Mat

  67. def copy: Mat

  68. def copyTo(a: Mat): Mat

  69. def ddot(b: Mat): Double

  70. def dot(b: Mat): Mat

  71. def dotr(b: Mat): Mat

  72. def dv: Double

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  76. def free: Mat

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

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

    Definition Classes
    AnyRef → Any
  79. def iones(nr: Int, nc: Int): Mat

  80. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  81. def izeros(nr: Int, nc: Int): Mat

  82. def length: Int

  83. def mytype: String

  84. val ncols: Int

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

    Definition Classes
    AnyRef
  86. def newcopy: Mat

  87. def nnz: Int

  88. def notImplemented0(s: String): Mat

  89. def notImplemented1(s: String, that: Mat): Mat

  90. def notImplemented2(s: String, that: Float): Mat

  91. def notImplementedd(s: String): Double

  92. def notImplementedf(s: String): Float

  93. def notImplementedi(s: String): Int

  94. def notImplementedl(s: String): Long

  95. final def notify(): Unit

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

    Definition Classes
    AnyRef
  97. val nrows: Int

  98. def on(b: Mat): Mat

  99. def ones(nr: Int, nc: Int): Mat

  100. def recycle(nr: Int, nc: Int, nnz: Int): Mat

  101. def rowslice(a: Int, b: Int): Mat

  102. def rowslice(a: Int, b: Int, out: Mat, c: Int): Mat

  103. def rowslice(a: Int, b: Int, out: Mat): Mat

  104. def set(v: Double): Mat

  105. def set(v: Float): Mat

  106. def setGUID(v: Long): Unit

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

    Definition Classes
    AnyRef
  108. def t: Mat

  109. def toString(): String

    Definition Classes
    AnyRef → Any
  110. def unary_-(): Mat

  111. def update(a: Int, b: Int, v: Long): Mat

  112. def update(a: Int, b: Int, v: Int): Mat

  113. def update(a: Int, b: Int, v: Double): Mat

  114. def update(a: Int, b: Int, v: Float): Mat

  115. def update(a: Int, v: Long): Mat

  116. def update(a: Int, v: Int): Mat

  117. def update(a: Int, v: Double): Mat

  118. def update(a: Int, v: Float): Mat

  119. def update(a: Int, b: Mat, v: Long): Mat

  120. def update(a: Mat, b: Int, v: Long): Mat

  121. def update(a: Mat, b: Mat, v: Long): Mat

  122. def update(a: Mat, v: Long): Mat

  123. def update(a: Int, b: Mat, v: Double): Mat

  124. def update(a: Mat, b: Int, v: Double): Mat

  125. def update(a: Mat, b: Mat, v: Double): Mat

  126. def update(a: Mat, v: Double): Mat

  127. def update(a: Int, b: Mat, v: Float): Mat

  128. def update(a: Mat, b: Int, v: Float): Mat

  129. def update(a: Mat, b: Mat, v: Float): Mat

  130. def update(a: Mat, v: Float): Mat

  131. def update(a: Int, b: Mat, v: Int): Mat

  132. def update(a: Mat, b: Int, v: Int): Mat

  133. def update(a: Mat, b: Mat, v: Int): Mat

  134. def update(a: Mat, v: Int): Mat

  135. def update(a: Int, b: Mat, v: Mat): Mat

  136. def update(a: Mat, b: Int, v: Mat): Mat

  137. def update(a: Mat, b: Mat, v: Mat): Mat

  138. def update(a: Mat, v: Mat): Mat

  139. def update(a: IMat, b: GIMat, c: Double): Mat

  140. def update(a: GIMat, b: IMat, c: Double): Mat

  141. def update(a: Int, b: GIMat, c: Double): Mat

  142. def update(a: GIMat, b: Int, c: Double): Mat

  143. def update(a: GIMat, b: GIMat, c: Double): Mat

  144. def update(a: GIMat, b: Double): Mat

  145. def update(a: IMat, b: GIMat, c: Float): Mat

  146. def update(a: GIMat, b: IMat, c: Float): Mat

  147. def update(a: Int, b: GIMat, c: Float): Mat

  148. def update(a: GIMat, b: Int, c: Float): Mat

  149. def update(a: GIMat, b: GIMat, c: Float): Mat

  150. def update(a: GIMat, b: Float): Mat

  151. def update(a: IMat, b: GIMat, c: Int): Mat

  152. def update(a: GIMat, b: IMat, c: Int): Mat

  153. def update(a: Int, b: GIMat, c: Int): Mat

  154. def update(a: GIMat, b: Int, c: Int): Mat

  155. def update(a: GIMat, b: GIMat, c: Int): Mat

  156. def update(a: GIMat, b: Int): Mat

  157. def update(a: IMat, b: GIMat, m: Mat): Mat

  158. def update(a: GIMat, b: IMat, m: Mat): Mat

  159. def update(a: Int, b: GIMat, m: Mat): Mat

  160. def update(a: GIMat, b: Int, m: Mat): Mat

  161. def update(a: GIMat, b: GIMat, m: Mat): Mat

  162. def update(a: GIMat, b: Mat): Mat

  163. def update(a: Int, b: IMat, c: Long): Mat

  164. def update(a: IMat, b: Int, c: Long): Mat

  165. def update(a: IMat, b: IMat, c: Long): Mat

  166. def update(a: IMat, b: Long): Mat

  167. def update(a: Int, b: IMat, c: Double): Mat

  168. def update(a: IMat, b: Int, c: Double): Mat

  169. def update(a: IMat, b: IMat, c: Double): Mat

  170. def update(a: IMat, b: Double): Mat

  171. def update(a: Int, b: IMat, c: Float): Mat

  172. def update(a: IMat, b: Int, c: Float): Mat

  173. def update(a: IMat, b: IMat, c: Float): Mat

  174. def update(a: IMat, b: Float): Mat

  175. def update(a: Int, b: IMat, c: Int): Mat

  176. def update(a: IMat, b: Int, c: Int): Mat

  177. def update(a: IMat, b: IMat, c: Int): Mat

  178. def update(a: IMat, b: Int): Mat

  179. def update(a: Int, b: IMat, m: Mat): Mat

  180. def update(a: IMat, b: Int, m: Mat): Mat

  181. def update(a: IMat, b: IMat, m: Mat): Mat

  182. def update(a: IMat, b: Mat): Mat

  183. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  186. def xT(b: Mat): Mat

  187. def zeros(nr: Int, nc: Int, nnz: Int): Mat

  188. def zeros(nr: Int, nc: Int): Mat

  189. def ~(b: Mat): Pair

  190. def (b: Float): Mat

  191. def (b: Mat): Mat

  192. def (b: Mat): Mat

  193. def ∙→(b: Mat): Mat

  194. def ∙∙(b: Mat): Double

  195. def (b: Mat): Mat

  196. def (b: Mat): Mat

  197. def (b: Mat): Mat

Inherited from AnyRef

Inherited from Any

Ungrouped