DenseMatrixOps
trait DenseMatrixOps extends MatrixOps with DenseMatrixExpandedOps with DenseMatrix_ComparisonOps with DenseMatrixMultOps with DenseMatrixMultiplyOps with DenseMatrixOps_FloatSpecialized with DenseMatrix_SetOps
trait DenseMatrixMultiplyOps
trait DenseMatrix_SetOps
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
object HasOps.type
Type members
Classlikes
class CanZipMapKeyValuesDenseMatrix[@specialized(Double, Int, Float, Long) V, @specialized(Int, Double) RV] extends CanZipMapKeyValues[DenseMatrix[V], (Int, Int), V, RV, DenseMatrix[RV]]
class CanZipMapValuesDenseMatrix[@specialized(Double, Int, Float, Long) V, @specialized(Int, Double) RV] extends CanZipMapValues[DenseMatrix[V], V, RV, DenseMatrix[RV]]
Inherited classlikes
class SetDMDMOp[@specialized(Double, Int, Float, Long) V] extends InPlaceImpl2[DenseMatrix[V], DenseMatrix[V]]
- Inherited from:
- DenseMatrix_SetOps
class SetDMDVOp[@specialized(Double, Int, Float, Long) V] extends InPlaceImpl2[DenseMatrix[V], DenseVector[V]]
- Inherited from:
- DenseMatrix_SetOps
object impl_OpMulMatrix_DMD_DMD_eq_DMD extends Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from:
- DenseMatrixMultiplyOps
object impl_OpMulMatrix_DMD_DVD_eq_DVD extends Impl2[DenseMatrix[Double], DenseVector[Double], DenseVector[Double]]
- Inherited from:
- DenseMatrixMultiplyOps
object impl_OpMulMatrix_DMF_DVF_eq_DVF extends Impl2[DenseMatrix[Float], DenseVector[Float], DenseVector[Float]]
- Inherited from:
- DenseMatrixOps_FloatSpecialized
object impl_OpSolveMatrixBy_DMD_DMD_eq_DMD extends Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from:
- DenseMatrixMultiplyOps
object impl_OpSolveMatrixBy_DMD_DVD_eq_DVD extends Impl2[DenseMatrix[Double], DenseVector[Double], DenseVector[Double]]
- Inherited from:
- DenseMatrixMultiplyOps
object impl_OpSolveMatrixBy_DMF_DMF_eq_DMF extends Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
- Inherited from:
- DenseMatrixOps_FloatSpecialized
object impl_OpSolveMatrixBy_DMF_DVF_eq_DVF extends Impl2[DenseMatrix[Float], DenseVector[Float], DenseVector[Float]]
- Inherited from:
- DenseMatrixOps_FloatSpecialized
Implicits
Implicits
implicit def canMapColsBitVector_DM[V : Zero]: CanCollapseAxis[DenseMatrix[V], _1.type, DenseVector[V], BitVector, DenseMatrix[Boolean]]
implicit def canMapCols_DM[V, Res : Zero](implicit evidence$67: ClassTag[Res], evidence$68: Zero[Res], implSet: InPlaceImpl2[DenseVector[Res], DenseVector[Res]]): CanCollapseAxis[DenseMatrix[V], _1.type, DenseVector[V], DenseVector[Res], DenseMatrix[Res]]
implicit def canMapRowsBitVector_DM[V : Zero]: CanCollapseAxis[DenseMatrix[V], _0.type, DenseVector[V], BitVector, DenseMatrix[Boolean]]
implicit def canMapRows_DM[V, R : Zero](implicit evidence$63: ClassTag[R], evidence$64: Zero[R], implSet: InPlaceImpl2[DenseVector[R], DenseVector[R]]): CanCollapseAxis[DenseMatrix[V], _0.type, DenseVector[V], DenseVector[R], DenseMatrix[R]]
Inherited implicits
implicit def canCollapseCols_DM[V, R : ClassTag]: CanCollapseAxis[DenseMatrix[V], _1.type, DenseVector[V], R, DenseVector[R]]
- Inherited from:
- LowPriorityDenseMatrix1
implicit def canCollapseRows_DM[V, R : ClassTag]: CanCollapseAxis[DenseMatrix[V], _0.type, DenseVector[V], R, Transpose[DenseVector[R]]]
- Inherited from:
- LowPriorityDenseMatrix1
implicit def canMapKeyValuePairs_DM[V, R : ClassTag]: 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 : ClassTag]: CanMapValues[DenseMatrix[V], V, R, DenseMatrix[R]]
- Inherited from:
- DenseMatrix_TraversalOps
implicit def canSliceTensor2[K1, K2, V : ClassTag]: CanSlice2[Tensor[(K1, K2), V], Seq[K1], Seq[K2], SliceMatrix[K1, K2, V]]
- Inherited from:
- TensorLowPrio
implicit def canSliceTensor2_CRs[K1, K2, V : ClassTag]: CanSlice2[Tensor[(K1, K2), V], Seq[K1], K2, SliceVector[(K1, K2), V]]
- Inherited from:
- TensorLowPrio
implicit def canSliceTensor2_CsR[K1, K2, V : ClassTag]: CanSlice2[Tensor[(K1, K2), V], K1, Seq[K2], Transpose[SliceVector[(K1, K2), V]]]
- Inherited from:
- TensorLowPrio
implicit def canSliceTensorBoolean[K, V : ClassTag]: CanSlice[Tensor[K, V], Tensor[K, Boolean], SliceVector[K, V]]
- Inherited from:
- TensorLowPrio
implicit def canSliceTensorBooleanCols[V : ClassTag]: CanSlice2[DenseMatrix[V], ::, Tensor[Int, Boolean], SliceMatrix[Int, Int, V]]
- Inherited from:
- DenseMatrix_SlicingOps_LowPrio
implicit def canSliceTensorBooleanRows[V : ClassTag]: CanSlice2[DenseMatrix[V], Tensor[Int, Boolean], ::, SliceMatrix[Int, Int, V]]
- Inherited from:
- DenseMatrix_SlicingOps_LowPrio
implicit def canSliceWeirdCols[V : ClassTag]: CanSlice2[DenseMatrix[V], ::, Seq[Int], SliceMatrix[Int, Int, V]]
- Inherited from:
- DenseMatrix_SlicingOps_LowPrio
implicit def canSliceWeirdRows[V : ClassTag]: 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 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 val dm_dm_UpdateOp_Double_OpMulScalar: InPlaceImpl2[DenseMatrix[Double], DenseMatrix[Double]]
- 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 val impl_OpMulMatrix_DM_DM_eq_DM_Float: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
- Inherited from:
- DenseMatrixOps_FloatSpecialized
implicit def impl_OpMulMatrix_DM_DM_eq_DM_Generic[T : Semiring]: 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.type, DenseMatrix[Double]]
- Inherited from:
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_M_eq_DM_Float: BinaryRegistry[DenseMatrix[Float], Matrix[Float], OpMulMatrix.type, DenseMatrix[Float]]
- Inherited from:
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_M_eq_DM_Int: BinaryRegistry[DenseMatrix[Int], Matrix[Int], OpMulMatrix.type, DenseMatrix[Int]]
- Inherited from:
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_M_eq_DM_Long: BinaryRegistry[DenseMatrix[Long], Matrix[Long], OpMulMatrix.type, DenseMatrix[Long]]
- Inherited from:
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_V_eq_DV_Double: BinaryRegistry[DenseMatrix[Double], Vector[Double], OpMulMatrix.type, DenseVector[Double]]
- Inherited from:
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_V_eq_DV_Float: BinaryRegistry[DenseMatrix[Float], Vector[Float], OpMulMatrix.type, 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.type, DenseVector[Int]]
- Inherited from:
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DM_V_eq_DV_Long: BinaryRegistry[DenseMatrix[Long], Vector[Long], OpMulMatrix.type, DenseVector[Long]]
- Inherited from:
- DenseMatrixMultOps
implicit val impl_OpMulMatrix_DVD_DMD_eq_DMD: Impl2[DenseVector[Double], DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from:
- DenseMatrixMultiplyOps
implicit val impl_OpMulMatrix_DVF_DMF_eq_DMF: Impl2[DenseVector[Float], DenseMatrix[Float], DenseMatrix[Float]]
- Inherited from:
- DenseMatrixOps_FloatSpecialized
implicit def impl_OpMulMatrix_DVT_DMT_eq_DMT[T](implicit op: Impl2[DenseMatrix[T], DenseMatrix[T], DenseMatrix[T]]): Impl2[DenseVector[T], DenseMatrix[T], DenseMatrix[T]]
- Inherited from:
- DenseMatrixMultiplyOps
implicit def impl_OpMulMatrix_DVTt_DMT_eq_DMT[T](implicit op: Impl2[DenseMatrix[T], DenseMatrix[T], DenseMatrix[T]]): Impl2[Transpose[DenseVector[T]], DenseMatrix[T], Transpose[DenseVector[T]]]
- Inherited from:
- DenseMatrixMultiplyOps
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_Op_DM_DM_eq_DMBool_Double_OpEq: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Double_OpGT: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Double_OpGTE: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Double_OpLT: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Double_OpLTE: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Double_OpNe: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Float_OpEq: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Float_OpGT: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Float_OpGTE: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Float_OpLT: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Float_OpLTE: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Float_OpNe: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Int_OpEq: Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Int_OpGT: Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Int_OpGTE: Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Int_OpLT: Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Int_OpLTE: Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Int_OpNe: Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Long_OpEq: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Long_OpGT: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Long_OpGTE: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Long_OpLT: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Long_OpLTE: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_DM_eq_DMBool_Long_OpNe: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Double_OpEq: Impl2[DenseMatrix[Double], Matrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Double_OpGT: Impl2[DenseMatrix[Double], Matrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Double_OpGTE: Impl2[DenseMatrix[Double], Matrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Double_OpLT: Impl2[DenseMatrix[Double], Matrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Double_OpLTE: Impl2[DenseMatrix[Double], Matrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Double_OpNe: Impl2[DenseMatrix[Double], Matrix[Double], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Float_OpEq: Impl2[DenseMatrix[Float], Matrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Float_OpGT: Impl2[DenseMatrix[Float], Matrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Float_OpGTE: Impl2[DenseMatrix[Float], Matrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Float_OpLT: Impl2[DenseMatrix[Float], Matrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Float_OpLTE: Impl2[DenseMatrix[Float], Matrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Float_OpNe: Impl2[DenseMatrix[Float], Matrix[Float], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Int_OpEq: Impl2[DenseMatrix[Int], Matrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Int_OpGT: Impl2[DenseMatrix[Int], Matrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Int_OpGTE: Impl2[DenseMatrix[Int], Matrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Int_OpLT: Impl2[DenseMatrix[Int], Matrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Int_OpLTE: Impl2[DenseMatrix[Int], Matrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Int_OpNe: Impl2[DenseMatrix[Int], Matrix[Int], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Long_OpEq: Impl2[DenseMatrix[Long], Matrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Long_OpGT: Impl2[DenseMatrix[Long], Matrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Long_OpGTE: Impl2[DenseMatrix[Long], Matrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Long_OpLT: Impl2[DenseMatrix[Long], Matrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Long_OpLTE: Impl2[DenseMatrix[Long], Matrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_M_eq_DMBool_Comparison_Long_OpNe: Impl2[DenseMatrix[Long], Matrix[Long], DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Double_OpEq: Impl2[DenseMatrix[Double], Double, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Double_OpGT: Impl2[DenseMatrix[Double], Double, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Double_OpGTE: Impl2[DenseMatrix[Double], Double, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Double_OpLT: Impl2[DenseMatrix[Double], Double, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Double_OpLTE: Impl2[DenseMatrix[Double], Double, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Double_OpNe: Impl2[DenseMatrix[Double], Double, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Float_OpEq: Impl2[DenseMatrix[Float], Float, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Float_OpGT: Impl2[DenseMatrix[Float], Float, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Float_OpGTE: Impl2[DenseMatrix[Float], Float, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Float_OpLT: Impl2[DenseMatrix[Float], Float, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Float_OpLTE: Impl2[DenseMatrix[Float], Float, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Float_OpNe: Impl2[DenseMatrix[Float], Float, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Int_OpEq: Impl2[DenseMatrix[Int], Int, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Int_OpGT: Impl2[DenseMatrix[Int], Int, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Int_OpGTE: Impl2[DenseMatrix[Int], Int, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Int_OpLT: Impl2[DenseMatrix[Int], Int, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Int_OpLTE: Impl2[DenseMatrix[Int], Int, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Int_OpNe: Impl2[DenseMatrix[Int], Int, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Long_OpEq: Impl2[DenseMatrix[Long], Long, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Long_OpGT: Impl2[DenseMatrix[Long], Long, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Long_OpGTE: Impl2[DenseMatrix[Long], Long, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Long_OpLT: Impl2[DenseMatrix[Long], Long, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Long_OpLTE: Impl2[DenseMatrix[Long], Long, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
implicit def impl_Op_DM_S_eq_DMBool_Comparison_Long_OpNe: Impl2[DenseMatrix[Long], Long, DenseMatrix[Boolean]]
- Inherited from:
- DenseMatrix_ComparisonOps
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 : Semiring]: InPlaceImpl3[DenseMatrix[T], T, DenseMatrix[T]]
- Inherited from:
- DenseMatrix_GenericOps
implicit val m_m_UpdateOp_BigInt_OpAdd: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpAdd.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_BigInt_OpDiv: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpDiv.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_BigInt_OpMod: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpMod.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_BigInt_OpMulScalar: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_BigInt_OpSet: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpSet.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_BigInt_OpSub: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpSub.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpAdd: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpAdd.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpDiv: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpDiv.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpMulScalar: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpPow: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpPow.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpSet: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpSet.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Complex_OpSub: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpSub.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Double_OpAdd: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpAdd.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Double_OpDiv: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpDiv.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Double_OpMod: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpMod.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Double_OpPow: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpPow.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Double_OpSet: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpSet.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Double_OpSub: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpSub.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Float_OpAdd: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpAdd.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Float_OpDiv: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpDiv.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Float_OpMod: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpMod.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Float_OpPow: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpPow.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Float_OpSet: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpSet.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Float_OpSub: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpSub.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Int_OpMulScalar: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_m_UpdateOp_Long_OpMulScalar: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpAdd[T : ClassTag]: BinaryUpdateRegistry[Matrix[T], Matrix[T], OpAdd.type]
- Inherited from:
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpDiv[T : ClassTag]: BinaryUpdateRegistry[Matrix[T], Matrix[T], OpDiv.type]
- Inherited from:
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpMod[T : ClassTag]: BinaryUpdateRegistry[Matrix[T], Matrix[T], OpMod.type]
- Inherited from:
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpMulScalar[T : ClassTag]: BinaryUpdateRegistry[Matrix[T], Matrix[T], OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpPow[T : ClassTag]: BinaryUpdateRegistry[Matrix[T], Matrix[T], OpPow.type]
- Inherited from:
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpSet[T : ClassTag]: BinaryUpdateRegistry[Matrix[T], Matrix[T], OpSet.type]
- Inherited from:
- MatrixExpandedOps
implicit def m_m_UpdateOp_OpSub[T : ClassTag]: BinaryUpdateRegistry[Matrix[T], Matrix[T], OpSub.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_s_UpdateOp_BigInt_OpMulMatrix: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMulMatrix.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_s_UpdateOp_BigInt_OpMulScalar: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_s_UpdateOp_Complex_OpMulMatrix: BinaryUpdateRegistry[Matrix[Complex], Complex, OpMulMatrix.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_s_UpdateOp_Complex_OpMulScalar: BinaryUpdateRegistry[Matrix[Complex], Complex, OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_s_UpdateOp_Double_OpMulMatrix: BinaryUpdateRegistry[Matrix[Double], Double, OpMulMatrix.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_s_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Matrix[Double], Double, OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_s_UpdateOp_Float_OpMulMatrix: BinaryUpdateRegistry[Matrix[Float], Float, OpMulMatrix.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_s_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Matrix[Float], Float, OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_s_UpdateOp_Long_OpMulMatrix: BinaryUpdateRegistry[Matrix[Long], Long, OpMulMatrix.type]
- Inherited from:
- MatrixExpandedOps
implicit val m_s_UpdateOp_Long_OpMulScalar: BinaryUpdateRegistry[Matrix[Long], Long, OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
implicit def m_s_UpdateOp_OpMulMatrix[T : ClassTag]: BinaryUpdateRegistry[Matrix[T], T, OpMulMatrix.type]
- Inherited from:
- MatrixExpandedOps
implicit def m_s_UpdateOp_OpMulScalar[T : ClassTag]: BinaryUpdateRegistry[Matrix[T], T, OpMulScalar.type]
- Inherited from:
- MatrixExpandedOps
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 val op_M_DM_BigInt_OpAdd: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpAdd.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_BigInt_OpDiv: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpDiv.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_BigInt_OpMod: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMod.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulScalar.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_BigInt_OpSub: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpSub.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Complex_OpAdd: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpAdd.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Complex_OpDiv: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpDiv.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Complex_OpMulScalar: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpMulScalar.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Complex_OpPow: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpPow.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Complex_OpSub: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpSub.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Double_OpAdd: BinaryRegistry[Matrix[Double], Matrix[Double], OpAdd.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Double_OpDiv: BinaryRegistry[Matrix[Double], Matrix[Double], OpDiv.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Double_OpMod: BinaryRegistry[Matrix[Double], Matrix[Double], OpMod.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulScalar.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Double_OpPow: BinaryRegistry[Matrix[Double], Matrix[Double], OpPow.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Double_OpSub: BinaryRegistry[Matrix[Double], Matrix[Double], OpSub.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Float_OpAdd: BinaryRegistry[Matrix[Float], Matrix[Float], OpAdd.type, Matrix[Float]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Float_OpDiv: BinaryRegistry[Matrix[Float], Matrix[Float], OpDiv.type, Matrix[Float]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Float_OpMod: BinaryRegistry[Matrix[Float], Matrix[Float], OpMod.type, Matrix[Float]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Float_OpMulScalar: BinaryRegistry[Matrix[Float], Matrix[Float], OpMulScalar.type, Matrix[Float]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Float_OpPow: BinaryRegistry[Matrix[Float], Matrix[Float], OpPow.type, Matrix[Float]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Float_OpSub: BinaryRegistry[Matrix[Float], Matrix[Float], OpSub.type, Matrix[Float]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Int_OpMulScalar: BinaryRegistry[Matrix[Int], Matrix[Int], OpMulScalar.type, Matrix[Int]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Long_OpAdd: BinaryRegistry[Matrix[Long], Matrix[Long], OpAdd.type, Matrix[Long]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Long_OpDiv: BinaryRegistry[Matrix[Long], Matrix[Long], OpDiv.type, Matrix[Long]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Long_OpMod: BinaryRegistry[Matrix[Long], Matrix[Long], OpMod.type, Matrix[Long]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Long_OpMulScalar: BinaryRegistry[Matrix[Long], Matrix[Long], OpMulScalar.type, Matrix[Long]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Long_OpPow: BinaryRegistry[Matrix[Long], Matrix[Long], OpPow.type, Matrix[Long]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_DM_Long_OpSub: BinaryRegistry[Matrix[Long], Matrix[Long], OpSub.type, Matrix[Long]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_M_BigInt: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulMatrix.type, Matrix[BigInt]]
- Inherited from:
- MatrixMultOps
implicit val op_M_M_Complex: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpMulMatrix.type, Matrix[Complex]]
- Inherited from:
- MatrixMultOps
implicit val op_M_M_Double: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulMatrix.type, Matrix[Double]]
- Inherited from:
- MatrixMultOps
implicit val op_M_M_Float: BinaryRegistry[Matrix[Float], Matrix[Float], OpMulMatrix.type, Matrix[Float]]
- Inherited from:
- MatrixMultOps
implicit val op_M_M_Long: BinaryRegistry[Matrix[Long], Matrix[Long], OpMulMatrix.type, Matrix[Long]]
- Inherited from:
- MatrixMultOps
implicit val op_M_S_BigInt_OpAdd: BinaryRegistry[Matrix[BigInt], BigInt, OpAdd.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_BigInt_OpDiv: BinaryRegistry[Matrix[BigInt], BigInt, OpDiv.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_BigInt_OpMod: BinaryRegistry[Matrix[BigInt], BigInt, OpMod.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_BigInt_OpMulMatrix: BinaryRegistry[Matrix[BigInt], BigInt, OpMulMatrix.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], BigInt, OpMulScalar.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_BigInt_OpSub: BinaryRegistry[Matrix[BigInt], BigInt, OpSub.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Complex_OpAdd: BinaryRegistry[Matrix[Complex], Complex, OpAdd.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Complex_OpDiv: BinaryRegistry[Matrix[Complex], Complex, OpDiv.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Complex_OpMulMatrix: BinaryRegistry[Matrix[Complex], Complex, OpMulMatrix.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Complex_OpMulScalar: BinaryRegistry[Matrix[Complex], Complex, OpMulScalar.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Complex_OpPow: BinaryRegistry[Matrix[Complex], Complex, OpPow.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Complex_OpSub: BinaryRegistry[Matrix[Complex], Complex, OpSub.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Double_OpAdd: BinaryRegistry[Matrix[Double], Double, OpAdd.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Double_OpDiv: BinaryRegistry[Matrix[Double], Double, OpDiv.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Double_OpMod: BinaryRegistry[Matrix[Double], Double, OpMod.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Double_OpMulMatrix: BinaryRegistry[Matrix[Double], Double, OpMulMatrix.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Double, OpMulScalar.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Double_OpPow: BinaryRegistry[Matrix[Double], Double, OpPow.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Double_OpSub: BinaryRegistry[Matrix[Double], Double, OpSub.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Float_OpMulMatrix: BinaryRegistry[Matrix[Float], Float, OpMulMatrix.type, Matrix[Float]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Float_OpMulScalar: BinaryRegistry[Matrix[Float], Float, OpMulScalar.type, Matrix[Float]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Int_OpMulMatrix: BinaryRegistry[Matrix[Int], Int, OpMulMatrix.type, Matrix[Int]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Int_OpMulScalar: BinaryRegistry[Matrix[Int], Int, OpMulScalar.type, Matrix[Int]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Long_OpMulMatrix: BinaryRegistry[Matrix[Long], Long, OpMulMatrix.type, Matrix[Long]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_S_Long_OpMulScalar: BinaryRegistry[Matrix[Long], Long, OpMulScalar.type, Matrix[Long]]
- Inherited from:
- MatrixExpandedOps
implicit def op_M_S_OpMulMatrix[T : ClassTag]: BinaryRegistry[Matrix[T], T, OpMulMatrix.type, Matrix[T]]
- Inherited from:
- MatrixExpandedOps
implicit def op_M_S_OpMulScalar[T : ClassTag]: BinaryRegistry[Matrix[T], T, OpMulScalar.type, Matrix[T]]
- Inherited from:
- MatrixExpandedOps
implicit val op_M_V_BigInt: BinaryRegistry[Matrix[BigInt], Vector[BigInt], OpMulMatrix.type, Vector[BigInt]]
- Inherited from:
- MatrixMultOps
implicit val op_M_V_Complex: BinaryRegistry[Matrix[Complex], Vector[Complex], OpMulMatrix.type, Vector[Complex]]
- Inherited from:
- MatrixMultOps
implicit val op_M_V_Double: BinaryRegistry[Matrix[Double], Vector[Double], OpMulMatrix.type, Vector[Double]]
- Inherited from:
- MatrixMultOps
implicit val op_M_V_Float: BinaryRegistry[Matrix[Float], Vector[Float], OpMulMatrix.type, Vector[Float]]
- Inherited from:
- MatrixMultOps
implicit val op_M_V_Long: BinaryRegistry[Matrix[Long], Vector[Long], OpMulMatrix.type, Vector[Long]]
- Inherited from:
- MatrixMultOps
implicit val op_S_M_BigInt_OpAdd: BinaryRegistry[BigInt, Matrix[BigInt], OpAdd.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_BigInt_OpDiv: BinaryRegistry[BigInt, Matrix[BigInt], OpDiv.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_BigInt_OpMod: BinaryRegistry[BigInt, Matrix[BigInt], OpMod.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_BigInt_OpMulMatrix: BinaryRegistry[BigInt, Matrix[BigInt], OpMulMatrix.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_BigInt_OpMulScalar: BinaryRegistry[BigInt, Matrix[BigInt], OpMulScalar.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_BigInt_OpSub: BinaryRegistry[BigInt, Matrix[BigInt], OpSub.type, Matrix[BigInt]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Complex_OpAdd: BinaryRegistry[Complex, Matrix[Complex], OpAdd.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Complex_OpDiv: BinaryRegistry[Complex, Matrix[Complex], OpDiv.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Complex_OpMulMatrix: BinaryRegistry[Complex, Matrix[Complex], OpMulMatrix.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Complex_OpMulScalar: BinaryRegistry[Complex, Matrix[Complex], OpMulScalar.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Complex_OpPow: BinaryRegistry[Complex, Matrix[Complex], OpPow.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Complex_OpSub: BinaryRegistry[Complex, Matrix[Complex], OpSub.type, Matrix[Complex]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Double_OpAdd: BinaryRegistry[Double, Matrix[Double], OpAdd.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Double_OpDiv: BinaryRegistry[Double, Matrix[Double], OpDiv.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Double_OpMod: BinaryRegistry[Double, Matrix[Double], OpMod.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Double_OpMulMatrix: BinaryRegistry[Double, Matrix[Double], OpMulMatrix.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Double_OpMulScalar: BinaryRegistry[Double, Matrix[Double], OpMulScalar.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Double_OpPow: BinaryRegistry[Double, Matrix[Double], OpPow.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Double_OpSub: BinaryRegistry[Double, Matrix[Double], OpSub.type, Matrix[Double]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Float_OpMulMatrix: BinaryRegistry[Float, Matrix[Float], OpMulMatrix.type, Matrix[Float]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Float_OpMulScalar: BinaryRegistry[Float, Matrix[Float], OpMulScalar.type, Matrix[Float]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Int_OpMulMatrix: BinaryRegistry[Int, Matrix[Int], OpMulMatrix.type, Matrix[Int]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Int_OpMulScalar: BinaryRegistry[Int, Matrix[Int], OpMulScalar.type, Matrix[Int]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Long_OpMulMatrix: BinaryRegistry[Long, Matrix[Long], OpMulMatrix.type, Matrix[Long]]
- Inherited from:
- MatrixExpandedOps
implicit val op_S_M_Long_OpMulScalar: BinaryRegistry[Long, Matrix[Long], OpMulScalar.type, Matrix[Long]]
- Inherited from:
- MatrixExpandedOps
implicit def op_S_M_OpMulMatrix[T : ClassTag]: BinaryRegistry[T, Matrix[T], OpMulMatrix.type, Matrix[T]]
- Inherited from:
- MatrixExpandedOps
implicit def op_S_M_OpMulScalar[T : ClassTag]: BinaryRegistry[T, Matrix[T], OpMulScalar.type, 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