ConcreteMatrix

io.github.edadma.matrix.ConcreteMatrix
class ConcreteMatrix[F](val rows: Int, val cols: Int, init: (Int, Int) => F)(implicit t: ClassTag[F], field: Fractional[F]) extends Matrix[F]

Attributes

Graph
Supertypes
class Matrix[F]
trait (Int, Int) => F
trait IndexedSeq[F]
trait IndexedSeqOps[F, IndexedSeq, IndexedSeq[F]]
trait IndexedSeq[F]
trait IndexedSeqOps[F, IndexedSeq, IndexedSeq[F]]
class AbstractSeq[F]
trait Seq[F]
trait SeqOps[F, IndexedSeq, IndexedSeq[F]]
trait Iterable[F]
class AbstractSeq[F]
trait Seq[F]
trait Equals
trait SeqOps[F, IndexedSeq, IndexedSeq[F]]
trait PartialFunction[Int, F]
trait Int => F
class AbstractIterable[F]
trait Iterable[F]
trait IterableFactoryDefaults[F, IndexedSeq]
trait IterableOps[F, IndexedSeq, IndexedSeq[F]]
trait IterableOnceOps[F, IndexedSeq, IndexedSeq[F]]
trait IterableOnce[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def elem(row: Int, col: Int): F

Inherited methods

def *(that: Matrix[F]): Matrix[F]

Attributes

Inherited from:
Matrix
def *(s: F): Matrix[F]

Attributes

Inherited from:
Matrix
def +(that: Matrix[F]): Matrix[F]

Attributes

Inherited from:
Matrix
final def ++[B >: F](suffix: IterableOnce[B]): IndexedSeq[B]

Attributes

Inherited from:
IterableOps
final override def ++:[B >: F](prefix: IterableOnce[B]): IndexedSeq[B]

Attributes

Definition Classes
SeqOps -> IterableOps
Inherited from:
SeqOps
final def +:[B >: F](elem: B): IndexedSeq[B]

Attributes

Inherited from:
SeqOps
def -(that: Matrix[F]): Matrix[F]

Attributes

Inherited from:
Matrix
def /(s: F): Matrix[F]

Attributes

Inherited from:
Matrix
final def :+[B >: F](elem: B): IndexedSeq[B]

Attributes

Inherited from:
SeqOps
final def :++[B >: F](suffix: IterableOnce[B]): IndexedSeq[B]

Attributes

Inherited from:
SeqOps
def add(that: Matrix[F]): Matrix[F]

Attributes

Inherited from:
Matrix
final def addString(b: StringBuilder): b.type

Attributes

Inherited from:
IterableOnceOps
final def addString(b: StringBuilder, sep: String): b.type

Attributes

Inherited from:
IterableOnceOps
def addString(b: StringBuilder, start: String, sep: String, end: String): b.type

Attributes

Inherited from:
IterableOnceOps
def andThen[C](k: PartialFunction[F, C]): PartialFunction[Int, C]

Attributes

Inherited from:
PartialFunction
override def andThen[C](k: F => C): PartialFunction[Int, C]

Attributes

Definition Classes
PartialFunction -> Function1
Inherited from:
PartialFunction
def appendCol(v: Matrix[F]): Matrix[F]

Attributes

Inherited from:
Matrix
def appendRow(v: Matrix[F]): Matrix[F]

Attributes

Inherited from:
Matrix
def appended[B >: F](elem: B): IndexedSeq[B]

Attributes

Inherited from:
SeqOps
def appendedAll[B >: F](suffix: IterableOnce[B]): IndexedSeq[B]

Attributes

Inherited from:
SeqOps
def apply(idx: Int): F

Attributes

Inherited from:
Matrix
def apply(r: Int, c: Int): F

Attributes

Inherited from:
Matrix
def applyOrElse[A1 <: Int, B1 >: F](x: A1, default: A1 => B1): B1

Attributes

Inherited from:
PartialFunction
def array: Array[Array[F]]

Attributes

Inherited from:
Matrix
def blockView(ridx: Int, height: Int, cidx: Int, width: Int): Matrix[F]

Attributes

Inherited from:
Matrix
def build(init: (Int, Int) => F): ConcreteMatrix[F]

Attributes

Inherited from:
Matrix
infix override def canEqual(other: Any): Boolean

Attributes

Definition Classes
Matrix -> IndexedSeq -> Seq -> Equals
Inherited from:
Matrix
def cofactor(i: Int, j: Int): F

Attributes

Inherited from:
Matrix
def col(cidx: Int): Matrix[F]

Attributes

Inherited from:
Matrix
def colView(cidx: Int): Matrix[F]

Attributes

Inherited from:
Matrix
def collect[B](pf: PartialFunction[F, B]): IndexedSeq[B]

Attributes

Inherited from:
IterableOps
def collectFirst[B](pf: PartialFunction[F, B]): Option[B]

Attributes

Inherited from:
IterableOnceOps
def combinations(n: Int): Iterator[IndexedSeq[F]]

Attributes

Inherited from:
SeqOps
def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, F]

Attributes

Inherited from:
PartialFunction
def compose[A](g: A => Int): A => F

Attributes

Inherited from:
Function1
final override def concat[B >: F](suffix: IterableOnce[B]): IndexedSeq[B]

Attributes

Definition Classes
SeqOps -> IterableOps
Inherited from:
SeqOps
def concrete: Matrix[F]

Attributes

Inherited from:
Matrix
def contains[A1 >: F](elem: A1): Boolean

Attributes

Inherited from:
SeqOps
def containsSlice[B >: F](that: Seq[B]): Boolean

Attributes

Inherited from:
SeqOps
def copyToArray[B >: F](xs: Array[B], start: Int, len: Int): Int

Attributes

Inherited from:
IterableOnceOps
def copyToArray[B >: F](xs: Array[B], start: Int): Int

Attributes

Inherited from:
IterableOnceOps
def copyToArray[B >: F](xs: Array[B]): Int

Attributes

Inherited from:
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: (F, B) => Boolean): Boolean

Attributes

Inherited from:
IterableOnceOps
def corresponds[B](that: Seq[B])(p: (F, B) => Boolean): Boolean

Attributes

Inherited from:
SeqOps
def count(p: F => Boolean): Int

Attributes

Inherited from:
IterableOnceOps
def curried: Int => Int => F

Attributes

Inherited from:
Function2
def diff[B >: F](that: Seq[B]): IndexedSeq[F]

Attributes

Inherited from:
SeqOps
def distinct: IndexedSeq[F]

Attributes

Inherited from:
SeqOps
def distinctBy[B](f: F => B): IndexedSeq[F]

Attributes

Inherited from:
SeqOps
infix def dot(that: Matrix[F]): F

Attributes

Inherited from:
Matrix
override def drop(n: Int): IndexedSeq[F]

Attributes

Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from:
IndexedSeqOps
override def dropRight(n: Int): IndexedSeq[F]

Attributes

Definition Classes
IndexedSeqOps -> IterableOps
Inherited from:
IndexedSeqOps
def dropWhile(p: F => Boolean): IndexedSeq[F]

Attributes

Inherited from:
IterableOps
def elemMul(that: Matrix[F]): Matrix[F]

Attributes

Inherited from:
Matrix
def elementWise: ElementWiseExtractor[Int, F]

Attributes

Inherited from:
PartialFunction
def elements: Iterator[(Int, Int, F)]

Attributes

Inherited from:
Matrix
override def empty: IndexedSeq[F]

Attributes

Definition Classes
IterableFactoryDefaults -> IterableOps
Inherited from:
IterableFactoryDefaults
def endsWith[B >: F](that: Iterable[B]): Boolean

Attributes

Inherited from:
SeqOps
override def equals(other: Any): Boolean

