Packages

object Arrays extends ArraysLowPriority

If you import this object's members, you can treat Arrays as DenseVectors.

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

Type Members

  1. implicit class ArrayIsNumericOps[V] extends NumericOps[Array[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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit def binaryOpAddFromDVUOpAdd2[V](implicit op: operators.OpAdd.Impl2[DenseVector[V], V, DenseVector[V]]): operators.OpAdd.Impl2[Array[V], V, Array[V]]
  6. implicit def binaryOpFromDVOp[V, Other, Op <: OpType, U](implicit op: UImpl2[Op, DenseVector[V], Other, DenseVector[U]], man: ClassTag[U], zero: Zero[U]): UImpl2[Op, Array[V], Other, Array[U]]
    Definition Classes
    ArraysLowPriority
  7. implicit def binaryOpFromDVOp2[V, Op <: OpType](implicit op: UImpl2[Op, DenseVector[V], DenseVector[V], DenseVector[V]]): UImpl2[Op, Array[V], Array[V], Array[V]]
  8. implicit def binaryOpFromDVOp2Add[V](implicit op: operators.OpAdd.Impl2[DenseVector[V], DenseVector[V], DenseVector[V]]): operators.OpAdd.Impl2[Array[V], Array[V], Array[V]]
  9. implicit def binaryOpFromDVUOp2[V, Op <: OpType](implicit op: UImpl2[Op, DenseVector[V], V, DenseVector[V]]): UImpl2[Op, Array[V], V, Array[V]]
  10. implicit def binaryUpdateOpFromDVDVOp[V, Op <: OpType](implicit op: InPlaceImpl2[Op, DenseVector[V], DenseVector[V]]): InPlaceImpl2[Op, Array[V], Array[V]]
  11. implicit def binaryUpdateOpFromDVOp[V, Other, Op](implicit op: InPlaceImpl2[Op, DenseVector[V], Other]): InPlaceImpl2[Op, Array[V], Other]
    Definition Classes
    ArraysLowPriority
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ArraysLowPriority

Inherited from AnyRef

Inherited from Any

Ungrouped