BroadcastedDMRowsISeq
@SerialVersionUID(1L)
class BroadcastedDMRowsISeq[T](val underlying: DenseMatrix[T]) extends IndexedSeq[Transpose[DenseVector[T]]] with Serializable
Value members
Concrete methods
Inherited methods
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
- Inherited from:
- IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
- Inherited from:
- IterableOnceOps
protected def fromSpecific(coll: IterableOnce[Transpose[DenseVector[T]]]): IndexedSeq[Transpose[DenseVector[T]]]
- Inherited from:
- IterableFactoryDefaults
def groupMap[K, B](key: Transpose[DenseVector[T]] => K)(f: Transpose[DenseVector[T]] => B): Map[K, IndexedSeq[B]]
- Inherited from:
- IterableOps
def groupMapReduce[K, B](key: Transpose[DenseVector[T]] => K)(f: Transpose[DenseVector[T]] => B)(reduce: (B, B) => B): Map[K, B]
- Inherited from:
- IterableOps
@deprecatedOverriding(message = "Override indexOf(elem, from) instead - indexOf(elem) calls indexOf(elem, 0)", since = "2.13.0")
- Inherited from:
- SeqOps
@deprecatedOverriding(message = "Override indexOfSlice(that, from) instead - indexOfSlice(that) calls indexOfSlice(that, 0)", since = "2.13.0")
- Inherited from:
- SeqOps
@deprecatedOverriding(message = "Override indexWhere(p, from) instead - indexWhere(p) calls indexWhere(p, 0)", since = "2.13.0")
- Inherited from:
- SeqOps
@deprecatedOverriding(message = "Override lastIndexOfSlice(that, end) instead - lastIndexOfSlice(that) calls lastIndexOfSlice(that, Int.MaxValue)", since = "2.13.0")
- Inherited from:
- SeqOps
@deprecatedOverriding(message = "Override lastIndexWhere(p, end) instead - lastIndexWhere(p) calls lastIndexWhere(p, Int.MaxValue)", since = "2.13.0")
- Inherited from:
- SeqOps
def maxBy[B](f: Transpose[DenseVector[T]] => B)(implicit cmp: Ordering[B]): Transpose[DenseVector[T]]
- Inherited from:
- IterableOnceOps
def maxByOption[B](f: Transpose[DenseVector[T]] => B)(implicit cmp: Ordering[B]): Option[Transpose[DenseVector[T]]]
- Inherited from:
- IterableOnceOps
def maxOption[B >: Transpose[DenseVector[T]]](implicit ord: Ordering[B]): Option[Transpose[DenseVector[T]]]
- Inherited from:
- IterableOnceOps
def minBy[B](f: Transpose[DenseVector[T]] => B)(implicit cmp: Ordering[B]): Transpose[DenseVector[T]]
- Inherited from:
- IterableOnceOps
def minByOption[B](f: Transpose[DenseVector[T]] => B)(implicit cmp: Ordering[B]): Option[Transpose[DenseVector[T]]]
- Inherited from:
- IterableOnceOps
def minOption[B >: Transpose[DenseVector[T]]](implicit ord: Ordering[B]): Option[Transpose[DenseVector[T]]]
- Inherited from:
- IterableOnceOps
protected def newSpecificBuilder: Builder[Transpose[DenseVector[T]], IndexedSeq[Transpose[DenseVector[T]]]]
- Inherited from:
- IterableFactoryDefaults
@deprecatedOverriding(message = "nonEmpty is defined as !isEmpty; override isEmpty instead", since = "2.13.0")
- Inherited from:
- IterableOnceOps
def orElse[A1 <: Int, B1 >: Transpose[DenseVector[T]]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Inherited from:
- PartialFunction
def partition(p: Transpose[DenseVector[T]] => Boolean): (IndexedSeq[Transpose[DenseVector[T]]], IndexedSeq[Transpose[DenseVector[T]]])
- Inherited from:
- IterableOps
def partitionMap[A1, A2](f: Transpose[DenseVector[T]] => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
- Inherited from:
- IterableOps
def patch[B >: Transpose[DenseVector[T]]](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
- Inherited from:
- SeqOps
def reduceLeftOption[B >: Transpose[DenseVector[T]]](op: (B, Transpose[DenseVector[T]]) => B): Option[B]
- Inherited from:
- IterableOnceOps
def reduceRightOption[B >: Transpose[DenseVector[T]]](op: (Transpose[DenseVector[T]], B) => B): Option[B]
- Inherited from:
- IterableOnceOps
def scala$collection$SeqOps$$super$concat[B >: Transpose[DenseVector[T]]](suffix: IterableOnce[B]): IndexedSeq[B]
- Inherited from:
- SeqOps
def scala$collection$immutable$IndexedSeq$$super$sameElements[B >: Transpose[DenseVector[T]]](that: IterableOnce[B]): Boolean
- Inherited from:
- IndexedSeq
def scala$collection$immutable$IndexedSeqOps$$super$slice(from: Int, until: Int): IndexedSeq[Transpose[DenseVector[T]]]
- Inherited from:
- IndexedSeqOps
override def search[B >: Transpose[DenseVector[T]]](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- Inherited from:
- IndexedSeqOps
override def search[B >: Transpose[DenseVector[T]]](elem: B)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
- Inherited from:
- IndexedSeqOps
def sortBy[B](f: Transpose[DenseVector[T]] => B)(implicit ord: Ordering[B]): IndexedSeq[Transpose[DenseVector[T]]]
- Inherited from:
- SeqOps
def sortWith(lt: (Transpose[DenseVector[T]], Transpose[DenseVector[T]]) => Boolean): IndexedSeq[Transpose[DenseVector[T]]]
- Inherited from:
- SeqOps
def sorted[B >: Transpose[DenseVector[T]]](implicit ord: Ordering[B]): IndexedSeq[Transpose[DenseVector[T]]]
- Inherited from:
- SeqOps
def span(p: Transpose[DenseVector[T]] => Boolean): (IndexedSeq[Transpose[DenseVector[T]]], IndexedSeq[Transpose[DenseVector[T]]])
- Inherited from:
- IterableOps
override def splitAt(n: Int): (IndexedSeq[Transpose[DenseVector[T]]], IndexedSeq[Transpose[DenseVector[T]]])
- Definition Classes
- Inherited from:
- IterableOps
override def stepper[S <: Stepper[_]](implicit shape: StepperShape[Transpose[DenseVector[T]], S]): S & EfficientSplit
- Definition Classes
- Inherited from:
- IndexedSeqOps
def transpose[B](implicit asIterable: Transpose[DenseVector[T]] => Iterable[B]): IndexedSeq[IndexedSeq[B]]
- Inherited from:
- IterableOps
def unzip[A1, A2](implicit asPair: Transpose[DenseVector[T]] => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
- Inherited from:
- IterableOps
def unzip3[A1, A2, A3](implicit asTriple: Transpose[DenseVector[T]] => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
- Inherited from:
- IterableOps
def withFilter(p: Transpose[DenseVector[T]] => Boolean): WithFilter[Transpose[DenseVector[T]], IndexedSeq]
- Inherited from:
- IterableOps
def zipAll[A1 >: Transpose[DenseVector[T]], B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
- Inherited from:
- IterableOps
Deprecated and Inherited methods
@inline @deprecated(message = "Use foldLeft instead of /:", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use foldLeft instead of /:- Inherited from:
- IterableOnceOps
@inline @deprecated(message = "Use foldRight instead of :\\", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use foldRight instead of :\\- Inherited from:
- IterableOnceOps
@deprecated(message = "`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", since = "2.13.0")
- Deprecated
[Since version 2.13.0]`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.- Inherited from:
- IterableOnceOps
@inline @deprecatedOverriding(message = "Use iterableFactory instead", since = "2.13.0") @deprecated(message = "Use iterableFactory instead", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use iterableFactory instead- Inherited from:
- IterableOps
@inline @deprecated(message = "Use `dest ++= coll` instead", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use `dest ++= coll` instead- Inherited from:
- IterableOnceOps
@deprecated(message = "Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)- Inherited from:
- IterableOnceOps
@inline @deprecated(message = "Use segmentLength instead of prefixLength", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use segmentLength instead of prefixLength- Inherited from:
- SeqOps
@deprecated(message = "Use coll instead of repr in a collection implementation, use the collection value itself from the outside", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use coll instead of repr in a collection implementation, use the collection value itself from the outside- Inherited from:
- IterableOps
@deprecated(message = "Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)- Inherited from:
- SeqOps
@deprecated(message = "Iterable.seq always returns the iterable itself", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Iterable.seq always returns the iterable itself- Inherited from:
- Iterable
@deprecated(message = "toIterable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn\'t copy non-immutable collections", since = "2.13.7")
- 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- Inherited from:
- Iterable
@inline @deprecated(message = "Use .iterator instead of .toIterator", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use .iterator instead of .toIterator- Inherited from:
- IterableOnceOps
@inline @deprecated(message = "Use .to(LazyList) instead of .toStream", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use .to(LazyList) instead of .toStream- Inherited from:
- IterableOnceOps
@deprecated(message = "toTraversable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn\'t copy non-immutable collections", since = "2.13.0")
- 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- Inherited from:
- IterableOps
@inline @deprecated(message = "Use `concat` instead", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use `concat` instead- Inherited from:
- SeqOps
@deprecated(message = "Use .view.slice(from, until) instead of .view(from, until)", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use .view.slice(from, until) instead of .view(from, until)- Definition Classes
- Inherited from:
- IndexedSeqOps