CSCMatrixOps
trait CSCMatrixExpandedOps
trait CSCMatrixOps_Ring
trait CSCMatrixOpsLowPrio
trait SerializableLogging
trait Serializable
trait CSCMatrixOps_Generic
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
Value members
Inherited methods
protected def updateFromPure_CSC[T, Other, Op](implicit op: UImpl2[Op, CSCMatrix[T], Other, CSCMatrix[T]]): InPlaceImpl2[Op, CSCMatrix[T], Other]
- Inherited from:
- CSCMatrixOps_Ring
Implicits
Implicits
implicit def CSC_canIterateKeysValues[V : Zero]: CanTraverseKeyValuePairs[CSCMatrix[V], (Int, Int), V]
Inherited implicits
implicit val axpyCSC_DM_DM_Double: InPlaceImpl3[DenseMatrix[Double], CSCMatrix[Double], DenseMatrix[Double]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val axpyCSC_DM_DM_Float: InPlaceImpl3[DenseMatrix[Float], CSCMatrix[Float], DenseMatrix[Float]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val axpyCSC_DM_DM_Long: InPlaceImpl3[DenseMatrix[Long], CSCMatrix[Long], DenseMatrix[Long]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val canMulM_SV_Double: BinaryRegistry[CSCMatrix[Double], SparseVector[Double], OpMulMatrix.type, SparseVector[Double]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val canMulM_SV_Float: BinaryRegistry[CSCMatrix[Float], SparseVector[Float], OpMulMatrix.type, SparseVector[Float]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val canMulM_SV_Int: BinaryRegistry[CSCMatrix[Int], SparseVector[Int], OpMulMatrix.type, SparseVector[Int]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val canMulM_SV_Long: BinaryRegistry[CSCMatrix[Long], SparseVector[Long], OpMulMatrix.type, SparseVector[Long]]
- Inherited from:
- CSCMatrixExpandedOps
implicit def canMulM_SV_Semiring[T : ClassTag]: BinaryRegistry[CSCMatrix[T], SparseVector[T], OpMulMatrix.type, SparseVector[T]]
- Inherited from:
- CSCMatrixOps_Ring
implicit val canMulM_V_Double: BinaryRegistry[CSCMatrix[Double], Vector[Double], OpMulMatrix.type, Vector[Double]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val canMulM_V_Float: BinaryRegistry[CSCMatrix[Float], Vector[Float], OpMulMatrix.type, Vector[Float]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val canMulM_V_Int: BinaryRegistry[CSCMatrix[Int], Vector[Int], OpMulMatrix.type, Vector[Int]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val canMulM_V_Long: BinaryRegistry[CSCMatrix[Long], Vector[Long], OpMulMatrix.type, Vector[Long]]
- Inherited from:
- CSCMatrixExpandedOps
implicit def canMulM_V_Semiring[T : ClassTag]: BinaryRegistry[CSCMatrix[T], Vector[T], OpMulMatrix.type, Vector[T]]
- Inherited from:
- CSCMatrixOps_Ring
implicit def canMul_SV_CSC_eq_CSC[T](implicit op: Impl2[CSCMatrix[T], CSCMatrix[T], CSCMatrix[T]], zero: Zero[T]): Impl2[SparseVector[T], CSCMatrix[T], CSCMatrix[T]]
- Inherited from:
- CSCMatrixExpandedOps
implicit def canMul_SVt_CSC_eq_SVt[T](implicit op: Impl2[CSCMatrix[T], CSCMatrix[T], CSCMatrix[T]], zero: Zero[T], ct: ClassTag[T]): Impl2[Transpose[SparseVector[T]], CSCMatrix[T], Transpose[SparseVector[T]]]
- Inherited from:
- CSCMatrixExpandedOps
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 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 csc_dm_OpAdd_Double: Impl2[CSCMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val csc_dm_OpSub_Double: Impl2[CSCMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val dm_csc_OpAdd_Double: Impl2[DenseMatrix[Double], CSCMatrix[Double], DenseMatrix[Double]]
- Inherited from:
- CSCMatrixExpandedOps
implicit val dm_csc_OpSub_Double: Impl2[DenseMatrix[Double], CSCMatrix[Double], DenseMatrix[Double]]
- Inherited from:
- CSCMatrixExpandedOps
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_OpSolveMatrixBy_CSCD_DVD_eq_DVD[V](implicit multMV: Impl2[CSCMatrix[Double], V, V], ispace: MutableInnerProductVectorSpace[V, Double]): Impl2[CSCMatrix[Double], V, V]
- Inherited from:
- CSCMatrixOps_Ring
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_CSC_CSC_eq_CSC_lift_OpAdd[T : ClassTag]: InPlaceImpl2[CSCMatrix[T], CSCMatrix[T]]
- Inherited from:
- CSCMatrixOps_Ring
implicit def impl_Op_CSC_CSC_eq_CSC_lift_OpDiv[T : ClassTag]: InPlaceImpl2[CSCMatrix[T], CSCMatrix[T]]
- Inherited from:
- CSCMatrixOps_Ring
implicit def impl_Op_CSC_CSC_eq_CSC_lift_OpMod[T : ClassTag]: InPlaceImpl2[CSCMatrix[T], CSCMatrix[T]]
- Inherited from:
- CSCMatrixOps_Ring
implicit def impl_Op_CSC_CSC_eq_CSC_lift_OpMulScalar[T : ClassTag]: InPlaceImpl2[CSCMatrix[T], CSCMatrix[T]]
- Inherited from:
- CSCMatrixOps_Ring
implicit def impl_Op_CSC_CSC_eq_CSC_lift_OpPow[T : ClassTag]: InPlaceImpl2[CSCMatrix[T], CSCMatrix[T]]
- Inherited from:
- CSCMatrixOps_Ring
implicit def impl_Op_CSC_CSC_eq_CSC_lift_OpSet[T : ClassTag]: InPlaceImpl2[CSCMatrix[T], CSCMatrix[T]]
- Inherited from:
- CSCMatrixOps_Ring
implicit def impl_Op_CSC_CSC_eq_CSC_lift_OpSub[T : ClassTag]: InPlaceImpl2[CSCMatrix[T], CSCMatrix[T]]
- Inherited from:
- CSCMatrixOps_Ring
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 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_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 zipMapKeyVals[S, R : Zero]: CanZipMapKeyValues[CSCMatrix[S], (Int, Int), S, R, CSCMatrix[R]]
- Inherited from:
- CSCMatrixOps_Ring