object Arrays extends ArraysLowPriority
If you import this object's members, you can treat Arrays as DenseVectors.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Arrays
- ArraysLowPriority
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit class ArrayIsNumericOps[V] extends NumericOps[Array[V]]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def binaryOpAddFromDVUOpAdd2[V](implicit op: operators.OpAdd.Impl2[DenseVector[V], V, DenseVector[V]]): operators.OpAdd.Impl2[Array[V], V, Array[V]]
-
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
- implicit def binaryOpFromDVOp2[V, Op <: OpType](implicit op: UImpl2[Op, DenseVector[V], DenseVector[V], DenseVector[V]]): UImpl2[Op, Array[V], Array[V], Array[V]]
- implicit def binaryOpFromDVOp2Add[V](implicit op: operators.OpAdd.Impl2[DenseVector[V], DenseVector[V], DenseVector[V]]): operators.OpAdd.Impl2[Array[V], Array[V], Array[V]]
- implicit def binaryOpFromDVUOp2[V, Op <: OpType](implicit op: UImpl2[Op, DenseVector[V], V, DenseVector[V]]): UImpl2[Op, Array[V], V, Array[V]]
- implicit def binaryUpdateOpFromDVDVOp[V, Op <: OpType](implicit op: InPlaceImpl2[Op, DenseVector[V], DenseVector[V]]): InPlaceImpl2[Op, Array[V], Array[V]]
-
implicit
def
binaryUpdateOpFromDVOp[V, Other, Op, U](implicit op: InPlaceImpl2[Op, DenseVector[V], Other], man: ClassTag[U]): InPlaceImpl2[Op, Array[V], Other]
- Definition Classes
- ArraysLowPriority
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )