Packages

object Collections

Annotations
@deprecated
Deprecated

(Since version 17/5/2017) use spire

Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Collections
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ApproxSeq[T] extends InfSeq[T]
  2. case class ArrayMap[L, T](coords: Map[L, T], supp: Option[Iterable[L]] = None) extends LabelledArray[L, T] with Product with Serializable
  3. trait InfSeq[T] extends AnyRef
  4. case class InnerProduct[V](dot: (V, V) => Double) extends Product with Serializable
  5. trait LabelledArray[L, T] extends Any
  6. trait LabelledVector[L] extends LabelledArray[L, Double]
  7. implicit class Shift[B] extends AnyRef

Value Members

  1. implicit def VectorArray[L, T](implicit zero: T, ls: LinearStructure[T]): LinearStructure[ArrayMap[L, T]]
  2. implicit def ZeroMap[L, T]: ArrayMap[L, T]
  3. implicit def ZeroPair[A, B](za: A, zb: B): (A, B)
  4. implicit val ZeroReal: Double
  5. implicit def shiftFromVS[V](implicit ls: LinearStructure[V]): Shift[V]
  6. def transversal[A](arg: List[A], equiv: (A, A) => Boolean, accum: List[A] = List()): List[A]
    Annotations
    @tailrec()
  7. def update[B](init: B, tangent: B, epsilon: Double)(implicit s: Shift[B]): B
  8. object ApproxSeq
  9. object InfSeq
  10. object InnerProduct extends Serializable