Compares the receiver object (this) with the argument object (that) for equivalence.

Compares the receiver object (this) with the argument object (that) for equivalence.

Any implementation of this method should be an equivalence relation:

  • It is reflexive: for any instance x of type Any, x.equals(x) should return true.
  • It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true.
  • It is transitive: for any instances x, y, and z of type Any if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is usually necessary to override hashCode to ensure that objects which are "equal" (o1.equals(o2) returns true) hash to the same scala.Int. (o1.hashCode.equals(o2.hashCode)).

Value parameters

that

the object to compare against this object for equality.

Attributes

Returns

true if the receiver object is equivalent to the argument; false otherwise.

Definition Classes
Matrix -> Seq -> Equals -> Any
Inherited from:
Matrix
def exists(p: F => Boolean): Boolean

Attributes

Inherited from:
IterableOnceOps
def filter(pred: F => Boolean): IndexedSeq[F]

Attributes

Inherited from:
IterableOps
def filterNot(pred: F => Boolean): IndexedSeq[F]

Attributes

Inherited from:
IterableOps
def find(p: F => Boolean): Option[F]

Attributes

Inherited from:
IterableOnceOps
def findLast(p: F => Boolean): Option[F]

Attributes

Inherited from:
SeqOps
def flatMap[B](f: F => IterableOnce[B]): IndexedSeq[B]

Attributes

Inherited from:
IterableOps
def flatten[B](implicit asIterable: F => IterableOnce[B]): IndexedSeq[B]

Attributes

Inherited from:
IterableOps
def fold[A1 >: F](z: A1)(op: (A1, A1) => A1): A1

Attributes

Inherited from:
IterableOnceOps
def foldLeft[B](z: B)(op: (B, F) => B): B

Attributes

Inherited from:
IterableOnceOps
override def foldRight[B](z: B)(op: (F, B) => B): B

Attributes

Definition Classes
IndexedSeqOps -> IterableOnceOps
Inherited from:
IndexedSeqOps
def forall(p: F => Boolean): Boolean

Attributes

Inherited from:
IterableOnceOps
def foreach[U](f: F => U): Unit

Attributes

Inherited from:
IterableOnceOps
protected def fromSpecific(coll: IterableOnce[F]): IndexedSeq[F]

Attributes

Inherited from:
IterableFactoryDefaults
def groupBy[K](f: F => K): Map[K, IndexedSeq[F]]

Attributes

Inherited from:
IterableOps
def groupMap[K, B](key: F => K)(f: F => B): Map[K, IndexedSeq[B]]

Attributes

Inherited from:
IterableOps
def groupMapReduce[K, B](key: F => K)(f: F => B)(reduce: (B, B) => B): Map[K, B]

Attributes

Inherited from:
IterableOps
def grouped(size: Int): Iterator[IndexedSeq[F]]

Attributes

Inherited from:
IterableOps
override def hashCode: Int

Calculates a hash code value for the object.

Calculates a hash code value for the object.

The default hashing algorithm is platform dependent.

Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

Attributes

Returns

the hash code value for this object.

Definition Classes
Matrix -> Seq -> Any
Inherited from:
Matrix
override def head: F

Attributes

Definition Classes
IndexedSeqOps -> IterableOps
Inherited from:
IndexedSeqOps
override def headOption: Option[F]

Attributes

Definition Classes
IndexedSeqOps -> IterableOps
Inherited from:
IndexedSeqOps
def indexOf[B >: F](elem: B): Int

Attributes

Inherited from:
SeqOps
def indexOf[B >: F](elem: B, from: Int): Int

Attributes

Inherited from:
SeqOps
def indexOfSlice[B >: F](that: Seq[B]): Int

Attributes

Inherited from:
SeqOps
def indexOfSlice[B >: F](that: Seq[B], from: Int): Int

Attributes

Inherited from:
SeqOps
def indexWhere(p: F => Boolean): Int

Attributes

