Trait/Object

spire.algebra

CoordinateSpace

Related Docs: object CoordinateSpace | package algebra

Permalink

trait CoordinateSpace[V, F] extends InnerProductSpace[V, F]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoordinateSpace
  2. InnerProductSpace
  3. VectorSpace
  4. Module
  5. AdditiveAbGroup
  6. AdditiveCMonoid
  7. AdditiveCSemigroup
  8. AdditiveGroup
  9. AdditiveMonoid
  10. AdditiveSemigroup
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def axis(i: Int): V

    Permalink
  2. abstract def coord(v: V, i: Int): F

    Permalink
  3. abstract def dimensions: Int

    Permalink
  4. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  5. abstract def negate(x: V): V

    Permalink
    Definition Classes
    AdditiveGroup
  6. abstract def plus(x: V, y: V): V

    Permalink
    Definition Classes
    AdditiveSemigroup
  7. implicit abstract def scalar: Field[F]

    Permalink
    Definition Classes
    VectorSpaceModule
  8. abstract def timesl(r: F, v: V): V

    Permalink
    Definition Classes
    Module
  9. abstract def zero: V

    Permalink
    Definition Classes
    AdditiveMonoid

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. def _x(v: V): F

    Permalink
  5. def _y(v: V): F

    Permalink
  6. def _z(v: V): F

    Permalink
  7. def additive: AbGroup[V]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def basis: Vector[V]

    Permalink
  10. def divr(v: V, f: F): V

    Permalink
    Definition Classes
    VectorSpace
  11. def dot(v: V, w: V): F

    Permalink
    Definition Classes
    CoordinateSpaceInnerProductSpace
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  14. final def isInstanceOf[T0]: Boolean

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

    Permalink

    Tests if a is zero.

    Tests if a is zero.

    Definition Classes
    AdditiveMonoid
  16. def minus(x: V, y: V): V

    Permalink
    Definition Classes
    AdditiveGroup
  17. def normed(implicit ev: NRoot[F]): NormedVectorSpace[V, F]

    Permalink
    Definition Classes
    InnerProductSpace
  18. def sum(as: TraversableOnce[V]): V

    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
  19. def sumOption(as: TraversableOnce[V]): Option[V]

    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
  20. def sumn(a: V, n: Int): V

    Permalink

    Return a added with itself n times.

    Return a added with itself n times.

    Definition Classes
    AdditiveGroupAdditiveMonoidAdditiveSemigroup
  21. def sumnAboveOne(a: V, n: Int): V

    Permalink
    Attributes
    protected
    Definition Classes
    AdditiveSemigroup
  22. def timesr(v: V, r: F): V

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

    Permalink
    Definition Classes
    Any

Inherited from InnerProductSpace[V, F]

Inherited from VectorSpace[V, F]

Inherited from Module[V, F]

Inherited from AdditiveAbGroup[V]

Inherited from AdditiveCMonoid[V]

Inherited from AdditiveCSemigroup[V]

Inherited from AdditiveGroup[V]

Inherited from AdditiveMonoid[V]

Inherited from AdditiveSemigroup[V]

Inherited from Any

Ungrouped