Packages

trait Vec extends AnyRef

The Vec trait establishes a common base type for all ScalaTion linalgebra vectors (e.g., VectorD, VectorI).

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

Abstract Value Members

  1. abstract def indices: Range

    Produce the range of all indices (0 to one less than dim).

  2. abstract def size: Int

    Return the size (number of elements) of the vector.