Inherited from:
SeqOps
def indexWhere(p: F => Boolean, from: Int): Int

Attributes

Inherited from:
SeqOps
def indices: Range

Attributes

Inherited from:
SeqOps
def inits: Iterator[IndexedSeq[F]]

Attributes

Inherited from:
IterableOps
def intersect[B >: F](that: Seq[B]): IndexedSeq[F]

Attributes

Inherited from:
SeqOps
def isDefinedAt(idx: Int): Boolean

Attributes

Inherited from:
SeqOps
override def isEmpty: Boolean

Attributes

Definition Classes
SeqOps -> IterableOnceOps
Inherited from:
SeqOps
override def isTraversableAgain: Boolean

Attributes

Definition Classes
IterableOps -> IterableOnceOps
Inherited from:
IterableOps
override def iterableFactory: SeqFactory[IndexedSeq]

Attributes

Definition Classes
IndexedSeq -> IndexedSeq -> Seq -> Seq -> Iterable -> Iterable -> IterableOps
Inherited from:
IndexedSeq
def iterator: Iterator[F]

Attributes

Inherited from:
IndexedSeqOps
override def knownSize: Int

Attributes

Definition Classes
IndexedSeqOps -> IterableOnce
Inherited from:
IndexedSeqOps
override def last: F

Attributes

Definition Classes
IndexedSeqOps -> IterableOps
Inherited from:
IndexedSeqOps
def lastIndexOf[B >: F](elem: B, end: Int): Int

Attributes

Inherited from:
SeqOps
def lastIndexOfSlice[B >: F](that: Seq[B]): Int

Attributes

Inherited from:
SeqOps
def lastIndexOfSlice[B >: F](that: Seq[B], end: Int): Int

Attributes

Inherited from:
SeqOps
def lastIndexWhere(p: F => Boolean): Int

Attributes

Inherited from:
SeqOps
def lastIndexWhere(p: F => Boolean, end: Int): Int

Attributes

Inherited from:
SeqOps
def lastOption: Option[F]

Attributes

Inherited from:
IterableOps
def lazyZip[B](that: Iterable[B]): LazyZip2[F, B, Iterable.this.type]

Attributes

Inherited from:
Iterable
final override def lengthCompare(that: Iterable[_]): Int

Attributes

Definition Classes
IndexedSeqOps -> SeqOps
Inherited from:
IndexedSeqOps
final override def lengthCompare(len: Int): Int

Attributes

Definition Classes
IndexedSeqOps -> SeqOps
Inherited from:
IndexedSeqOps
final def lengthIs: SizeCompareOps

Attributes

Inherited from:
SeqOps
def lift: Int => Option[F]

Attributes

Inherited from:
PartialFunction
def map(f: F => F): Matrix[F]

Attributes

Inherited from:
Matrix
override def map[B](f: F => B): IndexedSeq[B]

Attributes

Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from:
IndexedSeqOps
def max[B >: F](implicit ord: Ordering[B]): F

Attributes

Inherited from:
IterableOnceOps
def maxBy[B](f: F => B)(implicit ord: Ordering[B]): F

Attributes

Inherited from:
IterableOnceOps
def maxByOption[B](f: F => B)(implicit ord: Ordering[B]): Option[F]

Attributes

Inherited from:
IterableOnceOps
def maxOption[B >: F](implicit ord: Ordering[B]): Option[F]

Attributes

Inherited from:
IterableOnceOps
def min[B >: F](implicit ord: Ordering[B]): F

Attributes

Inherited from:
IterableOnceOps
def minBy[B](f: F => B)(implicit ord: Ordering[B]): F

Attributes

Inherited from:
IterableOnceOps
def minByOption[B](f: F => B)(implicit ord: Ordering[B]): Option[F]

Attributes

Inherited from:
IterableOnceOps
def minOption[B >: F](implicit ord: Ordering[B]): Option[F]

Attributes

