Trait

basis.math.FN

VectorFN

Related Doc: package FN

Permalink

trait VectorFN extends VectorElement

Source
FN.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. VectorFN
  2. VectorElement
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(i: Int): FN.Scalar

    Permalink

    Returns the coordinate at the given index.

  2. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any

Concrete Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def *:(scalar: FN.Scalar): Vector

    Permalink

    Returns the product of this vector times a scalar on the left.

    Returns the product of this vector times a scalar on the left.

    Definition Classes
    VectorFNVectorElement
  4. def +(that: Vector): Vector

    Permalink

    Returns sum of this vector and another vector.

    Returns sum of this vector and another vector.

    Definition Classes
    VectorFNVectorElement
  5. def -(that: Vector): Vector

    Permalink

    Returns the difference between this vector and another vector.

    Returns the difference between this vector and another vector.

    Definition Classes
    VectorFNVectorElement
  6. def :*(scalar: FN.Scalar): Vector

    Permalink

    Returns the product of this vector times a scalar on the right.

    Returns the product of this vector times a scalar on the right.

    Definition Classes
    VectorFNVectorElement
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def dim: Int

    Permalink

    Returns the number of coordinates in this vector.

  10. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    VectorFN → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    VectorFN → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def toString(): String

    Permalink
    Definition Classes
    VectorFN → Any
  14. def unary_-: Vector

    Permalink

    Returns the additive inverse of this vector.

    Returns the additive inverse of this vector.

    Definition Classes
    VectorFNVectorElement
  15. def (that: Vector): Vector

    Permalink

    Returns the pointwise product of this vector times another vector.

    Returns the pointwise product of this vector times another vector.

    Definition Classes
    VectorFNVectorElement
  16. def (that: Vector): FN.Scalar

    Permalink

    Returns the dot product of this vector and another vector.

    Returns the dot product of this vector and another vector. The name of this method contains the unicode dot operator (U+22C5).

Inherited from FN.VectorElement

Inherited from Any

Ungrouped