Packages

c

breeze.linalg.BroadcastedRows

BroadcastedDMRowsISeq

class BroadcastedDMRowsISeq[T] extends IndexedSeq[Transpose[DenseVector[T]]] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BroadcastedDMRowsISeq
  2. Serializable
  3. IndexedSeq
  4. IndexedSeqOps
  5. IndexedSeq
  6. IndexedSeqOps
  7. Seq
  8. SeqOps
  9. Seq
  10. Equals
  11. SeqOps
  12. PartialFunction
  13. Function1
  14. Iterable
  15. Iterable
  16. IterableFactoryDefaults
  17. IterableOps
  18. IterableOnceOps
  19. IterableOnce
  20. AnyRef
  21. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BroadcastedDMRowsISeq(underlying: DenseMatrix[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: Transpose[DenseVector[T]]](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ++:[B >: Transpose[DenseVector[T]]](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  5. final def +:[B >: Transpose[DenseVector[T]]](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  6. final def :+[B >: Transpose[DenseVector[T]]](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  7. final def :++[B >: Transpose[DenseVector[T]]](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  10. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  12. def andThen[C](k: PartialFunction[Transpose[DenseVector[T]], C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  13. def andThen[C](k: (Transpose[DenseVector[T]]) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  14. def appended[B >: Transpose[DenseVector[T]]](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  15. def appendedAll[B >: Transpose[DenseVector[T]]](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  16. def apply(idx: Int): Transpose[DenseVector[T]]
    Definition Classes
    BroadcastedDMRowsISeq → SeqOps → Function1
  17. def applyOrElse[A1 <: Int, B1 >: Transpose[DenseVector[T]]](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  18. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def canEqual(that: Any): Boolean
    Definition Classes
    IndexedSeq → Seq → Equals
  21. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  23. final def coll: BroadcastedDMRowsISeq.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  24. def collect[B](pf: PartialFunction[Transpose[DenseVector[T]], B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  25. def collectFirst[B](pf: PartialFunction[Transpose[DenseVector[T]], B]): Option[B]
    Definition Classes
    IterableOnceOps
  26. def combinations(n: Int): Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
    Definition Classes
    SeqOps
  27. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Transpose[DenseVector[T]]]
    Definition Classes
    PartialFunction
  28. def compose[A](g: (A) => Int): (A) => Transpose[DenseVector[T]]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  29. final def concat[B >: Transpose[DenseVector[T]]](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  30. def contains[A1 >: Transpose[DenseVector[T]]](elem: A1): Boolean
    Definition Classes
    SeqOps
  31. def containsSlice[B >: Transpose[DenseVector[T]]](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  32. def copyToArray[B >: Transpose[DenseVector[T]]](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  33. def copyToArray[B >: Transpose[DenseVector[T]]](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  34. def copyToArray[B >: Transpose[DenseVector[T]]](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  35. def corresponds[B](that: Seq[B])(p: (Transpose[DenseVector[T]], B) => Boolean): Boolean
    Definition Classes
    SeqOps
  36. def corresponds[B](that: IterableOnce[B])(p: (Transpose[DenseVector[T]], B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  37. def count(p: (Transpose[DenseVector[T]]) => Boolean): Int
    Definition Classes
    IterableOnceOps
  38. def diff[B >: Transpose[DenseVector[T]]](that: Seq[B]): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    SeqOps
  39. def distinct: IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    SeqOps
  40. def distinctBy[B](f: (Transpose[DenseVector[T]]) => B): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    SeqOps
  41. def drop(n: Int): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  42. def dropRight(n: Int): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeqOps → IterableOps
  43. def dropWhile(p: (Transpose[DenseVector[T]]) => Boolean): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOps → IterableOnceOps
  44. def elementWise: ElementWiseExtractor[Int, Transpose[DenseVector[T]]]
    Definition Classes
    PartialFunction
  45. def empty: IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  46. def endsWith[B >: Transpose[DenseVector[T]]](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  47. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. def equals(o: Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  49. def exists(p: (Transpose[DenseVector[T]]) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  50. def filter(pred: (Transpose[DenseVector[T]]) => Boolean): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOps → IterableOnceOps
  51. def filterNot(pred: (Transpose[DenseVector[T]]) => Boolean): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOps → IterableOnceOps
  52. def find(p: (Transpose[DenseVector[T]]) => Boolean): Option[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOnceOps
  53. def findLast(p: (Transpose[DenseVector[T]]) => Boolean): Option[Transpose[DenseVector[T]]]
    Definition Classes
    SeqOps
  54. def flatMap[B](f: (Transpose[DenseVector[T]]) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  55. def flatten[B](implicit asIterable: (Transpose[DenseVector[T]]) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  56. def fold[A1 >: Transpose[DenseVector[T]]](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  57. def foldLeft[B](z: B)(op: (B, Transpose[DenseVector[T]]) => B): B
    Definition Classes
    IterableOnceOps
  58. def foldRight[B](z: B)(op: (Transpose[DenseVector[T]], B) => B): B
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  59. def forall(p: (Transpose[DenseVector[T]]) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  60. def foreach[U](f: (Transpose[DenseVector[T]]) => U): Unit
    Definition Classes
    IterableOnceOps
  61. def fromSpecific(coll: IterableOnce[Transpose[DenseVector[T]]]): IndexedSeq[Transpose[DenseVector[T]]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  62. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  63. def groupBy[K](f: (Transpose[DenseVector[T]]) => K): Map[K, IndexedSeq[Transpose[DenseVector[T]]]]
    Definition Classes
    IterableOps
  64. def groupMap[K, B](key: (Transpose[DenseVector[T]]) => K)(f: (Transpose[DenseVector[T]]) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  65. def groupMapReduce[K, B](key: (Transpose[DenseVector[T]]) => K)(f: (Transpose[DenseVector[T]]) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  66. def grouped(size: Int): Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
    Definition Classes
    IterableOps
  67. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  68. def head: Transpose[DenseVector[T]]
    Definition Classes
    IndexedSeqOps → IterableOps
  69. def headOption: Option[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeqOps → IterableOps
  70. def indexOf[B >: Transpose[DenseVector[T]]](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  71. def indexOf[B >: Transpose[DenseVector[T]]](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  72. def indexOfSlice[B >: Transpose[DenseVector[T]]](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  73. def indexOfSlice[B >: Transpose[DenseVector[T]]](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  74. def indexWhere(p: (Transpose[DenseVector[T]]) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  75. def indexWhere(p: (Transpose[DenseVector[T]]) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  76. def indices: Range
    Definition Classes
    SeqOps
  77. def init: IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOps
  78. def inits: Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
    Definition Classes
    IterableOps
  79. def intersect[B >: Transpose[DenseVector[T]]](that: Seq[B]): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    SeqOps
  80. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  81. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  82. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  83. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  84. def iterableFactory: SeqFactory[IndexedSeq]
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  85. def iterator: Iterator[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeqOps → IterableOnce
  86. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  87. def last: Transpose[DenseVector[T]]
    Definition Classes
    IndexedSeqOps → IterableOps
  88. def lastIndexOf[B >: Transpose[DenseVector[T]]](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  89. def lastIndexOfSlice[B >: Transpose[DenseVector[T]]](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  90. def lastIndexOfSlice[B >: Transpose[DenseVector[T]]](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  91. def lastIndexWhere(p: (Transpose[DenseVector[T]]) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  92. def lastIndexWhere(p: (Transpose[DenseVector[T]]) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  93. def lastOption: Option[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOps
  94. def lazyZip[B](that: Iterable[B]): LazyZip2[Transpose[DenseVector[T]], B, BroadcastedDMRowsISeq.this.type]
    Definition Classes
    Iterable
  95. def length: Int
    Definition Classes
    BroadcastedDMRowsISeq → SeqOps
  96. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  97. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  98. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  99. def lift: (Int) => Option[Transpose[DenseVector[T]]]
    Definition Classes
    PartialFunction
  100. def map[B](f: (Transpose[DenseVector[T]]) => B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  101. def max[B >: Transpose[DenseVector[T]]](implicit ord: Ordering[B]): Transpose[DenseVector[T]]
    Definition Classes
    IterableOnceOps
  102. def maxBy[B](f: (Transpose[DenseVector[T]]) => B)(implicit cmp: Ordering[B]): Transpose[DenseVector[T]]
    Definition Classes
    IterableOnceOps
  103. def maxByOption[B](f: (Transpose[DenseVector[T]]) => B)(implicit cmp: Ordering[B]): Option[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOnceOps
  104. def maxOption[B >: Transpose[DenseVector[T]]](implicit ord: Ordering[B]): Option[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOnceOps
  105. def min[B >: Transpose[DenseVector[T]]](implicit ord: Ordering[B]): Transpose[DenseVector[T]]
    Definition Classes
    IterableOnceOps
  106. def minBy[B](f: (Transpose[DenseVector[T]]) => B)(implicit cmp: Ordering[B]): Transpose[DenseVector[T]]
    Definition Classes
    IterableOnceOps
  107. def minByOption[B](f: (Transpose[DenseVector[T]]) => B)(implicit cmp: Ordering[B]): Option[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOnceOps
  108. def minOption[B >: Transpose[DenseVector[T]]](implicit ord: Ordering[B]): Option[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOnceOps
  109. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  110. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  111. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  112. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  113. def newSpecificBuilder: Builder[Transpose[DenseVector[T]], IndexedSeq[Transpose[DenseVector[T]]]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  114. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  115. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  116. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  117. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[scala.collection]
    Definition Classes
    SeqOps
  118. def orElse[A1 <: Int, B1 >: Transpose[DenseVector[T]]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  119. def padTo[B >: Transpose[DenseVector[T]]](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  120. def partition(p: (Transpose[DenseVector[T]]) => Boolean): (IndexedSeq[Transpose[DenseVector[T]]], IndexedSeq[Transpose[DenseVector[T]]])
    Definition Classes
    IterableOps
  121. def partitionMap[A1, A2](f: (Transpose[DenseVector[T]]) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  122. def patch[B >: Transpose[DenseVector[T]]](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  123. def permutations: Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
    Definition Classes
    SeqOps
  124. def prepended[B >: Transpose[DenseVector[T]]](elem: B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  125. def prependedAll[B >: Transpose[DenseVector[T]]](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  126. def product[B >: Transpose[DenseVector[T]]](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  127. def reduce[B >: Transpose[DenseVector[T]]](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  128. def reduceLeft[B >: Transpose[DenseVector[T]]](op: (B, Transpose[DenseVector[T]]) => B): B
    Definition Classes
    IterableOnceOps
  129. def reduceLeftOption[B >: Transpose[DenseVector[T]]](op: (B, Transpose[DenseVector[T]]) => B): Option[B]
    Definition Classes
    IterableOnceOps
  130. def reduceOption[B >: Transpose[DenseVector[T]]](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  131. def reduceRight[B >: Transpose[DenseVector[T]]](op: (Transpose[DenseVector[T]], B) => B): B
    Definition Classes
    IterableOnceOps
  132. def reduceRightOption[B >: Transpose[DenseVector[T]]](op: (Transpose[DenseVector[T]], B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  133. def reverse: IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeqOps → SeqOps
  134. def reverseIterator: Iterator[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeqOps → SeqOps
  135. def reversed: Iterable[Transpose[DenseVector[T]]]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  136. def runWith[U](action: (Transpose[DenseVector[T]]) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  137. def sameElements[B >: Transpose[DenseVector[T]]](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  138. def scan[B >: Transpose[DenseVector[T]]](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  139. def scanLeft[B](z: B)(op: (B, Transpose[DenseVector[T]]) => B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  140. def scanRight[B](z: B)(op: (Transpose[DenseVector[T]], B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  141. def search[B >: Transpose[DenseVector[T]]](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  142. def search[B >: Transpose[DenseVector[T]]](elem: B)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  143. def segmentLength(p: (Transpose[DenseVector[T]]) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  144. final def segmentLength(p: (Transpose[DenseVector[T]]) => Boolean): Int
    Definition Classes
    SeqOps
  145. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  146. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  147. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  148. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  149. def slice(from: Int, until: Int): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  150. def sliding(size: Int, step: Int): Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
    Definition Classes
    IterableOps
  151. def sliding(size: Int): Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
    Definition Classes
    IterableOps
  152. def sortBy[B](f: (Transpose[DenseVector[T]]) => B)(implicit ord: Ordering[B]): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    SeqOps
  153. def sortWith(lt: (Transpose[DenseVector[T]], Transpose[DenseVector[T]]) => Boolean): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    SeqOps
  154. def sorted[B >: Transpose[DenseVector[T]]](implicit ord: Ordering[B]): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    SeqOps
  155. def span(p: (Transpose[DenseVector[T]]) => Boolean): (IndexedSeq[Transpose[DenseVector[T]]], IndexedSeq[Transpose[DenseVector[T]]])
    Definition Classes
    IterableOps → IterableOnceOps
  156. def splitAt(n: Int): (IndexedSeq[Transpose[DenseVector[T]]], IndexedSeq[Transpose[DenseVector[T]]])
    Definition Classes
    IterableOps → IterableOnceOps
  157. def startsWith[B >: Transpose[DenseVector[T]]](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  158. def stepper[S <: Stepper[_]](implicit shape: StepperShape[Transpose[DenseVector[T]], S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  159. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  160. def sum[B >: Transpose[DenseVector[T]]](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  161. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  162. def tail: IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOps
  163. def tails: Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
    Definition Classes
    IterableOps
  164. def take(n: Int): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  165. def takeRight(n: Int): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeqOps → IterableOps
  166. def takeWhile(p: (Transpose[DenseVector[T]]) => Boolean): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOps → IterableOnceOps
  167. def tapEach[U](f: (Transpose[DenseVector[T]]) => U): IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOps → IterableOnceOps
  168. def to[C1](factory: Factory[Transpose[DenseVector[T]], C1]): C1
    Definition Classes
    IterableOnceOps
  169. def toArray[B >: Transpose[DenseVector[T]]](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  170. final def toBuffer[B >: Transpose[DenseVector[T]]]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  171. final def toIndexedSeq: IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeq → IterableOnceOps
  172. def toList: List[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOnceOps
  173. def toMap[K, V](implicit ev: <:<[Transpose[DenseVector[T]], (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  174. final def toSeq: BroadcastedDMRowsISeq.this.type
    Definition Classes
    Seq → IterableOnceOps
  175. def toSet[B >: Transpose[DenseVector[T]]]: Set[B]
    Definition Classes
    IterableOnceOps
  176. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  177. def toVector: scala.collection.immutable.Vector[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOnceOps
  178. def transpose[B](implicit asIterable: (Transpose[DenseVector[T]]) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  179. def unapply(a: Int): Option[Transpose[DenseVector[T]]]
    Definition Classes
    PartialFunction
  180. val underlying: DenseMatrix[T]
  181. def unzip[A1, A2](implicit asPair: (Transpose[DenseVector[T]]) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  182. def unzip3[A1, A2, A3](implicit asTriple: (Transpose[DenseVector[T]]) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  183. def updated[B >: Transpose[DenseVector[T]]](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  184. def view: IndexedSeqView[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  185. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  186. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  187. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  188. def withFilter(p: (Transpose[DenseVector[T]]) => Boolean): WithFilter[Transpose[DenseVector[T]], [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  189. def zip[B](that: IterableOnce[B]): IndexedSeq[(Transpose[DenseVector[T]], B)]
    Definition Classes
    IterableOps
  190. def zipAll[A1 >: Transpose[DenseVector[T]], B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  191. def zipWithIndex: IndexedSeq[(Transpose[DenseVector[T]], Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, Transpose[DenseVector[T]]) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  2. final def :\[B](z: B)(op: (Transpose[DenseVector[T]], B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  3. def aggregate[B](z: => B)(seqop: (B, Transpose[DenseVector[T]]) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  4. def companion: IterableFactory[[_]IndexedSeq[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  5. final def copyToBuffer[B >: Transpose[DenseVector[T]]](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  6. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  7. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  8. final def prefixLength(p: (Transpose[DenseVector[T]]) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  9. final def repr: IndexedSeq[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  10. def reverseMap[B](f: (Transpose[DenseVector[T]]) => B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)

  11. def seq: BroadcastedDMRowsISeq.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  12. final def toIterable: BroadcastedDMRowsISeq.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  13. final def toIterator: Iterator[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  14. final def toStream: Stream[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  15. final def toTraversable: Traversable[Transpose[DenseVector[T]]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  16. final def union[B >: Transpose[DenseVector[T]]](that: Seq[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use concat instead

  17. def view(from: Int, until: Int): IndexedSeqView[Transpose[DenseVector[T]]]
    Definition Classes
    IndexedSeqOps → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

Inherited from Serializable

Inherited from IndexedSeq[Transpose[DenseVector[T]]]

Inherited from IndexedSeq[Transpose[DenseVector[T]]]

Inherited from Seq[Transpose[DenseVector[T]]]

Inherited from Seq[Transpose[DenseVector[T]]]

Inherited from Equals

Inherited from (Int) => Transpose[DenseVector[T]]

Inherited from Iterable[Transpose[DenseVector[T]]]

Inherited from Iterable[Transpose[DenseVector[T]]]

Inherited from IterableOnce[Transpose[DenseVector[T]]]

Inherited from AnyRef

Inherited from Any

Ungrouped