Packages

object Vector extends VectorConstructors[Vector]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vector
  2. VectorConstructors
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[V](values: Array[V]): Vector[V]

    Creates a vector with the specified elements

    Creates a vector with the specified elements

    Definition Classes
    VectorVectorConstructors
  5. def apply[V](values: V*)(implicit arg0: ClassTag[V]): Vector[V]

    Creates a vector with the specified elements

    Creates a vector with the specified elements

    Definition Classes
    VectorConstructors
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit def canCopy[E]: CanCopy[Vector[E]]
  8. implicit def canCreateZeros[V](implicit arg0: ClassTag[V], arg1: Zero[V]): CanCreateZeros[Vector[V], Int]
    Definition Classes
    VectorConstructors
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. def rand[T](size: Int, rand: Rand[T] = Rand.uniform)(implicit arg0: ClassTag[T]): Vector[T]

    Creates a Vector of uniform random numbers in (0,1)

    Creates a Vector of uniform random numbers in (0,1)

    Definition Classes
    VectorConstructors
  19. def range(start: Int, end: Int, step: Int): Vector[Int]
    Definition Classes
    VectorConstructors
  20. def range(start: Int, end: Int): Vector[Int]
    Definition Classes
    VectorConstructors
  21. def rangeD(start: Double, end: Double, step: Double = 1.0): Vector[Double]
    Definition Classes
    VectorConstructors
  22. def rangeF(start: Float, end: Float, step: Float = 1.0f): Vector[Float]
    Definition Classes
    VectorConstructors
  23. implicit def scalarOf[T]: ScalarOf[Vector[T], T]
  24. implicit def space[V](implicit arg0: Field[V], arg1: Zero[V], arg2: ClassTag[V]): MutableFiniteCoordinateField[Vector[V], Int, V]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. def zeros[V](size: Int)(implicit arg0: ClassTag[V], arg1: Zero[V]): Vector[V]

    Creates a Vector of size size.

    Creates a Vector of size size.

    Definition Classes
    VectorVectorConstructors

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from VectorConstructors[Vector]

Inherited from AnyRef

Inherited from Any

Ungrouped