DenseMatrixOps_FloatSpecialized
trait DenseMatrixOps_FloatSpecialized extends DenseMatrixExpandedOps with DenseMatrixMultOps with DenseMatrix_SlicingOps
trait DenseMatrix_SlicingOps
trait LowPriorityDenseMatrix1
trait DenseMatrixMultOps
trait DenseMatrixOpsLowPrio
trait DenseMatrixExpandedOps
trait DenseMatrix_TraversalOps
trait DenseMatrix_GenericOps
trait MatrixOps
trait MatrixMultOps
trait MatrixExpandedOpsLowPrio
trait MatrixExpandedOps
trait MatrixGenericOps
trait TensorLowPrio
trait GenericOps
trait GenericOpsLowPrio
trait CastOps
trait GenericOpsLowPrio3
class Object
trait Matchable
class Any
trait DenseMatrixOps
object HasOps
Type members
Classlikes
object impl_OpMulMatrix_DMF_DVF_eq_DVF extends Impl2[DenseMatrix[Float], DenseVector[Float], DenseVector[Float]]
object impl_OpSolveMatrixBy_DMF_DMF_eq_DMF extends Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
object impl_OpSolveMatrixBy_DMF_DVF_eq_DVF extends Impl2[DenseMatrix[Float], DenseVector[Float], DenseVector[Float]]
Implicits
Implicits
implicit val impl_OpMulMatrix_DM_DM_eq_DM_Float: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
implicit val impl_OpMulMatrix_DVF_DMF_eq_DMF: Impl2[DenseVector[Float], DenseMatrix[Float], DenseMatrix[Float]]
Inherited implicits
implicit def canCollapseCols_DM[V, R](implicit evidence$62: ClassTag[R]): CanCollapseAxis[DenseMatrix[V], _1, DenseVector[V], R, DenseVector[R]]
- Inherited from
- LowPriorityDenseMatrix1
implicit def canCollapseRows_DM[V, R](implicit evidence$61: ClassTag[R]): CanCollapseAxis[DenseMatrix[V], _0, DenseVector[V], R, Transpose[DenseVector[R]]]
- Inherited from
- LowPriorityDenseMatrix1
implicit def canMapKeyValuePairs_DM[V, R](implicit evidence$6: ClassTag[R]): CanMapKeyValuePairs[DenseMatrix[V], (Int, Int), V, R, DenseMatrix[R]]
- Inherited from
- DenseMatrix_TraversalOps
implicit def canMapValues_DM[@specialized(Int, Float, Double) V, @specialized(Int, Float, Double) R](implicit evidence$7: ClassTag[R]): CanMapValues[DenseMatrix[V], V, R, DenseMatrix[R]]
- Inherited from
- DenseMatrix_TraversalOps
implicit def canSliceTensor[K, V](implicit evidence$1: ClassTag[V]): CanSlice[Tensor[K, V], Seq[K], SliceVector[K, V]]
- Inherited from
- TensorLowPrio
implicit def canSliceTensor2[K1, K2, V](implicit evidence$3: Semiring[V], evidence$4: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], Seq[K1], Seq[K2], SliceMatrix[K1, K2, V]]
- Inherited from
- TensorLowPrio
implicit def canSliceTensor2_CRs[K1, K2, V](implicit evidence$5: Semiring[V], evidence$6: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], Seq[K1], K2, SliceVector[(K1, K2), V]]
- Inherited from
- TensorLowPrio
implicit def canSliceTensor2_CsR[K1, K2, V](implicit evidence$7: Semiring[V], evidence$8: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], K1, Seq[K2], Transpose[SliceVector[(K1, K2), V]]]
- Inherited from
- TensorLowPrio
implicit def canSliceTensorBoolean[K, V](implicit evidence$2: ClassTag[V]): CanSlice[Tensor[K, V], Tensor[K, Boolean], SliceVector[K, V]]
- Inherited from
- TensorLowPrio
implicit def canSliceTensorBooleanCols[V](implicit evidence$7: Semiring[V], evidence$8: ClassTag[V]): CanSlice2[DenseMatrix[V], ::, Tensor[Int, Boolean], SliceMatrix[Int, Int, V]]
- Inherited from
- DenseMatrix_SlicingOps_LowPrio
implicit def canSliceTensorBooleanRows[V](implicit evidence$5: Semiring[V], evidence$6: ClassTag[V]): CanSlice2[DenseMatrix[V], Tensor[Int, Boolean], ::, SliceMatrix[Int, Int, V]]
- Inherited from
- DenseMatrix_SlicingOps_LowPrio
implicit def canSliceTensor_Seq_to_2[K, V, Res](implicit seqSlice: CanSlice[Tensor[K, V], Seq[K], Res]): CanSlice2[Tensor[K, V], K, K, Res]
- Inherited from
- TensorLowPrio
implicit def canSliceWeirdCols[V](implicit evidence$3: Semiring[V], evidence$4: ClassTag[V]): CanSlice2[DenseMatrix[V], ::, Seq[Int], SliceMatrix[Int, Int, V]]
- Inherited from
- DenseMatrix_SlicingOps_LowPrio
implicit def canSliceWeirdRows[V](implicit evidence$1: Semiring[V], evidence$2: ClassTag[V]): CanSlice2[DenseMatrix[V], Seq[Int], ::, SliceMatrix[Int, Int, V]]
- Inherited from
- DenseMatrix_SlicingOps_LowPrio
implicit def canTransformValues_DM[@specialized(Int, Float, Double) V]: CanTransformValues[DenseMatrix[V], V]
- Inherited from
- DenseMatrix_TraversalOps
implicit def canTraverseKeyValuePairs_DM[V]: CanTraverseKeyValuePairs[DenseMatrix[V], (Int, Int), V]
- Inherited from
- DenseMatrix_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 val dm_dm_UpdateOp_Double_OpMulScalar: InPlaceImpl2[DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from
- DenseMatrixExpandedOps
implicit def dm_dm_UpdateOp_OpAdd[T](implicit evidence$1: Field[T], evidence$2: Zero[T], evidence$3: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit def dm_dm_UpdateOp_OpDiv[T](implicit evidence$10: Field[T], evidence$11: Zero[T], evidence$12: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit def dm_dm_UpdateOp_OpMod[T](implicit evidence$13: Field[T], evidence$14: Zero[T], evidence$15: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit def dm_dm_UpdateOp_OpMulScalar[T](implicit evidence$7: Field[T], evidence$8: Zero[T], evidence$9: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit def dm_dm_UpdateOp_OpPow[T](implicit evidence$16: Field[T], evidence$17: Zero[T], evidence$18: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit def dm_dm_UpdateOp_OpSub[T](implicit evidence$4: Field[T], evidence$5: Zero[T], evidence$6: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
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_OpMulMatrix_DM_DM_eq_DM_Generic[T](implicit evidence$2: Semiring[T]): Impl2[DenseMatrix[T], DenseMatrix[T], DenseMatrix[T]]
- Inherited from
- DenseMatrix_GenericOps
implicit val impl_OpMulMatrix_DM_DM_eq_DM_Int: Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Int]]
- Inherited from
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_DM_eq_DM_Long: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
- Inherited from
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_M_eq_DM_Double: BinaryRegistry[DenseMatrix[Double], Matrix[Double], OpMulMatrix, DenseMatrix[Double]]
- Inherited from
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_M_eq_DM_Float: BinaryRegistry[DenseMatrix[Float], Matrix[Float], OpMulMatrix, DenseMatrix[Float]]
- Inherited from
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_M_eq_DM_Int: BinaryRegistry[DenseMatrix[Int], Matrix[Int], OpMulMatrix, DenseMatrix[Int]]
- Inherited from
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_M_eq_DM_Long: BinaryRegistry[DenseMatrix[Long], Matrix[Long], OpMulMatrix, DenseMatrix[Long]]
- Inherited from
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_V_eq_DV_Double: BinaryRegistry[DenseMatrix[Double], Vector[Double], OpMulMatrix, DenseVector[Double]]
- Inherited from
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_V_eq_DV_Float: BinaryRegistry[DenseMatrix[Float], Vector[Float], OpMulMatrix, DenseVector[Float]]
- Inherited from
- DenseMatrixMultOps
implicit def impl_OpMulMatrix_DM_V_eq_DV_Generic[T, Vec <: Vector[T]](implicit ring: Semiring[T]): Impl2[DenseMatrix[T], Vec, DenseVector[T]]
- Inherited from
- DenseMatrix_GenericOps
implicit val impl_OpMulMatrix_DM_V_eq_DV_Int: BinaryRegistry[DenseMatrix[Int], Vector[Int], OpMulMatrix, DenseVector[Int]]
- Inherited from
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_V_eq_DV_Long: BinaryRegistry[DenseMatrix[Long], Vector[Long], OpMulMatrix, DenseVector[Long]]
- Inherited from
- DenseMatrixMultOps
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_OpSet_InPlace_DM_M[@specialized(Double, Int, Float, Long) V]: InPlaceImpl2[DenseMatrix[V], Matrix[V]]
- Inherited from
- LowPriorityDenseMatrix1
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 impl_scaleAdd_InPlace_DM_T_DM[T](implicit evidence$1: Semiring[T]): InPlaceImpl3[DenseMatrix[T], T, DenseMatrix[T]]
- Inherited from
- DenseMatrix_GenericOps
implicit def m_m_OpAdd_Update_Semi[T](implicit evidence$92: Semiring[T], evidence$93: ClassTag[T], evidence$94: Zero[T]): InPlaceImpl2[Matrix[T], Matrix[T]]
- Inherited from
- MatrixGenericOps
implicit def m_m_OpDiv_Update_Ring[T](implicit evidence$101: Field[T], evidence$102: ClassTag[T], evidence$103: Zero[T]): InPlaceImpl2[Matrix[T], Matrix[T]]
- Inherited from
- MatrixGenericOps
implicit def m_m_OpMul_Update_Semi[T](implicit evidence$95: Semiring[T], evidence$96: ClassTag[T], evidence$97: Zero[T]): InPlaceImpl2[Matrix[T], Matrix[T]]
- Inherited from
- MatrixGenericOps
implicit def m_m_OpSub_Update_Ring[T](implicit evidence$98: Ring[T], evidence$99: ClassTag[T], evidence$100: Zero[T]): InPlaceImpl2[Matrix[T], Matrix[T]]
- Inherited from
- MatrixGenericOps
implicit val m_m_UpdateOp_BigInt_OpMulScalar: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpAdd: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpAdd]
- Inherited from
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpDiv: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpDiv]
- Inherited from
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpMulScalar: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpPow: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpPow]
- Inherited from
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpSet: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpSet]
- Inherited from
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpSub: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpSub]
- Inherited from
- MatrixExpandedOps
implicit val m_m_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit val m_m_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit val m_m_UpdateOp_Int_OpMulScalar: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit val m_m_UpdateOp_Long_OpMulScalar: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpAdd[T](implicit evidence$7: Field[T], evidence$8: Zero[T], evidence$9: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpAdd]
- Inherited from
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpDiv[T](implicit evidence$16: Field[T], evidence$17: Zero[T], evidence$18: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpDiv]
- Inherited from
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpMod[T](implicit evidence$22: Field[T], evidence$23: Zero[T], evidence$24: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpMod]
- Inherited from
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpMulScalar[T](implicit evidence$13: Field[T], evidence$14: Zero[T], evidence$15: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpPow[T](implicit evidence$25: Field[T], evidence$26: Zero[T], evidence$27: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpPow]
- Inherited from
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpSet[T](implicit evidence$19: Field[T], evidence$20: Zero[T], evidence$21: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpSet]
- Inherited from
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpSub[T](implicit evidence$10: Field[T], evidence$11: Zero[T], evidence$12: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpSub]
- Inherited from
- MatrixExpandedOps
implicit val m_s_UpdateOp_BigInt_OpMulMatrix: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMulMatrix]
- Inherited from
- MatrixExpandedOps
implicit val m_s_UpdateOp_BigInt_OpMulScalar: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit val m_s_UpdateOp_Complex_OpMulMatrix: BinaryUpdateRegistry[Matrix[Complex], Complex, OpMulMatrix]
- Inherited from
- MatrixExpandedOps
implicit val m_s_UpdateOp_Complex_OpMulScalar: BinaryUpdateRegistry[Matrix[Complex], Complex, OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit val m_s_UpdateOp_Double_OpMulMatrix: BinaryUpdateRegistry[Matrix[Double], Double, OpMulMatrix]
- Inherited from
- MatrixExpandedOps
implicit val m_s_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Matrix[Double], Double, OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit val m_s_UpdateOp_Float_OpMulMatrix: BinaryUpdateRegistry[Matrix[Float], Float, OpMulMatrix]
- Inherited from
- MatrixExpandedOps
implicit val m_s_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Matrix[Float], Float, OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit def m_s_UpdateOp_OpAdd[T](implicit evidence$28: Field[T], evidence$29: Zero[T], evidence$30: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpAdd]
- Inherited from
- MatrixExpandedOps
implicit def m_s_UpdateOp_OpDiv[T](implicit evidence$40: Field[T], evidence$41: Zero[T], evidence$42: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpDiv]
- Inherited from
- MatrixExpandedOps
implicit def m_s_UpdateOp_OpMod[T](implicit evidence$43: Field[T], evidence$44: Zero[T], evidence$45: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMod]
- Inherited from
- MatrixExpandedOps
implicit def m_s_UpdateOp_OpMulMatrix[T](implicit evidence$37: Field[T], evidence$38: Zero[T], evidence$39: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMulMatrix]
- Inherited from
- MatrixExpandedOps
implicit def m_s_UpdateOp_OpMulScalar[T](implicit evidence$34: Field[T], evidence$35: Zero[T], evidence$36: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMulScalar]
- Inherited from
- MatrixExpandedOps
implicit def m_s_UpdateOp_OpPow[T](implicit evidence$46: Field[T], evidence$47: Zero[T], evidence$48: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpPow]
- Inherited from
- MatrixExpandedOps
implicit def m_s_UpdateOp_OpSub[T](implicit evidence$31: Field[T], evidence$32: Zero[T], evidence$33: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpSub]
- Inherited from
- MatrixExpandedOps
implicit def opUpdate_DM_S_OpAdd[T](implicit evidence$19: Field[T], evidence$20: Zero[T], evidence$21: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
- Inherited from
- DenseMatrixExpandedOps
implicit def opUpdate_DM_S_OpDiv[T](implicit evidence$31: Field[T], evidence$32: Zero[T], evidence$33: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
- Inherited from
- DenseMatrixExpandedOps
implicit def opUpdate_DM_S_OpMod[T](implicit evidence$34: Field[T], evidence$35: Zero[T], evidence$36: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
- Inherited from
- DenseMatrixExpandedOps
implicit def opUpdate_DM_S_OpMulMatrix[T](implicit evidence$28: Field[T], evidence$29: Zero[T], evidence$30: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
- Inherited from
- DenseMatrixExpandedOps
implicit def opUpdate_DM_S_OpMulScalar[T](implicit evidence$25: Field[T], evidence$26: Zero[T], evidence$27: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
- Inherited from
- DenseMatrixExpandedOps
implicit def opUpdate_DM_S_OpPow[T](implicit evidence$37: Field[T], evidence$38: Zero[T], evidence$39: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
- Inherited from
- DenseMatrixExpandedOps
implicit def opUpdate_DM_S_OpSub[T](implicit evidence$22: Field[T], evidence$23: Zero[T], evidence$24: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Double_OpAdd: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Double_OpDiv: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Double_OpMod: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Double_OpMulScalar: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Double_OpPow: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Double_OpSub: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Float_OpAdd: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Float_OpDiv: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Float_OpMod: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Float_OpMulScalar: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Float_OpPow: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Float_OpSub: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_DM_DM_Long_OpMulScalar: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
- Inherited from
- DenseMatrixExpandedOps
implicit def op_DM_S_OpAdd[T](implicit evidence$40: Field[T], evidence$41: Zero[T], evidence$42: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit def op_DM_S_OpDiv[T](implicit evidence$52: Field[T], evidence$53: Zero[T], evidence$54: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit def op_DM_S_OpMod[T](implicit evidence$55: Field[T], evidence$56: Zero[T], evidence$57: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit def op_DM_S_OpMulMatrix[T](implicit evidence$49: Field[T], evidence$50: Zero[T], evidence$51: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit def op_DM_S_OpMulScalar[T](implicit evidence$46: Field[T], evidence$47: Zero[T], evidence$48: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit def op_DM_S_OpPow[T](implicit evidence$58: Field[T], evidence$59: Zero[T], evidence$60: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit def op_DM_S_OpSub[T](implicit evidence$43: Field[T], evidence$44: Zero[T], evidence$45: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
- Inherited from
- DenseMatrixExpandedOps
implicit val op_M_DM_BigInt_OpAdd: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpAdd, Matrix[BigInt]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_BigInt_OpDiv: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpDiv, Matrix[BigInt]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_BigInt_OpMod: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMod, Matrix[BigInt]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulScalar, Matrix[BigInt]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_BigInt_OpSub: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpSub, Matrix[BigInt]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Complex_OpAdd: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpAdd, Matrix[Complex]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Complex_OpDiv: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpDiv, Matrix[Complex]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Complex_OpMulScalar: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpMulScalar, Matrix[Complex]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Complex_OpPow: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpPow, Matrix[Complex]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Complex_OpSub: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpSub, Matrix[Complex]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Double_OpAdd: BinaryRegistry[Matrix[Double], Matrix[Double], OpAdd, Matrix[Double]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Double_OpDiv: BinaryRegistry[Matrix[Double], Matrix[Double], OpDiv, Matrix[Double]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Double_OpMod: BinaryRegistry[Matrix[Double], Matrix[Double], OpMod, Matrix[Double]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulScalar, Matrix[Double]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Double_OpPow: BinaryRegistry[Matrix[Double], Matrix[Double], OpPow, Matrix[Double]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Double_OpSub: BinaryRegistry[Matrix[Double], Matrix[Double], OpSub, Matrix[Double]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Float_OpAdd: BinaryRegistry[Matrix[Float], Matrix[Float], OpAdd, Matrix[Float]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Float_OpDiv: BinaryRegistry[Matrix[Float], Matrix[Float], OpDiv, Matrix[Float]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Float_OpMod: BinaryRegistry[Matrix[Float], Matrix[Float], OpMod, Matrix[Float]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Float_OpMulScalar: BinaryRegistry[Matrix[Float], Matrix[Float], OpMulScalar, Matrix[Float]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Float_OpPow: BinaryRegistry[Matrix[Float], Matrix[Float], OpPow, Matrix[Float]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Float_OpSub: BinaryRegistry[Matrix[Float], Matrix[Float], OpSub, Matrix[Float]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Int_OpMulScalar: BinaryRegistry[Matrix[Int], Matrix[Int], OpMulScalar, Matrix[Int]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_DM_Long_OpMulScalar: BinaryRegistry[Matrix[Long], Matrix[Long], OpMulScalar, Matrix[Long]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_M_BigInt: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulMatrix, Matrix[BigInt]]
- Inherited from
- MatrixMultOps
implicit val op_M_M_Complex: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpMulMatrix, Matrix[Complex]]
- Inherited from
- MatrixMultOps
implicit val op_M_M_Double: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulMatrix, Matrix[Double]]
- Inherited from
- MatrixMultOps
implicit def op_M_M_Semiring[T](implicit evidence$4: Semiring[T], evidence$5: Zero[T], evidence$6: ClassTag[T]): Impl2[Matrix[T], Matrix[T], Matrix[T]]
- Inherited from
- MatrixMultOps
implicit val op_M_S_BigInt_OpMulMatrix: BinaryRegistry[Matrix[BigInt], BigInt, OpMulMatrix, Matrix[BigInt]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_S_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], BigInt, OpMulScalar, Matrix[BigInt]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_S_Complex_OpMulMatrix: BinaryRegistry[Matrix[Complex], Complex, OpMulMatrix, Matrix[Complex]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_S_Complex_OpMulScalar: BinaryRegistry[Matrix[Complex], Complex, OpMulScalar, Matrix[Complex]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_S_Double_OpMulMatrix: BinaryRegistry[Matrix[Double], Double, OpMulMatrix, Matrix[Double]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_S_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Double, OpMulScalar, Matrix[Double]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_S_Float_OpMulMatrix: BinaryRegistry[Matrix[Float], Float, OpMulMatrix, Matrix[Float]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_S_Float_OpMulScalar: BinaryRegistry[Matrix[Float], Float, OpMulScalar, Matrix[Float]]
- Inherited from
- MatrixExpandedOps
implicit def op_M_S_OpAdd[T](implicit evidence$49: Field[T], evidence$50: Zero[T], evidence$51: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpAdd, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_M_S_OpDiv[T](implicit evidence$61: Field[T], evidence$62: Zero[T], evidence$63: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpDiv, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_M_S_OpMod[T](implicit evidence$64: Field[T], evidence$65: Zero[T], evidence$66: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMod, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_M_S_OpMulMatrix[T](implicit evidence$58: Field[T], evidence$59: Zero[T], evidence$60: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMulMatrix, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_M_S_OpMulScalar[T](implicit evidence$55: Field[T], evidence$56: Zero[T], evidence$57: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMulScalar, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_M_S_OpPow[T](implicit evidence$67: Field[T], evidence$68: Zero[T], evidence$69: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpPow, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_M_S_OpSub[T](implicit evidence$52: Field[T], evidence$53: Zero[T], evidence$54: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpSub, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit val op_M_V_BigInt: BinaryRegistry[Matrix[BigInt], Vector[BigInt], OpMulMatrix, Vector[BigInt]]
- Inherited from
- MatrixMultOps
implicit val op_M_V_Complex: BinaryRegistry[Matrix[Complex], Vector[Complex], OpMulMatrix, Vector[Complex]]
- Inherited from
- MatrixMultOps
implicit val op_M_V_Double: BinaryRegistry[Matrix[Double], Vector[Double], OpMulMatrix, Vector[Double]]
- Inherited from
- MatrixMultOps
implicit def op_M_V_Semiring[T](implicit evidence$1: Semiring[T], evidence$2: Zero[T], evidence$3: ClassTag[T]): Impl2[Matrix[T], Vector[T], Vector[T]]
- Inherited from
- MatrixMultOps
implicit val op_S_M_BigInt_OpMulMatrix: BinaryRegistry[BigInt, Matrix[BigInt], OpMulMatrix, Matrix[BigInt]]
- Inherited from
- MatrixExpandedOps
implicit val op_S_M_BigInt_OpMulScalar: BinaryRegistry[BigInt, Matrix[BigInt], OpMulScalar, Matrix[BigInt]]
- Inherited from
- MatrixExpandedOps
implicit val op_S_M_Complex_OpMulMatrix: BinaryRegistry[Complex, Matrix[Complex], OpMulMatrix, Matrix[Complex]]
- Inherited from
- MatrixExpandedOps
implicit val op_S_M_Complex_OpMulScalar: BinaryRegistry[Complex, Matrix[Complex], OpMulScalar, Matrix[Complex]]
- Inherited from
- MatrixExpandedOps
implicit val op_S_M_Double_OpMulMatrix: BinaryRegistry[Double, Matrix[Double], OpMulMatrix, Matrix[Double]]
- Inherited from
- MatrixExpandedOps
implicit val op_S_M_Double_OpMulScalar: BinaryRegistry[Double, Matrix[Double], OpMulScalar, Matrix[Double]]
- Inherited from
- MatrixExpandedOps
implicit val op_S_M_Float_OpMulMatrix: BinaryRegistry[Float, Matrix[Float], OpMulMatrix, Matrix[Float]]
- Inherited from
- MatrixExpandedOps
implicit val op_S_M_Float_OpMulScalar: BinaryRegistry[Float, Matrix[Float], OpMulScalar, Matrix[Float]]
- Inherited from
- MatrixExpandedOps
implicit def op_S_M_OpAdd[T](implicit evidence$70: Field[T], evidence$71: Zero[T], evidence$72: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpAdd, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_S_M_OpDiv[T](implicit evidence$82: Field[T], evidence$83: Zero[T], evidence$84: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpDiv, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_S_M_OpMod[T](implicit evidence$85: Field[T], evidence$86: Zero[T], evidence$87: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMod, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_S_M_OpMulMatrix[T](implicit evidence$79: Field[T], evidence$80: Zero[T], evidence$81: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMulMatrix, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_S_M_OpMulScalar[T](implicit evidence$76: Field[T], evidence$77: Zero[T], evidence$78: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMulScalar, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_S_M_OpPow[T](implicit evidence$88: Field[T], evidence$89: Zero[T], evidence$90: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpPow, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def op_S_M_OpSub[T](implicit evidence$73: Field[T], evidence$74: Zero[T], evidence$75: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpSub, Matrix[T]]
- Inherited from
- MatrixExpandedOps
implicit def pureFromUpdate[T, Other, Op <: OpType](implicit op: InPlaceImpl2[Op, T, Other], copy: CanCopy[T]): UImpl2[Op, T, Other, T]
- Inherited from
- GenericOpsLowPrio
implicit def s_dm_op[T, Op <: OpType, U](implicit opScalar: UImpl2[Op, T, T, U], ct: ClassTag[U], zero: Zero[U]): UImpl2[Op, T, DenseMatrix[T], DenseMatrix[U]]
- Inherited from
- DenseMatrixExpandedOps