Packages

object AdaptiveVector

Some functions to create or convert AdaptiveVectors

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdaptiveVector
  2. AnyRef
  3. 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. val THRESHOLD: Double

    When density >= this value * size, we switch to dense vectors

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def denseEquiv[V](implicit arg0: Equiv[V]): Equiv[AdaptiveVector[V]]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. implicit def equiv[V](implicit arg0: Equiv[V]): Equiv[AdaptiveVector[V]]
  11. def fill[V](size: Int)(sparse: V): AdaptiveVector[V]
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def fromMap[V](m: Map[Int, V], sparseVal: V, sizeOfDense: Int): AdaptiveVector[V]
  14. def fromVector[V](v: Vector[V], sparseVal: V): AdaptiveVector[V]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. implicit def group[V](implicit arg0: Group[V]): Group[AdaptiveVector[V]]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. implicit def monoid[V](implicit arg0: Monoid[V]): Monoid[AdaptiveVector[V]]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. implicit def semigroup[V](implicit arg0: Semigroup[V]): Semigroup[AdaptiveVector[V]]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toMap[V](iseq: IndexedSeq[V], sparse: V): Map[Int, V]
  26. def toMap[V](v: AdaptiveVector[V]): Map[Int, V]
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def toVector[V](v: AdaptiveVector[V]): Vector[V]
  29. def toVector[V](m: Map[Int, V], sparse: V, size: Int): Vector[V]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped