trait LabelledVector[L] extends LabelledArray[L, Double]
- Alphabetic
- By Inheritance
- LabelledVector
- LabelledArray
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def get(label: L): Option[Double]
- Definition Classes
- LabelledArray
- abstract def getClass(): Class[_ <: AnyRef]
- Definition Classes
- Any
- abstract def support: Iterable[L]
- Definition Classes
- LabelledArray
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from LabelledVector[L] toany2stringadd[LabelledVector[L]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (LabelledVector[L], B)
- Implicit
- This member is added by an implicit conversion from LabelledVector[L] toArrowAssoc[LabelledVector[L]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply(label: L)(implicit zero: Double): Double
- Definition Classes
- LabelledArray
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def dot(that: LabelledVector[L]): Double
- def ensuring(cond: (LabelledVector[L]) => Boolean, msg: => Any): LabelledVector[L]
- Implicit
- This member is added by an implicit conversion from LabelledVector[L] toEnsuring[LabelledVector[L]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (LabelledVector[L]) => Boolean): LabelledVector[L]
- Implicit
- This member is added by an implicit conversion from LabelledVector[L] toEnsuring[LabelledVector[L]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): LabelledVector[L]
- Implicit
- This member is added by an implicit conversion from LabelledVector[L] toEnsuring[LabelledVector[L]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): LabelledVector[L]
- Implicit
- This member is added by an implicit conversion from LabelledVector[L] toEnsuring[LabelledVector[L]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def equals(arg0: Any): Boolean
- Definition Classes
- Any
- def foreach[U](f: (Double) => U): Unit
- Definition Classes
- LabelledArray
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from LabelledVector[L] toStringFormat[LabelledVector[L]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- Any
- def incl(label: L)(arg: Double): ArrayMap[L, Double]
- Definition Classes
- LabelledArray
- def innerProduct(that: LabelledVector[L]): Double
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def proj(label: L)(arr: ArrayMap[L, Double])(implicit zero: Double): Double
- Definition Classes
- LabelledArray
- def sum: Double
- def toString(): String
- Definition Classes
- Any
Deprecated Value Members
- def →[B](y: B): (LabelledVector[L], B)
- Implicit
- This member is added by an implicit conversion from LabelledVector[L] toArrowAssoc[LabelledVector[L]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.