object Vector extends VectorConstructors[Vector]
- Alphabetic
- By Inheritance
- Vector
- VectorConstructors
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[V](values: Array[V]): Vector[V]
Creates a vector with the specified elements
Creates a vector with the specified elements
- Definition Classes
- Vector → VectorConstructors
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def canCopy[E]: CanCopy[Vector[E]]
-
implicit
def
canCreateZeros[V](implicit arg0: ClassTag[V], arg1: Zero[V]): CanCreateZeros[Vector[V], Int]
- Definition Classes
- VectorConstructors
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
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
-
def
range(start: Int, end: Int, step: Int): Vector[Int]
- Definition Classes
- VectorConstructors
-
def
range(start: Int, end: Int): Vector[Int]
- Definition Classes
- VectorConstructors
-
def
rangeD(start: Double, end: Double, step: Double = 1.0): Vector[Double]
- Definition Classes
- VectorConstructors
-
def
rangeF(start: Float, end: Float, step: Float = 1.0f): Vector[Float]
- Definition Classes
- VectorConstructors
- implicit def scalarOf[T]: ScalarOf[Vector[T], T]
- implicit def space[V](implicit arg0: Field[V], arg1: Zero[V], arg2: ClassTag[V]): MutableFiniteCoordinateField[Vector[V], Int, V]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
- Vector → VectorConstructors