BroadcastedDMRowsISeq

@SerialVersionUID(1L) class BroadcastedDMRowsISeq[T](val underlying: DenseMatrix[T]) extends IndexedSeq[Transpose[DenseVector[T]]] with Serializable
trait Serializable
trait IndexedSeq[Transpose[DenseVector[T]]]
trait IndexedSeqOps[Transpose[DenseVector[T]], [A] =>> IndexedSeq[A], IndexedSeq[Transpose[DenseVector[T]]]]
trait IndexedSeq[Transpose[DenseVector[T]]]
trait IndexedSeqOps[Transpose[DenseVector[T]], [A] =>> IndexedSeq[A], IndexedSeq[Transpose[DenseVector[T]]]]
trait Seq[Transpose[DenseVector[T]]]
trait SeqOps[Transpose[DenseVector[T]], [A] =>> IndexedSeq[A], IndexedSeq[Transpose[DenseVector[T]]]]
trait Seq[Transpose[DenseVector[T]]]
trait Equals
trait SeqOps[Transpose[DenseVector[T]], [A] =>> IndexedSeq[A], IndexedSeq[Transpose[DenseVector[T]]]]
trait PartialFunction[Int, Transpose[DenseVector[T]]]
trait Int => Transpose[DenseVector[T]]
trait Iterable[Transpose[DenseVector[T]]]
trait Iterable[Transpose[DenseVector[T]]]
trait IterableFactoryDefaults[Transpose[DenseVector[T]], [A] =>> IndexedSeq[A]]
trait IterableOps[Transpose[DenseVector[T]], [A] =>> IndexedSeq[A], IndexedSeq[Transpose[DenseVector[T]]]]
trait IterableOnceOps[Transpose[DenseVector[T]], [A] =>> IndexedSeq[A], IndexedSeq[Transpose[DenseVector[T]]]]
trait IterableOnce[Transpose[DenseVector[T]]]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(idx: Int): Transpose[DenseVector[T]]
Definition Classes
SeqOps -> Function1
override def length: Int
Definition Classes
SeqOps

Inherited methods

