Vector

trait Vector[@specialized(Int, Long, Float, Double) V] extends Serializable
trait Serializable
class Object
trait Matchable
class Any
class DenseVector[V]
class SparseVector[V]

Value members

Abstract methods

def apply(i: Int): V
def size: Int

Concrete methods

def length: Int
def toArray(implicit cm: ClassTag[V]): Array[V]