Packages

object SparseVector extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparseVector
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class CanCopySparseVector[V] extends CanCopy[SparseVector[V]]

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. def apply[V](length: Int)(values: (Int, V)*)(implicit arg0: ClassTag[V], arg1: Zero[V], arg2: Semiring[V]): SparseVector[V]
  5. def apply[V](values: V*)(implicit arg0: ClassTag[V], arg1: Zero[V]): SparseVector[V]
  6. def apply[V](values: Array[V])(implicit arg0: Zero[V]): SparseVector[V]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. implicit def canCopySparse[V](implicit arg0: ClassTag[V], arg1: Zero[V]): CanCopySparseVector[V]
  9. implicit def canCreateZeros[V](implicit arg0: ClassTag[V], arg1: Zero[V]): CanCreateZeros[SparseVector[V], Int]
  10. implicit def canCreateZerosLike[V](implicit arg0: ClassTag[V], arg1: Zero[V]): CanCreateZerosLike[SparseVector[V], SparseVector[V]]
  11. implicit def canDim[E]: dim.Impl[SparseVector[E], Int]
  12. implicit def canMapPairs[V, V2](implicit arg0: ClassTag[V2], arg1: Zero[V2]): CanMapKeyValuePairs[SparseVector[V], Int, V, V2, SparseVector[V2]]
  13. implicit def canMapValues[V, V2](implicit arg0: ClassTag[V2], arg1: Zero[V2]): CanMapValues[SparseVector[V], V, V2, SparseVector[V2]]
  14. implicit def canTransformValues[V](implicit arg0: Zero[V], arg1: ClassTag[V]): CanTransformValues[SparseVector[V], V]
  15. implicit def canTraverseKeyValuePairs[V]: CanTraverseKeyValuePairs[SparseVector[V], Int, V]
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def fill[V](size: Int)(v: => V)(implicit arg0: ClassTag[V], arg1: Zero[V]): SparseVector[V]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def horzcat[V](vectors: SparseVector[V]*)(implicit arg0: Zero[V], arg1: ClassTag[V]): CSCMatrix[V]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. implicit def scalarOf[T]: ScalarOf[SparseVector[T], T]
  28. implicit def space[E](implicit arg0: Field[E], arg1: ClassTag[E], arg2: Zero[E]): MutableFiniteCoordinateField[SparseVector[E], Int, E]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def tabulate[V](size: Int)(f: (Int) => V)(implicit arg0: ClassTag[V], arg1: Zero[V]): SparseVector[V]
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def vertcat[V](vectors: SparseVector[V]*)(implicit arg0: Zero[V], arg1: ClassTag[V]): SparseVector[V]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def zeros[V](size: Int)(implicit arg0: ClassTag[V], arg1: Zero[V]): SparseVector[V]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped