Packages

object Vectors

The Vectors object contains convenience definitions for commonly used types of vectors. For efficiency, non-generic versions of VectorD, VectorC and VectorR are provided in the linalgebra package.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vectors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type VectorB = VectorN[BigDecimal]
  2. type VectorF = VectorN[Float]
  3. type VectorI = VectorN[Int]
  4. type VectorL = VectorN[Long]