@inline
final def ++[B >: Transpose[DenseVector[T]]](suffix: IterableOnce[B]): IndexedSeq[B]
Inherited from
IterableOps
@inline
final override def ++:[B >: Transpose[DenseVector[T]]](prefix: IterableOnce[B]): IndexedSeq[B]
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
@inline
final def +:[B >: Transpose[DenseVector[T]]](elem: B): IndexedSeq[B]
Inherited from
SeqOps
@inline
final def :+[B >: Transpose[DenseVector[T]]](elem: B): IndexedSeq[B]
Inherited from
SeqOps
@inline
final def :++[B >: Transpose[DenseVector[T]]](suffix: IterableOnce[B]): IndexedSeq[B]
Inherited from
SeqOps
@inline
final def addString(b: StringBuilder): StringBuilder
Inherited from
IterableOnceOps
@inline
final def addString(b: StringBuilder, sep: String): StringBuilder
Inherited from
IterableOnceOps
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
Inherited from
IterableOnceOps
def andThen[C](k: PartialFunction[Transpose[DenseVector[T]], C]): PartialFunction[Int, C]
Inherited from
PartialFunction
override def andThen[C](k: Transpose[DenseVector[T]] => C): PartialFunction[Int, C]
Definition Classes
PartialFunction -> Function1
Inherited from
PartialFunction
def appended[B >: Transpose[DenseVector[T]]](elem: B): IndexedSeq[B]
Inherited from
SeqOps
def appendedAll[B >: Transpose[DenseVector[T]]](suffix: IterableOnce[B]): IndexedSeq[B]
Inherited from
SeqOps
def applyOrElse[A1 <: Int, B1 >: Transpose[DenseVector[T]]](x: A1, default: A1 => B1): B1
Inherited from
PartialFunction
override def canEqual(that: Any): Boolean
Definition Classes
IndexedSeq -> Seq -> Equals
Inherited from
IndexedSeq
def collect[B](pf: PartialFunction[Transpose[DenseVector[T]], B]): IndexedSeq[B]
Inherited from
IterableOps
def collectFirst[B](pf: PartialFunction[Transpose[DenseVector[T]], B]): Option[B]
Inherited from
IterableOnceOps
def combinations(n: Int): Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
Inherited from
SeqOps
def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Transpose[DenseVector[T]]]
Inherited from
PartialFunction
@unspecialized
def compose[A](g: A => Int): A => Transpose[DenseVector[T]]
Inherited from
Function1
@inline
final override def concat[B >: Transpose[DenseVector[T]]](suffix: IterableOnce[B]): IndexedSeq[B]
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
def contains[A1 >: Transpose[DenseVector[T]]](elem: A1): Boolean
Inherited from
SeqOps
def containsSlice[B >: Transpose[DenseVector[T]]](that: Seq[B]): Boolean
Inherited from
SeqOps
def copyToArray[B >: Transpose[DenseVector[T]]](xs: Array[B], start: Int, len: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
def copyToArray[B >: Transpose[DenseVector[T]]](xs: Array[B], start: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
def copyToArray[B >: Transpose[DenseVector[T]]](xs: Array[B]): Int
Inherited from
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: (Transpose[DenseVector[T]], B) => Boolean): Boolean
Inherited from
IterableOnceOps
def corresponds[B](that: Seq[B])(p: (Transpose[DenseVector[T]], B) => Boolean): Boolean
Inherited from
SeqOps
def count(p: Transpose[DenseVector[T]] => Boolean): Int
Inherited from
IterableOnceOps
def diff[B >: Transpose[DenseVector[T]]](that: Seq[B]): IndexedSeq[Transpose[DenseVector[T]]]
Inherited from
SeqOps
def distinct: IndexedSeq[Transpose[DenseVector[T]]]
Inherited from
SeqOps
def distinctBy[B](f: Transpose[DenseVector[T]] => B): IndexedSeq[Transpose[DenseVector[T]]]
Inherited from
SeqOps
override def drop(n: Int): IndexedSeq[Transpose[DenseVector[T]]]
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
override def dropRight(n: Int): IndexedSeq[Transpose[DenseVector[T]]]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
def dropWhile(p: Transpose[DenseVector[T]] => Boolean): IndexedSeq[Transpose[DenseVector[T]]]
Inherited from
IterableOps
def elementWise: ElementWiseExtractor[Int, Transpose[DenseVector[T]]]
Inherited from
PartialFunction
override def empty: IndexedSeq[Transpose[DenseVector[T]]]
Definition Classes
IterableFactoryDefaults -> IterableOps
Inherited from
IterableFactoryDefaults
def endsWith[B >: Transpose[DenseVector[T]]](that: Iterable[B]): Boolean
Inherited from
SeqOps
override def equals(o: Any): Boolean
Definition Classes
Seq -> Equals -> Any
Inherited from
Seq
def exists(p: Transpose[DenseVector[T]] => Boolean): Boolean
Inherited from
IterableOnceOps
def filter(pred: Transpose[DenseVector[T]] => Boolean): IndexedSeq[Transpose[DenseVector[T]]]
Inherited from
IterableOps
def filterNot(pred: Transpose[DenseVector[T]] => Boolean): IndexedSeq[Transpose[DenseVector[T]]]
Inherited from
IterableOps
def find(p: Transpose[DenseVector[T]] => Boolean): Option[Transpose[DenseVector[T]]]
Inherited from
IterableOnceOps
def findLast(p: Transpose[DenseVector[T]] => Boolean): Option[Transpose[DenseVector[T]]]
Inherited from
SeqOps
def flatMap[B](f: Transpose[DenseVector[T]] => IterableOnce[B]): IndexedSeq[B]
Inherited from
IterableOps
def flatten[B](implicit asIterable: Transpose[DenseVector[T]] => IterableOnce[B]): IndexedSeq[B]
Inherited from
IterableOps
def fold[A1 >: Transpose[DenseVector[T]]](z: A1)(op: (A1, A1) => A1): A1
Inherited from
IterableOnceOps
def foldLeft[B](z: B)(op: (B, Transpose[DenseVector[T]]) => B): B
Inherited from
IterableOnceOps
override def foldRight[B](z: B)(op: (Transpose[DenseVector[T]], B) => B): B
Definition Classes
IndexedSeqOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def forall(p: Transpose[DenseVector[T]] => Boolean): Boolean
Inherited from
IterableOnceOps
def foreach[U](f: Transpose[DenseVector[T]] => U): Unit
Inherited from
IterableOnceOps
protected def fromSpecific(coll: IterableOnce[Transpose[DenseVector[T]]]): IndexedSeq[Transpose[DenseVector[T]]]
Inherited from
IterableFactoryDefaults
def groupBy[K](f: Transpose[DenseVector[T]] => K): Map[K, IndexedSeq[Transpose[DenseVector[T]]]]
Inherited from
IterableOps
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
def grouped(size: Int): Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
Inherited from
IterableOps
override def hashCode(): Int
Definition Classes
Seq -> Any
Inherited from
Seq
override def head: Transpose[DenseVector[T]]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
override def headOption: Option[Transpose[DenseVector[T]]]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
@deprecatedOverriding(message = "Override indexOf(elem, from) instead - indexOf(elem) calls indexOf(elem, 0)", since = "2.13.0")
def indexOf[B >: Transpose[DenseVector[T]]](elem: B): Int
Inherited from
SeqOps
def indexOf[B >: Transpose[DenseVector[T]]](elem: B, from: Int): Int
Inherited from
SeqOps
@deprecatedOverriding(message = "Override indexOfSlice(that, from) instead - indexOfSlice(that) calls indexOfSlice(that, 0)", since = "2.13.0")
def indexOfSlice[B >: Transpose[DenseVector[T]]](that: Seq[B]): Int
Inherited from
SeqOps
def indexOfSlice[B >: Transpose[DenseVector[T]]](that: Seq[B], from: Int): Int
Inherited from
SeqOps
@deprecatedOverriding(message = "Override indexWhere(p, from) instead - indexWhere(p) calls indexWhere(p, 0)", since = "2.13.0")
def indexWhere(p: Transpose[DenseVector[T]] => Boolean): Int
Inherited from
SeqOps
def indexWhere(p: Transpose[DenseVector[T]] => Boolean, from: Int): Int
Inherited from
SeqOps
def indices: Range
Inherited from
SeqOps
def init: IndexedSeq[Transpose[DenseVector[T]]]
Inherited from
IterableOps
def inits: Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
Inherited from
IterableOps
def intersect[B >: Transpose[DenseVector[T]]](that: Seq[B]): IndexedSeq[Transpose[DenseVector[T]]]
Inherited from
SeqOps
def isDefinedAt(idx: Int): Boolean
Inherited from
SeqOps
override def isEmpty: Boolean
Definition Classes
SeqOps -> IterableOnceOps
Inherited from
SeqOps
override def isTraversableAgain: Boolean
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
override def iterableFactory: SeqFactory[[A] =>> IndexedSeq[A]]
Definition Classes
IndexedSeq -> IndexedSeq -> Seq -> Seq -> Iterable -> Iterable -> IterableOps
Inherited from
IndexedSeq
def iterator: Iterator[Transpose[DenseVector[T]]]
Inherited from
IndexedSeqOps
override def knownSize: Int
Definition Classes
IndexedSeqOps -> IterableOnce
Inherited from
IndexedSeqOps
override def last: Transpose[DenseVector[T]]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
def lastIndexOf[B >: Transpose[DenseVector[T]]](elem: B, end: Int): Int
Inherited from
SeqOps
@deprecatedOverriding(message = "Override lastIndexOfSlice(that, end) instead - lastIndexOfSlice(that) calls lastIndexOfSlice(that, Int.MaxValue)", since = "2.13.0")
def lastIndexOfSlice[B >: Transpose[DenseVector[T]]](that: Seq[B]): Int
Inherited from
SeqOps
def lastIndexOfSlice[B >: Transpose[DenseVector[T]]](that: Seq[B], end: Int): Int
Inherited from
SeqOps
@deprecatedOverriding(message = "Override lastIndexWhere(p, end) instead - lastIndexWhere(p) calls lastIndexWhere(p, Int.MaxValue)", since = "2.13.0")
def lastIndexWhere(p: Transpose[DenseVector[T]] => Boolean): Int
Inherited from
SeqOps
def lastIndexWhere(p: Transpose[DenseVector[T]] => Boolean, end: Int): Int
Inherited from
SeqOps
def lastOption: Option[Transpose[DenseVector[T]]]
Inherited from
IterableOps
def lazyZip[B](that: Iterable[B]): LazyZip2[Transpose[DenseVector[T]], B, BroadcastedDMRowsISeq[T]]
Inherited from
Iterable
final override def lengthCompare(that: Iterable[_]): Int
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
final override def lengthCompare(len: Int): Int
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
@inline
final def lengthIs: SizeCompareOps
Inherited from
SeqOps
def lift: Int => Option[Transpose[DenseVector[T]]]
Inherited from
PartialFunction
override def map[B](f: Transpose[DenseVector[T]] => B): IndexedSeq[B]
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def max[B >: Transpose[DenseVector[T]]](implicit ord: Ordering[B]): Transpose[DenseVector[T]]
Inherited from
IterableOnceOps
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 min[B >: Transpose[DenseVector[T]]](implicit ord: Ordering[B]): 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
@inline
final def mkString: String
Inherited from
IterableOnceOps
@inline
final def mkString(sep: String): String
Inherited from
IterableOnceOps
final def mkString(start: String, sep: String, end: String): String
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")
def nonEmpty: Boolean
Inherited from
IterableOnceOps
def orElse[A1 <: Int, B1 >: Transpose[DenseVector[T]]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
Inherited from
PartialFunction
def padTo[B >: Transpose[DenseVector[T]]](len: Int, elem: B): IndexedSeq[B]
Inherited from
SeqOps
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 permutations: Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
Inherited from
SeqOps
override def prepended[B >: Transpose[DenseVector[T]]](elem: B): IndexedSeq[B]
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
def prependedAll[B >: Transpose[DenseVector[T]]](prefix: IterableOnce[B]): IndexedSeq[B]
Inherited from
SeqOps
def product[B >: Transpose[DenseVector[T]]](implicit num: Numeric[B]): B
Inherited from
IterableOnceOps
def reduce[B >: Transpose[DenseVector[T]]](op: (B, B) => B): B
Inherited from
IterableOnceOps
def reduceLeft[B >: Transpose[DenseVector[T]]](op: (B, Transpose[DenseVector[T]]) => B): B
Inherited from
IterableOnceOps
def reduceLeftOption[B >: Transpose[DenseVector[T]]](op: (B, Transpose[DenseVector[T]]) => B): Option[B]
Inherited from
IterableOnceOps
def reduceOption[B >: Transpose[DenseVector[T]]](op: (B, B) => B): Option[B]
Inherited from
IterableOnceOps
def reduceRight[B >: Transpose[DenseVector[T]]](op: (Transpose[DenseVector[T]], B) => B): B
Inherited from
IterableOnceOps
def reduceRightOption[B >: Transpose[DenseVector[T]]](op: (Transpose[DenseVector[T]], B) => B): Option[B]
Inherited from
IterableOnceOps
override def reverse: IndexedSeq[Transpose[DenseVector[T]]]
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override def reverseIterator: Iterator[Transpose[DenseVector[T]]]
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override protected def reversed: Iterable[Transpose[DenseVector[T]]]
Definition Classes
IndexedSeqOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def runWith[U](action: Transpose[DenseVector[T]] => U): Int => Boolean
Inherited from
PartialFunction
override def sameElements[B >: Transpose[DenseVector[T]]](o: IterableOnce[B]): Boolean
Definition Classes
IndexedSeq -> SeqOps
Inherited from
IndexedSeq
def scala$collection$SeqOps$$super$concat[B >: Transpose[DenseVector[T]]](suffix: IterableOnce[B]): IndexedSeq[B]
Inherited from
SeqOps
def scala$collection$SeqOps$$super$sizeCompare(that: Iterable[_]): Int
Inherited from
SeqOps
Inherited from
SeqOps
Inherited from
IndexedSeq
Inherited from
IndexedSeq
Inherited from
IndexedSeqOps
def scan[B >: Transpose[DenseVector[T]]](z: B)(op: (B, B) => B): IndexedSeq[B]
Inherited from
IterableOps
def scanLeft[B](z: B)(op: (B, Transpose[DenseVector[T]]) => B): IndexedSeq[B]
Inherited from
IterableOps
def scanRight[B](z: B)(op: (Transpose[DenseVector[T]], B) => B): IndexedSeq[B]
Inherited from
IterableOps
override def search[B >: Transpose[DenseVector[T]]](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override def search[B >: Transpose[DenseVector[T]]](elem: B)(implicit ord: Ordering[B]): SearchResult
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
def segmentLength(p: Transpose[DenseVector[T]] => Boolean, from: Int): Int
Inherited from
SeqOps
final def segmentLength(p: Transpose[DenseVector[T]] => Boolean): Int
Inherited from
SeqOps
final override def size: Int
Definition Classes
SeqOps -> IterableOnceOps
Inherited from
SeqOps
final override def sizeCompare(that: Iterable[_]): Int
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
final override def sizeCompare(otherSize: Int): Int
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
@inline
final def sizeIs: SizeCompareOps
Inherited from
IterableOps
override def slice(from: Int, until: Int): IndexedSeq[Transpose[DenseVector[T]]]
Definition Classes
IndexedSeqOps -> IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def sliding(size: Int, step: Int): Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
Inherited from
IterableOps
def sliding(size: Int): Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
Inherited from
IterableOps
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
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def startsWith[B >: Transpose[DenseVector[T]]](that: IterableOnce[B], offset: Int): Boolean
Inherited from
SeqOps
override def stepper[S <: Stepper[_]](implicit shape: StepperShape[Transpose[DenseVector[T]], S]): S & EfficientSplit
Definition Classes
IndexedSeqOps -> IterableOnce
Inherited from
IndexedSeqOps
def sum[B >: Transpose[DenseVector[T]]](implicit num: Numeric[B]): B
Inherited from
IterableOnceOps
def tail: IndexedSeq[Transpose[DenseVector[T]]]
Inherited from
IterableOps
def tails: Iterator[IndexedSeq[Transpose[DenseVector[T]]]]
Inherited from
IterableOps
override def take(n: Int): IndexedSeq[Transpose[DenseVector[T]]]
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
override def takeRight(n: Int): IndexedSeq[Transpose[DenseVector[T]]]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
def takeWhile(p: Transpose[DenseVector[T]] => Boolean): IndexedSeq[Transpose[DenseVector[T]]]
Inherited from
IterableOps
override def tapEach[U](f: Transpose[DenseVector[T]] => U): IndexedSeq[Transpose[DenseVector[T]]]
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def to[C1](factory: Factory[Transpose[DenseVector[T]], C1]): C1
Inherited from
IterableOnceOps
def toArray[B >: Transpose[DenseVector[T]]](implicit ClassTag[B]): Array[B]
Inherited from
IterableOnceOps
@inline
final def toBuffer[B >: Transpose[DenseVector[T]]]: Buffer[B]
Inherited from
IterableOnceOps
final override def toIndexedSeq: IndexedSeq[Transpose[DenseVector[T]]]
Definition Classes
IndexedSeq -> IterableOnceOps
Inherited from
IndexedSeq
Inherited from
Iterable
def toList: List[Transpose[DenseVector[T]]]
Inherited from
IterableOnceOps
def toMap[K, V](implicit ev: Transpose[DenseVector[T]] <:< (K, V)): Map[K, V]
Inherited from
IterableOnceOps
final override def toSeq: BroadcastedDMRowsISeq[T]
Definition Classes
Seq -> IterableOnceOps
Inherited from
Seq
def toSet[B >: Transpose[DenseVector[T]]]: Set[B]
Inherited from
IterableOnceOps
override def toString(): String
Definition Classes
Seq -> Function1 -> Iterable -> Any
Inherited from
Seq
def toVector: Vector[Transpose[DenseVector[T]]]
Inherited from
IterableOnceOps
def transpose[B](implicit asIterable: Transpose[DenseVector[T]] => Iterable[B]): IndexedSeq[IndexedSeq[B]]
Inherited from
IterableOps
def unapply(a: Int): Option[Transpose[DenseVector[T]]]
Inherited from
PartialFunction
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 updated[B >: Transpose[DenseVector[T]]](index: Int, elem: B): IndexedSeq[B]
Inherited from
SeqOps
override def view: IndexedSeqView[Transpose[DenseVector[T]]]
Definition Classes
IndexedSeqOps -> SeqOps -> IterableOps
Inherited from
IndexedSeqOps
def withFilter(p: Transpose[DenseVector[T]] => Boolean): WithFilter[Transpose[DenseVector[T]], [A] =>> IndexedSeq[A]]
Inherited from
IterableOps
def zip[B](that: IterableOnce[B]): IndexedSeq[(Transpose[DenseVector[T]], B)]
Inherited from
IterableOps
def zipAll[A1 >: Transpose[DenseVector[T]], B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
Inherited from
IterableOps
def zipWithIndex: IndexedSeq[(Transpose[DenseVector[T]], Int)]
Inherited from
IterableOps

Deprecated and Inherited methods

@inline @deprecated(message = "Use foldLeft instead of /:", since = "2.13.0")
final def /:[B](z: B)(op: (B, Transpose[DenseVector[T]]) => B): B
Deprecated
[Since version 2.13.0] Use foldLeft instead of /:
Inherited from
IterableOnceOps
@inline @deprecated(message = "Use foldRight instead of :\\", since = "2.13.0")
final def :\[B](z: B)(op: (Transpose[DenseVector[T]], B) => B): B
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")
def aggregate[B](z: => B)(seqop: (B, Transpose[DenseVector[T]]) => B, combop: (B, B) => B): B
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")
def companion: IterableFactory[[A] =>> IndexedSeq[A]]
Deprecated
[Since version 2.13.0] Use iterableFactory instead
Inherited from
IterableOps
@inline @deprecated(message = "Use `dest ++= coll` instead", since = "2.13.0")
final def copyToBuffer[B >: Transpose[DenseVector[T]]](dest: Buffer[B]): Unit
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")
def hasDefiniteSize: Boolean
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")
final def prefixLength(p: Transpose[DenseVector[T]] => Boolean): Int
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")
final def repr: IndexedSeq[Transpose[DenseVector[T]]]
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")
def reverseMap[B](f: Transpose[DenseVector[T]] => B): IndexedSeq[B]
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
@inline @deprecated(message = "Use .iterator instead of .toIterator", since = "2.13.0")
final def toIterator: Iterator[Transpose[DenseVector[T]]]
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")
final def toStream: Stream[Transpose[DenseVector[T]]]
Deprecated
[Since version 2.13.0] Use .to(LazyList) instead of .toStream
Inherited from
IterableOnceOps
@deprecated(message = "Use toIterable instead", since = "2.13.0")
final def toTraversable: Iterable[Transpose[DenseVector[T]]]
Deprecated
[Since version 2.13.0] Use toIterable instead
Inherited from
IterableOps
@inline @deprecated(message = "Use `concat` instead", since = "2.13.0")
final def union[B >: Transpose[DenseVector[T]]](that: Seq[B]): IndexedSeq[B]
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")
override def view(from: Int, until: Int): IndexedSeqView[Transpose[DenseVector[T]]]
Deprecated
[Since version 2.13.0] Use .view.slice(from, until) instead of .view(from, until)
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps

Concrete fields