Vector_GenericOps
trait Vector_TraversalOps
trait GenericOps
trait GenericOpsLowPrio
trait CastOps
trait GenericOpsLowPrio3
class Object
trait Matchable
class Any
trait VectorExpandOps
trait VectorOps
trait SliceVectorOps
object HasOps
trait DenseVectorExpandOps
trait DenseVectorOps
trait HashVectorOps
trait SparseVectorOps
trait DenseVector_DoubleOps
trait DenseVector_FloatOps
trait DenseVector_GenericOps
trait HashVectorExpandOps
trait SparseVectorExpandOps
Type members
Classlikes
case class ZippedVectorValues[@specialized(Double, Int, Float, Long) T, @specialized(Double, Int, Float, Long) U](a: Vector[T], b: Vector[U]) extends ZippedValues[T, U]
Inherited classlikes
class CanZipMapKeyValuesVector[@specialized(Double, Int, Float, Long) V, @specialized(Int, Double) RV]
- Inherited from
- Vector_TraversalOps
Implicits
Implicits
implicit def impl_OpAdd_InPlace_V_S_Generic[T](implicit field: Semiring[T]): InPlaceImpl2[Vector[T], T]
implicit def impl_OpAdd_V_V_eq_V_Generic[T](implicit evidence$3: Semiring[T]): Impl2[Vector[T], Vector[T], Vector[T]]
implicit def impl_OpDiv_InPlace_V_S_Generic[T](implicit field: Field[T]): InPlaceImpl2[Vector[T], T]
implicit def impl_OpDiv_InPlace_V_V_Generic[T](implicit field: Field[T]): InPlaceImpl2[Vector[T], Vector[T]]
implicit def impl_OpMulInner_V_V_eq_S[T](implicit field: Semiring[T]): Impl2[Vector[T], Vector[T], T]
implicit def impl_OpMulScalar_InPlace_V_S_Generic[T](implicit field: Semiring[T]): InPlaceImpl2[Vector[T], T]
implicit def impl_OpMulScalar_InPlace_V_V_Generic[T](implicit field: Semiring[T]): InPlaceImpl2[Vector[T], Vector[T]]
implicit def impl_OpPow_InPlace_V_S_Generic[T](implicit pow: Impl2[T, T, T], zero: Zero[T]): InPlaceImpl2[Vector[T], T]
implicit def impl_OpPow_InPlace_V_V_Generic[T](implicit pow: Impl2[T, T, T]): InPlaceImpl2[Vector[T], Vector[T]]
implicit def impl_OpSub_V_V_eq_V_Generic[T](implicit evidence$2: Ring[T]): Impl2[Vector[T], Vector[T], Vector[T]]
implicit def impl_scaleAdd_InPlace_V_T_V_Generic[T](implicit evidence$1: Semiring[T]): InPlaceImpl3[Vector[T], T, Vector[T]]
implicit def zipValuesSubclass[Vec1, Vec2, T, U](implicit view1: Vec1 <:< Vector[T], view2: Vec2 <:< Vector[U], op: Impl2[Vector[T], Vector[U], ZippedValues[T, U]]): Impl2[Vec1, Vec2, ZippedValues[T, U]]
Inherited implicits
implicit def canMapValues_V[V, V2](implicit evidence$2: Zero[V2], man: ClassTag[V2]): CanMapValues[Vector[V], V, V2, Vector[V2]]
- Inherited from
- Vector_TraversalOps
implicit def castOps_M_M[M1 <: Matrix[T], M2 <: Matrix[T], T, Op <: OpType, MR](implicit v1lt: M1 <:< Matrix[T], v2lt: M2 <:< Matrix[T], v1ne: NotGiven[M1 =:= Matrix[T] &:& M2 =:= Matrix[T]], op: UImpl2[Op, Matrix[T], Matrix[T], MR]): UImpl2[Op, M1, M2, MR]
- Inherited from
- CastOps
implicit def castOps_M_V[M1 <: Matrix[T], M2 <: Vector[T], T, Op <: OpType, MR](implicit v1lt: M1 <:< Matrix[T], v2lt: M2 <:< Vector[T], v1ne: NotGiven[M1 =:= Matrix[T] &:& M2 =:= Vector[T]], op: UImpl2[Op, Matrix[T], Vector[T], MR]): UImpl2[Op, M1, M2, MR]
- Inherited from
- CastOps
implicit def castOps_V_S[M1 <: Vector[T], T, Op <: OpType, MR](implicit v2: ScalarOf[M1, T], v1lt: M1 <:< Vector[T], v1ne: NotGiven[M1 =:= Vector[T]], op: UImpl2[Op, Vector[T], T, MR]): UImpl2[Op, M1, T, MR]
- Inherited from
- CastOps
implicit def castOps_V_V[M1 <: Vector[T], M2 <: Vector[T], T, Op <: OpType, MR](implicit v1lt: M1 <:< Vector[T], v2lt: M2 <:< Vector[T], v1ne: NotGiven[M1 =:= Vector[T] &:& M2 =:= Vector[T]], op: UImpl2[Op, Vector[T], Vector[T], MR]): UImpl2[Op, M1, M2, MR]
- Inherited from
- CastOps
implicit def castUpdateOps_M_M[M1 <: Matrix[T], M2 <: Matrix[T], T, Op <: OpType](implicit v1lt: M1 <:< Matrix[T], v2lt: M2 <:< Matrix[T], v1ne: NotGiven[M1 =:= Matrix[T] &:& M2 =:= Matrix[T]], op: InPlaceImpl2[Op, Matrix[T], Matrix[T]]): InPlaceImpl2[Op, M1, M2]
- Inherited from
- CastOps
implicit def castUpdateOps_M_V[M1 <: Matrix[T], M2 <: Vector[T], T, Op <: OpType](implicit v1lt: M1 <:< Matrix[T], v2lt: M2 <:< Vector[T], v1ne: NotGiven[M1 =:= Matrix[T] &:& M2 =:= Vector[T]], op: InPlaceImpl2[Op, Matrix[T], Vector[T]]): InPlaceImpl2[Op, M1, M2]
- Inherited from
- CastOps
implicit def castUpdateOps_V_S[M1 <: Vector[T], T, Op <: OpType](implicit v2: ScalarOf[M1, T], v1lt: M1 <:< Vector[T], v1ne: NotGiven[M1 =:= Vector[T]], op: InPlaceImpl2[Op, Vector[T], T]): InPlaceImpl2[Op, M1, T]
- Inherited from
- CastOps
implicit def castUpdateOps_V_V[M1 <: Vector[T], M2 <: Vector[T], T, Op <: OpType](implicit v1lt: M1 <:< Vector[T], v2lt: M2 <:< Vector[T], v1ne: NotGiven[M1 =:= Vector[T] &:& M2 =:= Vector[T]], op: InPlaceImpl2[Op, Vector[T], Vector[T]]): InPlaceImpl2[Op, M1, M2]
- Inherited from
- CastOps
implicit def impl_OpAdd_InPlace_T_U_Generic_from_scaleAdd_InPlace[T, U, V](implicit sa: InPlaceImpl3[T, U, V], semi: Semiring[U]): InPlaceImpl2[T, V]
- Inherited from
- GenericOps
implicit def impl_OpNeg_T_Generic_from_OpMulScalar[T, U, V](implicit scalarOf: ScalarOf[T, V], ring: Ring[V], scale: Impl2[T, V, U]): Impl[T, U]
- Inherited from
- GenericOps
implicit def impl_OpSub_InPlace_T_U_Generic_from_scaleAdd_InPlace[T, U, V](implicit sa: InPlaceImpl3[T, U, V], ring: Ring[U]): InPlaceImpl2[T, V]
- Inherited from
- GenericOps
implicit def impl_T_S_eq_U_from_ZipMap[Tag, T, V1, VR, U](implicit handhold: ScalarOf[T, V1], impl: UImpl2[Tag, V1, V1, VR], canZipMapValues: CanZipMapValues[T, V1, VR, U]): UImpl2[Tag, T, T, U]
- Inherited from
- GenericOpsLowPrio3
implicit def pureFromUpdate[T, Other, Op <: OpType](implicit op: InPlaceImpl2[Op, T, Other], copy: CanCopy[T]): UImpl2[Op, T, Other, T]
- Inherited from
- GenericOpsLowPrio