Inherited from:
IterableOnceOps
def minor(i: Int, j: Int): F

Attributes

Inherited from:
Matrix
final def mkString: String

Attributes

Inherited from:
IterableOnceOps
final def mkString(sep: String): String

Attributes

Inherited from:
IterableOnceOps
final def mkString(start: String, sep: String, end: String): String

Attributes

Inherited from:
IterableOnceOps
def mul(that: Matrix[F]): Matrix[F]

Attributes

Inherited from:
Matrix
protected def newSpecificBuilder: Builder[F, IndexedSeq[F]]

Attributes

Inherited from:
IterableFactoryDefaults
def nonEmpty: Boolean

Attributes

Inherited from:
IterableOnceOps
def operation(that: Matrix[F], name: String, op: (F, F) => F): Matrix[F]

Attributes

Inherited from:
Matrix
def orElse[A1 <: Int, B1 >: F](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

Attributes

Inherited from:
PartialFunction
def padTo[B >: F](len: Int, elem: B): IndexedSeq[B]

Attributes

Inherited from:
SeqOps
def partition(p: F => Boolean): (IndexedSeq[F], IndexedSeq[F])

Attributes

Inherited from:
IterableOps
def partitionMap[A1, A2](f: F => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])

Attributes

Inherited from:
IterableOps
def patch[B >: F](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]

Attributes

Inherited from:
SeqOps
def permutations: Iterator[IndexedSeq[F]]

Attributes

Inherited from:
SeqOps
def prependCol(v: Matrix[F]): Matrix[F]

Attributes

Inherited from:
Matrix
def prependRow(v: Matrix[F]): Matrix[F]

Attributes

Inherited from:
Matrix
override def prepended[B >: F](elem: B): IndexedSeq[B]

Attributes

Definition Classes
IndexedSeqOps -> SeqOps
Inherited from:
IndexedSeqOps
def prependedAll[B >: F](prefix: IterableOnce[B]): IndexedSeq[B]

Attributes

Inherited from:
SeqOps
def product[B >: F](implicit num: Numeric[B]): B

Attributes

Inherited from:
IterableOnceOps
def reduce[B >: F](op: (B, B) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceLeft[B >: F](op: (B, F) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceLeftOption[B >: F](op: (B, F) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
def reduceOption[B >: F](op: (B, B) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
def reduceRight[B >: F](op: (F, B) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceRightOption[B >: F](op: (F, B) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
def removeColView(cidx: Int): Matrix[F]

Attributes

Inherited from:
Matrix
def removeRowView(ridx: Int): Matrix[F]

Attributes

Inherited from:
Matrix
def replaceCol(v: Matrix[F], idx: Int): Matrix[F]

Attributes

Inherited from:
Matrix
def replaceRow(v: Matrix[F], idx: Int): Matrix[F]

Attributes

Inherited from:
Matrix
override def reverse: IndexedSeq[F]

Attributes

Definition Classes
IndexedSeqOps -> SeqOps
Inherited from:
IndexedSeqOps
override def reverseIterator: Iterator[F]

Attributes

Definition Classes
IndexedSeqOps -> SeqOps
Inherited from:
IndexedSeqOps
override protected def reversed: Iterable[F]

Attributes

Definition Classes
IndexedSeqOps -> IterableOnceOps
Inherited from:
IndexedSeqOps
def row(ridx: Int): Matrix[F]

Attributes

Inherited from:
Matrix
def rowView(ridx: Int): Matrix[F]

Attributes

Inherited from:
Matrix
def runWith[U](action: F => U): Int => Boolean

Attributes

Inherited from:
PartialFunction
override def sameElements[B >: F](o: IterableOnce[B]): Boolean

Attributes

Definition Classes
IndexedSeq -> SeqOps
Inherited from:
IndexedSeq
def scala$collection$SeqOps$$super$concat[B >: F](suffix: IterableOnce[B]): IndexedSeq[B]

Attributes

Inherited from:
SeqOps
def scala$collection$SeqOps$$super$sizeCompare(that: Iterable[_]): Int

Attributes

Inherited from:
SeqOps

Attributes

Inherited from:
SeqOps

Attributes

Inherited from:
IndexedSeq
def scala$collection$immutable$IndexedSeq$$super$sameElements[B >: F](that: IterableOnce[B]): Boolean

Attributes

Inherited from:
IndexedSeq
def scala$collection$immutable$IndexedSeqOps$$super$slice(from: Int, until: Int): IndexedSeq[F]

Attributes

Inherited from:
IndexedSeqOps
def scan[B >: F](z: B)(op: (B, B) => B): IndexedSeq[B]

Attributes

Inherited from:
IterableOps
def scanLeft[B](z: B)(op: (B, F) => B): IndexedSeq[B]

Attributes

Inherited from:
IterableOps
def scanRight[B](z: B)(op: (F, B) => B): IndexedSeq[B]

Attributes

Inherited from:
IterableOps
override def search[B >: F](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult

Attributes

Definition Classes
IndexedSeqOps -> SeqOps
Inherited from:
IndexedSeqOps
override def search[B >: F](elem: B)(implicit ord: Ordering[B]): SearchResult

Attributes

Definition Classes
IndexedSeqOps -> SeqOps
Inherited from:
IndexedSeqOps
def segmentLength(p: F => Boolean, from: Int): Int

Attributes

Inherited from:
SeqOps
final def segmentLength(p: F => Boolean): Int

Attributes

Inherited from:
SeqOps
final override def size: Int

Attributes

Definition Classes
SeqOps -> IterableOnceOps
Inherited from:
SeqOps
final override def sizeCompare(that: Iterable[_]): Int

Attributes

Definition Classes
SeqOps -> IterableOps
Inherited from:
SeqOps
final override def sizeCompare(otherSize: Int): Int

Attributes

Definition Classes
SeqOps -> IterableOps
Inherited from:
SeqOps
final def sizeIs: SizeCompareOps

Attributes

Inherited from:
IterableOps
override def slice(from: Int, until: Int): IndexedSeq[F]

Attributes

Definition Classes
IndexedSeqOps -> IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from:
IndexedSeqOps
def sliding(size: Int, step: Int): Iterator[IndexedSeq[F]]

Attributes

Inherited from:
IterableOps
def sliding(size: Int): Iterator[IndexedSeq[F]]

Attributes

Inherited from:
IterableOps
def sortBy[B](f: F => B)(implicit ord: Ordering[B]): IndexedSeq[F]

Attributes

Inherited from:
SeqOps
def sortWith(lt: (F, F) => Boolean): IndexedSeq[F]

Attributes

Inherited from:
SeqOps
def sorted[B >: F](implicit ord: Ordering[B]): IndexedSeq[F]

Attributes

Inherited from:
SeqOps
def span(p: F => Boolean): (IndexedSeq[F], IndexedSeq[F])

Attributes

Inherited from:
IterableOps
override def splitAt(n: Int): (IndexedSeq[F], IndexedSeq[F])

Attributes

Definition Classes
IterableOps -> IterableOnceOps
Inherited from:
IterableOps
def startsWith[B >: F](that: IterableOnce[B], offset: Int): Boolean

Attributes

Inherited from:
SeqOps
override def stepper[S <: Stepper[_]](implicit shape: StepperShape[F, S]): S & EfficientSplit

Attributes

Definition Classes
IndexedSeqOps -> IterableOnce
Inherited from:
IndexedSeqOps
def sub(that: Matrix[F]): Matrix[F]

Attributes

Inherited from:
Matrix
def submatrix(i: Int, j: Int): Matrix[F]

Attributes

Inherited from:
Matrix
def sum[B >: F](implicit num: Numeric[B]): B

Attributes

Inherited from:
IterableOnceOps
def table: String

Attributes

Inherited from:
Matrix
def tail: IndexedSeq[F]

Attributes

Inherited from:
IterableOps
def tails: Iterator[IndexedSeq[F]]

Attributes

Inherited from:
IterableOps
override def take(n: Int): IndexedSeq[F]

Attributes

Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from:
IndexedSeqOps
override def takeRight(n: Int): IndexedSeq[F]

Attributes

Definition Classes
IndexedSeqOps -> IterableOps
Inherited from:
IndexedSeqOps
def takeWhile(p: F => Boolean): IndexedSeq[F]

Attributes

Inherited from:
IterableOps
override def tapEach[U](f: F => U): IndexedSeq[F]

Attributes

Definition Classes
IterableOps -> IterableOnceOps
Inherited from:
IterableOps
def to[C1](factory: Factory[F, C1]): C1

Attributes

Inherited from:
IterableOnceOps
def toArray[B >: F : ClassTag]: Array[B]

Attributes

Inherited from:
IterableOnceOps
final def toBuffer[B >: F]: Buffer[B]

Attributes

Inherited from:
IterableOnceOps
final override def toIndexedSeq: IndexedSeq[F]

Attributes

Definition Classes
IndexedSeq -> IterableOnceOps
Inherited from:
IndexedSeq
def toList: List[F]

Attributes

Inherited from:
IterableOnceOps
def toMap[K, V](implicit ev: F <:< (K, V)): Map[K, V]

Attributes

Inherited from:
IterableOnceOps
final override def toSeq: Seq.this.type

Attributes

Definition Classes
Seq -> IterableOnceOps
Inherited from:
Seq
def toSet[B >: F]: Set[B]

Attributes

Inherited from:
IterableOnceOps
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Matrix -> Function2 -> Seq -> Function1 -> Iterable -> Any
Inherited from:
Matrix
def toVector: Vector[F]

Attributes

Inherited from:
IterableOnceOps
def transpose[B](implicit asIterable: F => Iterable[B]): IndexedSeq[IndexedSeq[B]]

Attributes

Inherited from:
IterableOps
def tupled: ((Int, Int)) => F

Attributes

Inherited from:
Function2
def unapply(a: Int): Option[F]

Attributes

Inherited from:
PartialFunction
def unzip[A1, A2](implicit asPair: F => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

Attributes

Inherited from:
IterableOps
def unzip3[A1, A2, A3](implicit asTriple: F => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

Attributes

Inherited from:
IterableOps
def updated[B >: F](index: Int, elem: B): IndexedSeq[B]

Attributes

Inherited from:
SeqOps
override def view: IndexedSeqView[F]

Attributes

Definition Classes
IndexedSeqOps -> SeqOps -> IterableOps
Inherited from:
IndexedSeqOps
def withFilter(p: F => Boolean): WithFilter[F, IndexedSeq]

Attributes

Inherited from:
IterableOps
def zip[B](that: IterableOnce[B]): IndexedSeq[(F, B)]

Attributes

Inherited from:
IterableOps
def zipAll[A1 >: F, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]

Attributes

Inherited from:
IterableOps
def zipWithIndex: IndexedSeq[(F, Int)]

Attributes

Inherited from:
IterableOps

Deprecated and Inherited methods

final def /:[B](z: B)(op: (B, F) => B): B

Attributes

Deprecated
[Since version 2.13.0] Use foldLeft instead of /:
Inherited from:
IterableOnceOps
final def :\[B](z: B)(op: (F, B) => B): B

Attributes

Deprecated
[Since version 2.13.0] Use foldRight instead of :\\
Inherited from:
IterableOnceOps
def aggregate[B](z: => B)(seqop: (B, F) => B, combop: (B, B) => B): B

Attributes

Deprecated
[Since version 2.13.0] For sequential collections, prefer `foldLeft(z)(seqop)`. For parallel collections, use `ParIterableLike#aggregate`.
Inherited from:
IterableOnceOps
def companion: IterableFactory[IndexedSeq]

Attributes

Deprecated
[Since version 2.13.0] Use iterableFactory instead
Inherited from:
IterableOps
final def copyToBuffer[B >: F](dest: Buffer[B]): Unit

Attributes

Deprecated
[Since version 2.13.0] Use `dest ++= coll` instead
Inherited from:
IterableOnceOps
def hasDefiniteSize: Boolean

Attributes

Deprecated
[Since version 2.13.0] Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
Inherited from:
IterableOnceOps
final def prefixLength(p: F => Boolean): Int

Attributes

Deprecated
[Since version 2.13.0] Use segmentLength instead of prefixLength
Inherited from:
SeqOps
final def repr: IndexedSeq[F]

Attributes

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
def reverseMap[B](f: F => B): IndexedSeq[B]

Attributes

Deprecated
[Since version 2.13.0] Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)
Inherited from:
SeqOps
def seq: Iterable.this.type

Attributes

Deprecated
[Since version 2.13.0] Iterable.seq always returns the iterable itself
Inherited from:
Iterable
final def toIterable: Iterable.this.type

Attributes

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
final def toIterator: Iterator[F]

Attributes

Deprecated
[Since version 2.13.0] Use .iterator instead of .toIterator
Inherited from:
IterableOnceOps
final def toStream: Stream[F]

Attributes

Deprecated
[Since version 2.13.0] Use .to(LazyList) instead of .toStream
Inherited from:
IterableOnceOps
final def toTraversable: Iterable[F]

Attributes

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
final def union[B >: F](that: Seq[B]): IndexedSeq[B]

Attributes

Deprecated
[Since version 2.13.0] Use `concat` instead
Inherited from:
SeqOps
override def view(from: Int, until: Int): IndexedSeqView[F]

Attributes

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

val cols: Int
val rows: Int

Inherited fields

lazy val LU: (ConcreteMatrix[F], ConcreteMatrix[F])

Attributes

Inherited from:
Matrix

Attributes

Inherited from:
Matrix
lazy val adj: Matrix[F]

Attributes

Inherited from:
Matrix
lazy val det: F

Attributes

Inherited from:
Matrix
lazy val diagonal: Iterator[F]

Attributes

Inherited from:
Matrix
lazy val dim: (Int, Int)

Attributes

Inherited from:
Matrix
lazy val inverse: Matrix[F]

Attributes

Inherited from:
Matrix
lazy val isColumn: Boolean

Attributes

Inherited from:
Matrix
lazy val isDiagonal: Boolean

Attributes

Inherited from:
Matrix
lazy val isOrthogonal: Boolean

Attributes

Inherited from:
Matrix
lazy val isRow: Boolean

Attributes

Inherited from:
Matrix
lazy val isSkewSymmetric: Boolean

Attributes

Inherited from:
Matrix
lazy val isSquare: Boolean

Attributes

Inherited from:
Matrix
lazy val isSymmetric: Boolean

Attributes

Inherited from:
Matrix
lazy val isVector: Boolean

Attributes

Inherited from:
Matrix
lazy val isZero: Boolean

Attributes

Inherited from:
Matrix
lazy val length: Int

Attributes

Inherited from:
Matrix
lazy val lowerTriangular: Boolean

Attributes

Inherited from:
Matrix
lazy val norm: F

Attributes

Inherited from:
Matrix
lazy val rank: Int

Attributes

Inherited from:
Matrix

Attributes

Inherited from:
Matrix

Attributes

Inherited from:
Matrix
lazy val solution: ConcreteMatrix[F]

Attributes

Inherited from:
Matrix
lazy val trace: F

Attributes

Inherited from:
Matrix
lazy val transpose: Matrix[F]

Attributes

Inherited from:
Matrix
lazy val upperTriangular: Boolean

Attributes

Inherited from:
Matrix
lazy val vec: Matrix[F]

Attributes

Inherited from:
Matrix