Class

spire.std

SeqCoordinateSpace

Related Doc: package std

Permalink

class SeqCoordinateSpace[A, SA <: SeqLike[A, SA]] extends SeqInnerProductSpace[A, SA] with CoordinateSpace[SA, A] with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
CoordinateSpace[SA, A], SeqInnerProductSpace[A, SA], InnerProductSpace[SA, A], SeqVectorSpace[A, SA], VectorSpace[SA, A], SeqModule[A, SA], Serializable, Serializable, Module[SA, A], AdditiveAbGroup[SA], AdditiveCMonoid[SA], AdditiveCSemigroup[SA], AdditiveGroup[SA], AdditiveMonoid[SA], AdditiveSemigroup[SA], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SeqCoordinateSpace
  2. CoordinateSpace
  3. SeqInnerProductSpace
  4. InnerProductSpace
  5. SeqVectorSpace
  6. VectorSpace
  7. SeqModule
  8. Serializable
  9. Serializable
  10. Module
  11. AdditiveAbGroup
  12. AdditiveCMonoid
  13. AdditiveCSemigroup
  14. AdditiveGroup
  15. AdditiveMonoid
  16. AdditiveSemigroup
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SeqCoordinateSpace(dimensions: Int)(implicit arg0: Field[A], cbf: CanBuildFrom[SA, A, SA])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _x(v: SA): A

    Permalink
    Definition Classes
    CoordinateSpace
  5. def _y(v: SA): A

    Permalink
    Definition Classes
    CoordinateSpace
  6. def _z(v: SA): A

    Permalink
    Definition Classes
    CoordinateSpace
  7. def additive: AbGroup[SA]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def axis(i: Int): SA

    Permalink
    Definition Classes
    SeqCoordinateSpaceCoordinateSpace
  10. def basis: Vector[SA]

    Permalink
    Definition Classes
    CoordinateSpace
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def coord(v: SA, i: Int): A

    Permalink
    Definition Classes
    SeqCoordinateSpaceCoordinateSpace
  13. val dimensions: Int

    Permalink
    Definition Classes
    SeqCoordinateSpaceCoordinateSpace
  14. def divr(v: SA, f: A): SA

    Permalink
    Definition Classes
    VectorSpace
  15. def dot(v: SA, w: SA): A

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isZero(a: SA)(implicit ev: Eq[SA]): Boolean

    Permalink

    Tests if a is zero.

    Tests if a is zero.

    Definition Classes
    AdditiveMonoid
  23. def minus(x: SA, y: SA): SA

    Permalink
    Definition Classes
    SeqModuleAdditiveGroup
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def negate(sa: SA): SA

    Permalink
    Definition Classes
    SeqModuleAdditiveGroup
  26. def normed(implicit ev: NRoot[A]): NormedVectorSpace[SA, A]

    Permalink
    Definition Classes
    InnerProductSpace
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def plus(x: SA, y: SA): SA

    Permalink
    Definition Classes
    SeqModuleAdditiveSemigroup
  30. implicit val scalar: Field[A]

    Permalink
    Definition Classes
    SeqVectorSpaceVectorSpaceSeqModuleModule
  31. def sum(as: TraversableOnce[SA]): SA

    Permalink

    Given a sequence of as, sum them using the monoid and return the total.

    Given a sequence of as, sum them using the monoid and return the total.

    Definition Classes
    AdditiveMonoid
  32. def sumOption(as: TraversableOnce[SA]): Option[SA]

    Permalink

    Given a sequence of as, sum them using the semigroup and return the total.

    Given a sequence of as, sum them using the semigroup and return the total.

    If the sequence is empty, returns None. Otherwise, returns Some(total).

    Definition Classes
    AdditiveSemigroup
  33. def sumn(a: SA, n: Int): SA

    Permalink

    Return a added with itself n times.

    Return a added with itself n times.

    Definition Classes
    AdditiveGroupAdditiveMonoidAdditiveSemigroup
  34. def sumnAboveOne(a: SA, n: Int): SA

    Permalink
    Attributes
    protected
    Definition Classes
    AdditiveSemigroup
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def timesl(r: A, sa: SA): SA

    Permalink
    Definition Classes
    SeqModuleModule
  37. def timesr(v: SA, r: A): SA

    Permalink
    Definition Classes
    Module
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def zero: SA

    Permalink
    Definition Classes
    SeqModuleAdditiveMonoid

Inherited from CoordinateSpace[SA, A]

Inherited from SeqInnerProductSpace[A, SA]

Inherited from InnerProductSpace[SA, A]

Inherited from SeqVectorSpace[A, SA]

Inherited from VectorSpace[SA, A]

Inherited from SeqModule[A, SA]

Inherited from Serializable

Inherited from Serializable

Inherited from Module[SA, A]

Inherited from AdditiveAbGroup[SA]

Inherited from AdditiveCMonoid[SA]

Inherited from AdditiveCSemigroup[SA]

Inherited from AdditiveGroup[SA]

Inherited from AdditiveMonoid[SA]

Inherited from AdditiveSemigroup[SA]

Inherited from AnyRef

Inherited from Any

Ungrouped