cc.factorie.la

SparseBinaryTensorLike3

trait SparseBinaryTensorLike3 extends Tensor3 with ArraySparseBinaryTensor

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SparseBinaryTensorLike3
  2. ArraySparseBinaryTensor
  3. ProtectedIntArrayBuffer
  4. SparseBinaryTensor
  5. SparseTensor
  6. SparseDoubleSeq
  7. Tensor3
  8. Tensor
  9. Serializable
  10. Serializable
  11. MutableDoubleSeq
  12. IncrementableDoubleSeq
  13. DoubleSeq
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def dim1: Int

    Definition Classes
    Tensor3
  2. abstract def dim2: Int

    Definition Classes
    Tensor3
  3. abstract def dim3: Int

    Definition Classes
    Tensor3

Concrete Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def *(v: Double): Tensor

    Definition Classes
    Tensor
  4. def *=(ds: DoubleSeq): Unit

    Definition Classes
    MutableDoubleSeq
  5. def *=(d: Double): Unit

    Definition Classes
    MutableDoubleSeq
  6. def *=(i: Int, incr: Double): Unit

    Definition Classes
    MutableDoubleSeq
  7. def +(that: Tensor): Tensor

    Definition Classes
    Tensor
  8. def ++=(is: Iterable[Int]): Unit

    Definition Classes
    ArraySparseBinaryTensor
  9. def ++=(is: Array[Int]): Unit

    Definition Classes
    ArraySparseBinaryTensor
  10. def ++=(tensors: Iterable[Tensor]): SparseBinaryTensorLike3.this.type

    Definition Classes
    Tensor
  11. def +=(i: Int, j: Int, k: Int): Unit

  12. def +=(i: Int, v: Double): Unit

    In SparseBinary, this is equivalent to update(i,v)

    In SparseBinary, this is equivalent to update(i,v)

    Definition Classes
    ArraySparseBinaryTensorTensorMutableDoubleSeqIncrementableDoubleSeq
  13. def +=(i: Int): Unit

    Definition Classes
    ArraySparseBinaryTensor
  14. def +=(i: Int, j: Int, k: Int, v: Double): Unit

    Definition Classes
    Tensor3
  15. def +=(ds: DoubleSeq, factor: DoubleSeq): Unit

    Increment by the element-wise product of ds and factor.

    Increment by the element-wise product of ds and factor.

    Definition Classes
    IncrementableDoubleSeq
  16. def +=(a: Array[Double], factor: Double): Unit

    Definition Classes
    IncrementableDoubleSeq
  17. def +=(ds: DoubleSeq, factor: Double): Unit

    Definition Classes
    IncrementableDoubleSeq
  18. def +=(a: Array[Double]): Unit

    Definition Classes
    IncrementableDoubleSeq
  19. final def +=(ds: DoubleSeq): Unit

    Definition Classes
    IncrementableDoubleSeq
  20. def +=(d: Double): Unit

    Definition Classes
    IncrementableDoubleSeq
  21. def -(that: Tensor): Tensor

    Definition Classes
    Tensor
  22. def -=(i: Int): Unit

    Definition Classes
    ArraySparseBinaryTensor
  23. def -=(ds: DoubleSeq): Unit

    Definition Classes
    IncrementableDoubleSeq
  24. final def -=(d: Double): Unit

    Definition Classes
    IncrementableDoubleSeq
  25. def -=(i: Int, incr: Double): Unit

    Definition Classes
    IncrementableDoubleSeq
  26. def /(v: Double): Tensor

    Definition Classes
    Tensor
  27. def /=(ds: DoubleSeq): Unit

    Definition Classes
    MutableDoubleSeq
  28. final def /=(d: Double): Unit

    Definition Classes
    MutableDoubleSeq
  29. final def /=(i: Int, incr: Double): Unit

    Definition Classes
    MutableDoubleSeq
  30. def :=(a: Array[Double], offset: Int): Unit

    Definition Classes
    MutableDoubleSeq
  31. def :=(a: Array[Double]): Unit

    Definition Classes
    MutableDoubleSeq
  32. def :=(ds: DoubleSeq): Unit

    Definition Classes
    MutableDoubleSeq
  33. def :=(d: Double): Unit

    Definition Classes
    MutableDoubleSeq
  34. def =+(a: Array[Double], offset: Int, f: Double): Unit

    Increment given array (starting at offset index) with contents of this DoubleSeq, multiplied by factor f.

    Increment given array (starting at offset index) with contents of this DoubleSeq, multiplied by factor f.

    Definition Classes
    ArraySparseBinaryTensorSparseDoubleSeqDoubleSeq
  35. final def =+(a: Array[Double], f: Double): Unit

    Definition Classes
    DoubleSeq
  36. final def =+(a: Array[Double], offset: Int): Unit

    Definition Classes
    DoubleSeq
  37. final def =+(a: Array[Double]): Unit

    Definition Classes
    DoubleSeq
  38. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  39. final def _append(elem: Int): SparseBinaryTensorLike3.this.type

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  40. def _appendAll(elts: TraversableOnce[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  41. def _appendAll(elts: Array[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  42. def _appendUnsafe(i: Int): ArraySparseBinaryTensor

    Definition Classes
    ArraySparseBinaryTensor
  43. final def _apply(index: Int): Int

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  44. def _array: Array[Int]

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  45. final def _asArray: Array[Int]

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  46. def _asIntSeq: IntSeq

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  47. def _asSeq: IndexedSeq[Int]

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  48. def _capacityGrowthFactor: Double

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  49. def _clear(): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  50. def _considerShrinkingCapacity(): Boolean

    If _size is sufficiently smaller than the array length so that substantial space would be saved, then reallocate the array length to be max(_size,_initialCapacity), and return true.

    If _size is sufficiently smaller than the array length so that substantial space would be saved, then reallocate the array length to be max(_size,_initialCapacity), and return true. Otherwise return false.

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  51. def _containsSorted(x: Int): Boolean

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  52. def _copyToArray(a: Array[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  53. final def _ensureCapacity(cap: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  54. def _fill(elt: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  55. def _foreach[U](f: (Int) ⇒ U): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  56. final def _increment(index: Int, incr: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  57. def _indexForInsertSorted(i: Int): Int

    Return the index at which value i should be inserted in order to maintain sorted order.

    Return the index at which value i should be inserted in order to maintain sorted order. This assumes that the existing elements already already sorted. If value i is already present, return its index.

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  58. def _indexForInsertSortedLinear(i: Int): Int

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  59. def _indexOf(i: Int): Int

    Return the index containing the value i, or -1 if i is not found.

    Return the index containing the value i, or -1 if i is not found.

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  60. def _indexOfSorted(i: Int): Int

    Return the index containing the value i, or -1 if i is not found.

    Return the index containing the value i, or -1 if i is not found. Do so more efficiently by assuming that the contents are sorted in ascending order. Look by starting near the last index as which a search was successful.

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  61. def _indices: Array[Int]

    Efficient (but dangerous) direct access to underlying array of indices.

    Efficient (but dangerous) direct access to underlying array of indices. Note that the array.length may be larger than the number of indices.

    Definition Classes
    ArraySparseBinaryTensorSparseTensor
  62. def _initialCapacity: Int

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  63. def _insert(index: Int, elt: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  64. def _insertAll(index: Int, seq: Traversable[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  65. def _insertAllSorted(seq: Traversable[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  66. def _insertSorted(elt: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  67. def _insertSortedNoDuplicates(elt: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  68. final def _length: Int

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  69. def _makeReadable(): Unit

    Definition Classes
    ArraySparseBinaryTensorSparseTensor
  70. def _mapToArray[A](a: Array[A], f: (Int) ⇒ A): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  71. def _prepend(elt: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  72. def _prependAll(elts: TraversableOnce[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  73. def _rawArray: Array[Double]

    Return the values as an Array[Double] whose length may be longer than this.length.

    Return the values as an Array[Double] whose length may be longer than this.length.

    Definition Classes
    DoubleSeq
  74. def _reduceToSize(newSize: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  75. def _remove(index: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  76. def _remove(index: Int, count: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  77. def _set(elts: Seq[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  78. def _set(elts: Array[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  79. final def _setCapacity(cap: Int): Unit

    Reallocate the array to be exactly 'cap' or _initialCapacity, whichever is bigger.

    Reallocate the array to be exactly 'cap' or _initialCapacity, whichever is bigger.

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  80. def _sizeHint(len: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  81. def _sum: Int

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  82. def _takeAsIntSeq(len: Int): IntSeq

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  83. def _toArray: Array[Int]

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  84. def _toSeq: IndexedSeq[Int]

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  85. def _trimCapacity(): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  86. def _unsafeActiveDomainSize: Int

    Definition Classes
    ArraySparseBinaryTensorSparseTensor
  87. final def _update(index: Int, value: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  88. def _valuesSeq: DoubleSeq

    Definition Classes
    SparseBinaryTensorSparseTensor
  89. def abs(): Unit

    Definition Classes
    MutableDoubleSeq
  90. def activeDomain: TruncatedArrayIntSeq

  91. def activeDomain1: Nothing

    Definition Classes
    SparseBinaryTensorLike3Tensor3
  92. def activeDomain2: Nothing

    Definition Classes
    SparseBinaryTensorLike3Tensor3
  93. def activeDomain3: Nothing

    Definition Classes
    SparseBinaryTensorLike3Tensor3
  94. def activeDomainSize: Int

  95. def activeDomains: Array[IntSeq]

    Definition Classes
    Tensor3Tensor
  96. def activeElements: Iterator[(Int, Double)]

    Definition Classes
    ArraySparseBinaryTensorTensor
  97. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Append a string representation of this DoubleSeq to the StringBuilder.

    Append a string representation of this DoubleSeq to the StringBuilder.

    Definition Classes
    DoubleSeq
  98. final def apply(index: Int): Double

    Definition Classes
    ArraySparseBinaryTensorDoubleSeq
    Annotations
    @inline()
  99. def apply(i: Int, j: Int, k: Int): Double

    Definition Classes
    Tensor3
  100. def asArray: Array[Double]

    Return the values as an Array[Double].

    Return the values as an Array[Double]. Not guaranteed to be a copy; in fact if it is possible to return a pointer to an internal array, it will simply return this.

    Definition Classes
    DoubleSeq
  101. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  102. def asSeq: Seq[Double]

    With uncopied contents

    With uncopied contents

    Definition Classes
    DoubleSeq
  103. def blankCopy: Tensor3

    Definition Classes
    Tensor3Tensor
  104. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  105. final def contains(index: Int): Boolean

    Definition Classes
    ArraySparseBinaryTensor
    Annotations
    @inline()
  106. def contains(d: Double): Boolean

    Definition Classes
    SparseDoubleSeqDoubleSeq
  107. def containsNaN: Boolean

  108. def copy: Tensor3

    Definition Classes
    Tensor3Tensor
  109. def cosineSimilarity(t: DoubleSeq): Double

    Definition Classes
    Tensor
  110. def defaultValue: Double

    The default value at indices not covered by activeDomain.

    The default value at indices not covered by activeDomain. Subclasses may override this

    Definition Classes
    Tensor
  111. def different(t: DoubleSeq, threshold: Double): Boolean

    Definition Classes
    SparseDoubleSeqDoubleSeq
  112. def dimensions: Array[Int]

    Definition Classes
    Tensor3Tensor
  113. def dimensionsMatch(t: Tensor): Boolean

    Definition Classes
    Tensor3Tensor
  114. def dot(v: DoubleSeq): Double

    Definition Classes
    ArraySparseBinaryTensorTensor
  115. def ensureDimensionsMatch(t: Tensor): Unit

    Definition Classes
    Tensor3Tensor
  116. def entropy: Double

    Assumes that the values are already normalized to sum to 1.

    Assumes that the values are already normalized to sum to 1.

    Definition Classes
    SparseDoubleSeqDoubleSeq
  117. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  119. def exists(f: (Double) ⇒ Boolean): Boolean

    Definition Classes
    Tensor
  120. def expNormalize(logZ: Double): Unit

    Exponential the elements of the array such that they are normalized to sum to one, but do so efficiently by providing logZ.

    Exponential the elements of the array such that they are normalized to sum to one, but do so efficiently by providing logZ. Note that to maximize efficiency, this method does not verify that the logZ value was the correct one to cause proper normalization.

    Definition Classes
    MutableDoubleSeq
  121. def expNormalize(): Double

    Exponentiate the elements of the array, and then normalize them to sum to one.

    Exponentiate the elements of the array, and then normalize them to sum to one.

    Definition Classes
    MutableDoubleSeq
  122. def expNormalized: Tensor

    Definition Classes
    Tensor
  123. def exponentiate(): Unit

    Definition Classes
    MutableDoubleSeq
  124. def filter(f: (Double) ⇒ Boolean): DoubleSeq

    Definition Classes
    DoubleSeq
  125. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  126. def foldActiveElements(seed: Double, f: (Int, Double, Double) ⇒ Double): Double

    Definition Classes
    ArraySparseBinaryTensorTensor
  127. def foldLeft[B](z: B)(f: (B, Double) ⇒ B): B

    Definition Classes
    DoubleSeq
  128. def forall(f: (Double) ⇒ Boolean): Boolean

    Definition Classes
    DoubleSeq
  129. def forallActiveElements(f: (Int, Double) ⇒ Boolean): Boolean

    Definition Classes
    SparseDoubleSeq
  130. def forallElements(f: (Int, Double) ⇒ Boolean): Boolean

    Definition Classes
    DoubleSeq
  131. def foreach(f: (Double) ⇒ Unit): Unit

    Definition Classes
    DoubleSeq
  132. def foreachActiveElement(f: (Int, Double) ⇒ Unit): Unit

    Definition Classes
    ArraySparseBinaryTensorDoubleSeq
  133. def foreachElement(f: (Int, Double) ⇒ Unit): Unit

    Definition Classes
    DoubleSeq
  134. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  136. final def index1(i: Int): Int

    Definition Classes
    Tensor3
    Annotations
    @inline()
  137. final def index2(i: Int): Int

    Definition Classes
    Tensor3
    Annotations
    @inline()
  138. final def index3(i: Int): Int

    Definition Classes
    Tensor3
    Annotations
    @inline()
  139. def indexOf(d: Double): Int

  140. def infinityNorm: Double

    Definition Classes
    SparseDoubleSeqDoubleSeq
  141. def isDense: Boolean

    Definition Classes
    SparseTensorTensor
  142. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  143. def isUniform: Boolean

    Definition Classes
    Tensor
  144. def jsDivergence(p: DoubleSeq): Double

    Assumes that the values are already normalized to sum to 1.

    Assumes that the values are already normalized to sum to 1.

    Definition Classes
    SparseDoubleSeqDoubleSeq
  145. def klDivergence(p: DoubleSeq): Double

    Assumes that the values in both DoubleSeq are already normalized to sum to 1.

    Assumes that the values in both DoubleSeq are already normalized to sum to 1.

    Definition Classes
    SparseDoubleSeqDoubleSeq
  146. def l2Similarity(t: DoubleSeq): Double

    Definition Classes
    DoubleSeq
  147. final def length: Int

    Definition Classes
    Tensor3DoubleSeq
    Annotations
    @inline()
  148. def map(f: (Double) ⇒ Double): DoubleSeq

    Definition Classes
    DoubleSeq
  149. def max: Double

  150. def maxIndex: Int

  151. def maxIndex2: (Int, Int)

    Definition Classes
    SparseDoubleSeqDoubleSeq
  152. def maxNormalize(): Unit

    Definition Classes
    MutableDoubleSeq
  153. def min: Double

  154. def mkString: String

    Definition Classes
    DoubleSeq
  155. def mkString(sep: String): String

    Definition Classes
    DoubleSeq
  156. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    DoubleSeq
  157. final def multiIndex(i: Int): (Int, Int, Int)

    Definition Classes
    Tensor3
    Annotations
    @inline()
  158. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  159. def normalize(): Double

    Definition Classes
    MutableDoubleSeq
  160. def normalizeLogProb(): Double

    expNormalize, then put back into log-space.

    expNormalize, then put back into log-space.

    Definition Classes
    MutableDoubleSeq
  161. def normalized: Tensor

    Definition Classes
    Tensor
  162. final def notify(): Unit

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

    Definition Classes
    AnyRef
  164. def numDimensions: Int

    Definition Classes
    Tensor3Tensor
  165. def oneNorm: Double

    Definition Classes
    SparseDoubleSeqDoubleSeq
  166. def oneNormalize(): Double

    Definition Classes
    MutableDoubleSeq
  167. def outer(t: Tensor): Tensor

    Definition Classes
    Tensor
  168. def printLength: Int

    Definition Classes
    Tensor
  169. def project(maxNorm: Double): Double

    Definition Classes
    MutableDoubleSeq
  170. def projected(maxNorm: Double): Tensor

    Definition Classes
    Tensor
  171. def sampleIndex(normalizer: Double)(implicit r: Random): Int

    Definition Classes
    SparseDoubleSeqDoubleSeq
  172. def sampleIndex(implicit r: Random): Int

    Careful, for many subclasses this is inefficient because it calls the method "sum" to get the normalizer.

    Careful, for many subclasses this is inefficient because it calls the method "sum" to get the normalizer.

    Definition Classes
    DoubleSeq
  173. final def singleIndex(i: Int, j: Int, k: Int): Int

    Definition Classes
    Tensor3
    Annotations
    @inline()
  174. final def size: Int

    Definition Classes
    DoubleSeq
  175. def sizeHint(size: Int): Unit

    Definition Classes
    ArraySparseBinaryTensorSparseTensor
  176. def stringPrefix: String

    Definition Classes
    Tensor
  177. def substitute(f: (Double) ⇒ Double): SparseBinaryTensorLike3.this.type

    Like map, but it changes in place.

    Like map, but it changes in place.

    Definition Classes
    MutableDoubleSeq
  178. def substitute(oldValue: Double, newValue: Double): SparseBinaryTensorLike3.this.type

    Change all occurrences of oldValue to newValue.

    Change all occurrences of oldValue to newValue.

    Definition Classes
    MutableDoubleSeq
  179. def sum: Double

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

    Definition Classes
    AnyRef
  181. def toArray: Array[Double]

    Return the values as an Array[Double].

    Return the values as an Array[Double]. Guaranteed to be a copy, not just a pointer to an internal array that would change with changes to the DoubleSeq

    Definition Classes
    SparseDoubleSeqDoubleSeq
  182. def toIntArray: Array[Int]

    Definition Classes
    ArraySparseBinaryTensor
  183. def toSeq: Seq[Double]

    With copied contents

    With copied contents

    Definition Classes
    DoubleSeq
  184. def toString(): String

    Definition Classes
    Tensor → AnyRef → Any
  185. def top(n: Int): TopN[String]

    Return records for the n elements with the largest values.

    Return records for the n elements with the largest values.

    Definition Classes
    DoubleSeq
  186. final def twoNorm: Double

    Definition Classes
    DoubleSeq
  187. def twoNormSquared: Double

    Definition Classes
    SparseDoubleSeqDoubleSeq
  188. def twoNormalize(): Double

    Definition Classes
    MutableDoubleSeq
  189. def twoSquaredNormalize(): Double

    Definition Classes
    MutableDoubleSeq
  190. def update(i: Int, v: Double): Unit

  191. def update(i: Int, j: Int, k: Int, v: Double): Unit

    Definition Classes
    Tensor3
  192. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  195. def zero(): Unit

Inherited from ArraySparseBinaryTensor

Inherited from ProtectedIntArrayBuffer

Inherited from SparseBinaryTensor

Inherited from SparseTensor

Inherited from SparseDoubleSeq

Inherited from Tensor3

Inherited from Tensor

Inherited from Serializable

Inherited from Serializable

Inherited from MutableDoubleSeq

Inherited from IncrementableDoubleSeq

Inherited from DoubleSeq

Inherited from AnyRef

Inherited from Any

Ungrouped