Packages

t

breeze.linalg.operators

DenseMatrix_GenericOps

trait DenseMatrix_GenericOps extends MatrixOps

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DenseMatrix_GenericOps
  2. MatrixOps
  3. MatrixMultOps
  4. MatrixExpandedOpsLowPrio
  5. MatrixExpandedOps
  6. MatrixGenericOps
  7. TensorLowPrio
  8. GenericOps
  9. GenericOpsLowPrio
  10. CastOps
  11. GenericOpsLowPrio3
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit def canCopyMatrix[V](implicit arg0: ClassTag[V]): CanCopy[Matrix[V]]
    Definition Classes
    MatrixGenericOps
  6. implicit def canSliceTensor[K, V](implicit arg0: ClassTag[V]): CanSlice[Tensor[K, V], Seq[K], SliceVector[K, V]]
    Definition Classes
    TensorLowPrio
  7. implicit def canSliceTensor2[K1, K2, V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], Seq[K1], Seq[K2], SliceMatrix[K1, K2, V]]
    Definition Classes
    TensorLowPrio
  8. implicit def canSliceTensor2_CRs[K1, K2, V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], Seq[K1], K2, SliceVector[(K1, K2), V]]
    Definition Classes
    TensorLowPrio
  9. implicit def canSliceTensor2_CsR[K1, K2, V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], K1, Seq[K2], Transpose[SliceVector[(K1, K2), V]]]
    Definition Classes
    TensorLowPrio
  10. implicit def canSliceTensorBoolean[K, V](implicit arg0: ClassTag[V]): CanSlice[Tensor[K, V], Tensor[K, Boolean], SliceVector[K, V]]
    Definition Classes
    TensorLowPrio
  11. 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]
    Definition Classes
    TensorLowPrio
  12. 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]
    Definition Classes
    CastOps
  13. 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]
    Definition Classes
    CastOps
  14. 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]
    Definition Classes
    CastOps
  15. 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]
    Definition Classes
    CastOps
  16. 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]
    Definition Classes
    CastOps
  17. 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]
    Definition Classes
    CastOps
  18. 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]
    Definition Classes
    CastOps
  19. 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]
    Definition Classes
    CastOps
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. implicit def impl_OpAdd_InPlace_T_U_Generic_from_scaleAdd_InPlace[T, U, V](implicit sa: scaleAdd.InPlaceImpl3[T, U, V], semi: Semiring[U]): OpAdd.InPlaceImpl2[T, V]
    Definition Classes
    GenericOps
  26. implicit def impl_OpMulMatrix_DM_DM_eq_DM_Generic[T](implicit arg0: Semiring[T]): OpMulMatrix.Impl2[DenseMatrix[T], DenseMatrix[T], DenseMatrix[T]]
  27. implicit def impl_OpMulMatrix_DM_V_eq_DV_Generic[T, Vec <: Vector[T]](implicit ring: Semiring[T]): OpMulMatrix.Impl2[DenseMatrix[T], Vec, DenseVector[T]]
  28. implicit def impl_OpNeg_T_Generic_from_OpMulScalar[T, U, V](implicit scalarOf: ScalarOf[T, V], ring: Ring[V], scale: OpMulScalar.Impl2[T, V, U]): OpNeg.Impl[T, U]
    Definition Classes
    GenericOps
  29. implicit def impl_OpSub_InPlace_T_U_Generic_from_scaleAdd_InPlace[T, U, V](implicit sa: scaleAdd.InPlaceImpl3[T, U, V], ring: Ring[U]): OpSub.InPlaceImpl2[T, V]
    Definition Classes
    GenericOps
  30. 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]
    Definition Classes
    GenericOpsLowPrio3
  31. implicit def impl_scaleAdd_InPlace_DM_T_DM[T](implicit arg0: Semiring[T]): scaleAdd.InPlaceImpl3[DenseMatrix[T], T, DenseMatrix[T]]
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. implicit def m_m_OpAdd_Update_Semi[T](implicit arg0: Semiring[T], arg1: ClassTag[T], arg2: Zero[T]): OpAdd.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  34. implicit def m_m_OpDiv_Update_Ring[T](implicit arg0: Field[T], arg1: ClassTag[T], arg2: Zero[T]): OpDiv.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  35. implicit def m_m_OpMul_Update_Semi[T](implicit arg0: Semiring[T], arg1: ClassTag[T], arg2: Zero[T]): OpMulScalar.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  36. implicit def m_m_OpSub_Update_Ring[T](implicit arg0: Ring[T], arg1: ClassTag[T], arg2: Zero[T]): OpSub.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  37. implicit val m_m_UpdateOp_BigInt_OpAdd: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  38. implicit val m_m_UpdateOp_BigInt_OpDiv: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  39. implicit val m_m_UpdateOp_BigInt_OpMod: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  40. implicit val m_m_UpdateOp_BigInt_OpMulScalar: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  41. implicit val m_m_UpdateOp_BigInt_OpSet: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  42. implicit val m_m_UpdateOp_BigInt_OpSub: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  43. implicit val m_m_UpdateOp_Complex_OpAdd: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  44. implicit val m_m_UpdateOp_Complex_OpDiv: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  45. implicit val m_m_UpdateOp_Complex_OpMulScalar: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  46. implicit val m_m_UpdateOp_Complex_OpPow: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  47. implicit val m_m_UpdateOp_Complex_OpSet: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  48. implicit val m_m_UpdateOp_Complex_OpSub: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  49. implicit val m_m_UpdateOp_Double_OpAdd: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  50. implicit val m_m_UpdateOp_Double_OpDiv: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  51. implicit val m_m_UpdateOp_Double_OpMod: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  52. implicit val m_m_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  53. implicit val m_m_UpdateOp_Double_OpPow: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  54. implicit val m_m_UpdateOp_Double_OpSet: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  55. implicit val m_m_UpdateOp_Double_OpSub: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  56. implicit val m_m_UpdateOp_Float_OpAdd: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  57. implicit val m_m_UpdateOp_Float_OpDiv: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  58. implicit val m_m_UpdateOp_Float_OpMod: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  59. implicit val m_m_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  60. implicit val m_m_UpdateOp_Float_OpPow: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  61. implicit val m_m_UpdateOp_Float_OpSet: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  62. implicit val m_m_UpdateOp_Float_OpSub: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  63. implicit val m_m_UpdateOp_Int_OpAdd: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  64. implicit val m_m_UpdateOp_Int_OpDiv: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  65. implicit val m_m_UpdateOp_Int_OpMod: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  66. implicit val m_m_UpdateOp_Int_OpMulScalar: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  67. implicit val m_m_UpdateOp_Int_OpPow: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  68. implicit val m_m_UpdateOp_Int_OpSet: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  69. implicit val m_m_UpdateOp_Int_OpSub: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  70. implicit val m_m_UpdateOp_Long_OpAdd: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  71. implicit val m_m_UpdateOp_Long_OpDiv: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  72. implicit val m_m_UpdateOp_Long_OpMod: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  73. implicit val m_m_UpdateOp_Long_OpMulScalar: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  74. implicit val m_m_UpdateOp_Long_OpPow: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  75. implicit val m_m_UpdateOp_Long_OpSet: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  76. implicit val m_m_UpdateOp_Long_OpSub: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  77. implicit def m_m_UpdateOp_OpAdd[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  78. implicit def m_m_UpdateOp_OpDiv[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  79. implicit def m_m_UpdateOp_OpMod[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  80. implicit def m_m_UpdateOp_OpMulScalar[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  81. implicit def m_m_UpdateOp_OpPow[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  82. implicit def m_m_UpdateOp_OpSet[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  83. implicit def m_m_UpdateOp_OpSub[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  84. implicit val m_s_UpdateOp_BigInt_OpAdd: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  85. implicit val m_s_UpdateOp_BigInt_OpDiv: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  86. implicit val m_s_UpdateOp_BigInt_OpMod: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  87. implicit val m_s_UpdateOp_BigInt_OpMulMatrix: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  88. implicit val m_s_UpdateOp_BigInt_OpMulScalar: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  89. implicit val m_s_UpdateOp_BigInt_OpSet: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  90. implicit val m_s_UpdateOp_BigInt_OpSub: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  91. implicit val m_s_UpdateOp_Complex_OpAdd: BinaryUpdateRegistry[Matrix[Complex], Complex, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  92. implicit val m_s_UpdateOp_Complex_OpDiv: BinaryUpdateRegistry[Matrix[Complex], Complex, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  93. implicit val m_s_UpdateOp_Complex_OpMulMatrix: BinaryUpdateRegistry[Matrix[Complex], Complex, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  94. implicit val m_s_UpdateOp_Complex_OpMulScalar: BinaryUpdateRegistry[Matrix[Complex], Complex, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  95. implicit val m_s_UpdateOp_Complex_OpPow: BinaryUpdateRegistry[Matrix[Complex], Complex, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  96. implicit val m_s_UpdateOp_Complex_OpSet: BinaryUpdateRegistry[Matrix[Complex], Complex, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  97. implicit val m_s_UpdateOp_Complex_OpSub: BinaryUpdateRegistry[Matrix[Complex], Complex, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  98. implicit val m_s_UpdateOp_Double_OpAdd: BinaryUpdateRegistry[Matrix[Double], Double, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  99. implicit val m_s_UpdateOp_Double_OpDiv: BinaryUpdateRegistry[Matrix[Double], Double, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  100. implicit val m_s_UpdateOp_Double_OpMod: BinaryUpdateRegistry[Matrix[Double], Double, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  101. implicit val m_s_UpdateOp_Double_OpMulMatrix: BinaryUpdateRegistry[Matrix[Double], Double, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  102. implicit val m_s_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Matrix[Double], Double, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  103. implicit val m_s_UpdateOp_Double_OpPow: BinaryUpdateRegistry[Matrix[Double], Double, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  104. implicit val m_s_UpdateOp_Double_OpSet: BinaryUpdateRegistry[Matrix[Double], Double, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  105. implicit val m_s_UpdateOp_Double_OpSub: BinaryUpdateRegistry[Matrix[Double], Double, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  106. implicit val m_s_UpdateOp_Float_OpAdd: BinaryUpdateRegistry[Matrix[Float], Float, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  107. implicit val m_s_UpdateOp_Float_OpDiv: BinaryUpdateRegistry[Matrix[Float], Float, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  108. implicit val m_s_UpdateOp_Float_OpMod: BinaryUpdateRegistry[Matrix[Float], Float, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  109. implicit val m_s_UpdateOp_Float_OpMulMatrix: BinaryUpdateRegistry[Matrix[Float], Float, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  110. implicit val m_s_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Matrix[Float], Float, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  111. implicit val m_s_UpdateOp_Float_OpPow: BinaryUpdateRegistry[Matrix[Float], Float, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  112. implicit val m_s_UpdateOp_Float_OpSet: BinaryUpdateRegistry[Matrix[Float], Float, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  113. implicit val m_s_UpdateOp_Float_OpSub: BinaryUpdateRegistry[Matrix[Float], Float, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  114. implicit val m_s_UpdateOp_Int_OpAdd: BinaryUpdateRegistry[Matrix[Int], Int, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  115. implicit val m_s_UpdateOp_Int_OpDiv: BinaryUpdateRegistry[Matrix[Int], Int, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  116. implicit val m_s_UpdateOp_Int_OpMod: BinaryUpdateRegistry[Matrix[Int], Int, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  117. implicit val m_s_UpdateOp_Int_OpMulMatrix: BinaryUpdateRegistry[Matrix[Int], Int, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  118. implicit val m_s_UpdateOp_Int_OpMulScalar: BinaryUpdateRegistry[Matrix[Int], Int, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  119. implicit val m_s_UpdateOp_Int_OpPow: BinaryUpdateRegistry[Matrix[Int], Int, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  120. implicit val m_s_UpdateOp_Int_OpSet: BinaryUpdateRegistry[Matrix[Int], Int, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  121. implicit val m_s_UpdateOp_Int_OpSub: BinaryUpdateRegistry[Matrix[Int], Int, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  122. implicit val m_s_UpdateOp_Long_OpAdd: BinaryUpdateRegistry[Matrix[Long], Long, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  123. implicit val m_s_UpdateOp_Long_OpDiv: BinaryUpdateRegistry[Matrix[Long], Long, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  124. implicit val m_s_UpdateOp_Long_OpMod: BinaryUpdateRegistry[Matrix[Long], Long, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  125. implicit val m_s_UpdateOp_Long_OpMulMatrix: BinaryUpdateRegistry[Matrix[Long], Long, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  126. implicit val m_s_UpdateOp_Long_OpMulScalar: BinaryUpdateRegistry[Matrix[Long], Long, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  127. implicit val m_s_UpdateOp_Long_OpPow: BinaryUpdateRegistry[Matrix[Long], Long, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  128. implicit val m_s_UpdateOp_Long_OpSet: BinaryUpdateRegistry[Matrix[Long], Long, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  129. implicit val m_s_UpdateOp_Long_OpSub: BinaryUpdateRegistry[Matrix[Long], Long, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  130. implicit def m_s_UpdateOp_OpAdd[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  131. implicit def m_s_UpdateOp_OpDiv[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  132. implicit def m_s_UpdateOp_OpMod[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  133. implicit def m_s_UpdateOp_OpMulMatrix[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  134. implicit def m_s_UpdateOp_OpMulScalar[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  135. implicit def m_s_UpdateOp_OpPow[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  136. implicit def m_s_UpdateOp_OpSub[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  137. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  138. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  139. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  140. implicit val op_M_DM_BigInt_OpAdd: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpAdd.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  141. implicit val op_M_DM_BigInt_OpDiv: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpDiv.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  142. implicit val op_M_DM_BigInt_OpMod: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMod.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  143. implicit val op_M_DM_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulScalar.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  144. implicit val op_M_DM_BigInt_OpSub: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpSub.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  145. implicit val op_M_DM_Complex_OpAdd: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpAdd.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  146. implicit val op_M_DM_Complex_OpDiv: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpDiv.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  147. implicit val op_M_DM_Complex_OpMulScalar: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpMulScalar.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  148. implicit val op_M_DM_Complex_OpPow: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpPow.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  149. implicit val op_M_DM_Complex_OpSub: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpSub.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  150. implicit val op_M_DM_Double_OpAdd: BinaryRegistry[Matrix[Double], Matrix[Double], OpAdd.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  151. implicit val op_M_DM_Double_OpDiv: BinaryRegistry[Matrix[Double], Matrix[Double], OpDiv.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  152. implicit val op_M_DM_Double_OpMod: BinaryRegistry[Matrix[Double], Matrix[Double], OpMod.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  153. implicit val op_M_DM_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulScalar.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  154. implicit val op_M_DM_Double_OpPow: BinaryRegistry[Matrix[Double], Matrix[Double], OpPow.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  155. implicit val op_M_DM_Double_OpSub: BinaryRegistry[Matrix[Double], Matrix[Double], OpSub.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  156. implicit val op_M_DM_Float_OpAdd: BinaryRegistry[Matrix[Float], Matrix[Float], OpAdd.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  157. implicit val op_M_DM_Float_OpDiv: BinaryRegistry[Matrix[Float], Matrix[Float], OpDiv.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  158. implicit val op_M_DM_Float_OpMod: BinaryRegistry[Matrix[Float], Matrix[Float], OpMod.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  159. implicit val op_M_DM_Float_OpMulScalar: BinaryRegistry[Matrix[Float], Matrix[Float], OpMulScalar.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  160. implicit val op_M_DM_Float_OpPow: BinaryRegistry[Matrix[Float], Matrix[Float], OpPow.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  161. implicit val op_M_DM_Float_OpSub: BinaryRegistry[Matrix[Float], Matrix[Float], OpSub.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  162. implicit val op_M_DM_Int_OpAdd: BinaryRegistry[Matrix[Int], Matrix[Int], OpAdd.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  163. implicit val op_M_DM_Int_OpDiv: BinaryRegistry[Matrix[Int], Matrix[Int], OpDiv.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  164. implicit val op_M_DM_Int_OpMod: BinaryRegistry[Matrix[Int], Matrix[Int], OpMod.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  165. implicit val op_M_DM_Int_OpMulScalar: BinaryRegistry[Matrix[Int], Matrix[Int], OpMulScalar.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  166. implicit val op_M_DM_Int_OpPow: BinaryRegistry[Matrix[Int], Matrix[Int], OpPow.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  167. implicit val op_M_DM_Int_OpSub: BinaryRegistry[Matrix[Int], Matrix[Int], OpSub.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  168. implicit val op_M_DM_Long_OpAdd: BinaryRegistry[Matrix[Long], Matrix[Long], OpAdd.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  169. implicit val op_M_DM_Long_OpDiv: BinaryRegistry[Matrix[Long], Matrix[Long], OpDiv.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  170. implicit val op_M_DM_Long_OpMod: BinaryRegistry[Matrix[Long], Matrix[Long], OpMod.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  171. implicit val op_M_DM_Long_OpMulScalar: BinaryRegistry[Matrix[Long], Matrix[Long], OpMulScalar.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  172. implicit val op_M_DM_Long_OpPow: BinaryRegistry[Matrix[Long], Matrix[Long], OpPow.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  173. implicit val op_M_DM_Long_OpSub: BinaryRegistry[Matrix[Long], Matrix[Long], OpSub.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  174. implicit val op_M_M_BigInt: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulMatrix.type, Matrix[BigInt]]
    Definition Classes
    MatrixMultOps
  175. implicit val op_M_M_Complex: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpMulMatrix.type, Matrix[Complex]]
    Definition Classes
    MatrixMultOps
  176. implicit val op_M_M_Double: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulMatrix.type, Matrix[Double]]
    Definition Classes
    MatrixMultOps
  177. implicit val op_M_M_Float: BinaryRegistry[Matrix[Float], Matrix[Float], OpMulMatrix.type, Matrix[Float]]
    Definition Classes
    MatrixMultOps
  178. implicit val op_M_M_Int: BinaryRegistry[Matrix[Int], Matrix[Int], OpMulMatrix.type, Matrix[Int]]
    Definition Classes
    MatrixMultOps
  179. implicit val op_M_M_Long: BinaryRegistry[Matrix[Long], Matrix[Long], OpMulMatrix.type, Matrix[Long]]
    Definition Classes
    MatrixMultOps
  180. implicit def op_M_M_Semiring[T](implicit arg0: Semiring[T], arg1: Zero[T], arg2: ClassTag[T]): OpMulMatrix.Impl2[Matrix[T], Matrix[T], Matrix[T]]
    Definition Classes
    MatrixMultOps
  181. implicit val op_M_S_BigInt_OpAdd: BinaryRegistry[Matrix[BigInt], BigInt, OpAdd.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  182. implicit val op_M_S_BigInt_OpDiv: BinaryRegistry[Matrix[BigInt], BigInt, OpDiv.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  183. implicit val op_M_S_BigInt_OpMod: BinaryRegistry[Matrix[BigInt], BigInt, OpMod.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  184. implicit val op_M_S_BigInt_OpMulMatrix: BinaryRegistry[Matrix[BigInt], BigInt, OpMulMatrix.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  185. implicit val op_M_S_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], BigInt, OpMulScalar.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  186. implicit val op_M_S_BigInt_OpSub: BinaryRegistry[Matrix[BigInt], BigInt, OpSub.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  187. implicit val op_M_S_Complex_OpAdd: BinaryRegistry[Matrix[Complex], Complex, OpAdd.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  188. implicit val op_M_S_Complex_OpDiv: BinaryRegistry[Matrix[Complex], Complex, OpDiv.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  189. implicit val op_M_S_Complex_OpMulMatrix: BinaryRegistry[Matrix[Complex], Complex, OpMulMatrix.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  190. implicit val op_M_S_Complex_OpMulScalar: BinaryRegistry[Matrix[Complex], Complex, OpMulScalar.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  191. implicit val op_M_S_Complex_OpPow: BinaryRegistry[Matrix[Complex], Complex, OpPow.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  192. implicit val op_M_S_Complex_OpSub: BinaryRegistry[Matrix[Complex], Complex, OpSub.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  193. implicit val op_M_S_Double_OpAdd: BinaryRegistry[Matrix[Double], Double, OpAdd.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  194. implicit val op_M_S_Double_OpDiv: BinaryRegistry[Matrix[Double], Double, OpDiv.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  195. implicit val op_M_S_Double_OpMod: BinaryRegistry[Matrix[Double], Double, OpMod.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  196. implicit val op_M_S_Double_OpMulMatrix: BinaryRegistry[Matrix[Double], Double, OpMulMatrix.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  197. implicit val op_M_S_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Double, OpMulScalar.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  198. implicit val op_M_S_Double_OpPow: BinaryRegistry[Matrix[Double], Double, OpPow.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  199. implicit val op_M_S_Double_OpSub: BinaryRegistry[Matrix[Double], Double, OpSub.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  200. implicit val op_M_S_Float_OpAdd: BinaryRegistry[Matrix[Float], Float, OpAdd.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  201. implicit val op_M_S_Float_OpDiv: BinaryRegistry[Matrix[Float], Float, OpDiv.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  202. implicit val op_M_S_Float_OpMod: BinaryRegistry[Matrix[Float], Float, OpMod.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  203. implicit val op_M_S_Float_OpMulMatrix: BinaryRegistry[Matrix[Float], Float, OpMulMatrix.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  204. implicit val op_M_S_Float_OpMulScalar: BinaryRegistry[Matrix[Float], Float, OpMulScalar.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  205. implicit val op_M_S_Float_OpPow: BinaryRegistry[Matrix[Float], Float, OpPow.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  206. implicit val op_M_S_Float_OpSub: BinaryRegistry[Matrix[Float], Float, OpSub.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  207. implicit val op_M_S_Int_OpAdd: BinaryRegistry[Matrix[Int], Int, OpAdd.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  208. implicit val op_M_S_Int_OpDiv: BinaryRegistry[Matrix[Int], Int, OpDiv.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  209. implicit val op_M_S_Int_OpMod: BinaryRegistry[Matrix[Int], Int, OpMod.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  210. implicit val op_M_S_Int_OpMulMatrix: BinaryRegistry[Matrix[Int], Int, OpMulMatrix.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  211. implicit val op_M_S_Int_OpMulScalar: BinaryRegistry[Matrix[Int], Int, OpMulScalar.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  212. implicit val op_M_S_Int_OpPow: BinaryRegistry[Matrix[Int], Int, OpPow.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  213. implicit val op_M_S_Int_OpSub: BinaryRegistry[Matrix[Int], Int, OpSub.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  214. implicit val op_M_S_Long_OpAdd: BinaryRegistry[Matrix[Long], Long, OpAdd.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  215. implicit val op_M_S_Long_OpDiv: BinaryRegistry[Matrix[Long], Long, OpDiv.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  216. implicit val op_M_S_Long_OpMod: BinaryRegistry[Matrix[Long], Long, OpMod.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  217. implicit val op_M_S_Long_OpMulMatrix: BinaryRegistry[Matrix[Long], Long, OpMulMatrix.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  218. implicit val op_M_S_Long_OpMulScalar: BinaryRegistry[Matrix[Long], Long, OpMulScalar.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  219. implicit val op_M_S_Long_OpPow: BinaryRegistry[Matrix[Long], Long, OpPow.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  220. implicit val op_M_S_Long_OpSub: BinaryRegistry[Matrix[Long], Long, OpSub.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  221. implicit def op_M_S_OpAdd[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpAdd.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  222. implicit def op_M_S_OpDiv[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpDiv.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  223. implicit def op_M_S_OpMod[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMod.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  224. implicit def op_M_S_OpMulMatrix[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMulMatrix.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  225. implicit def op_M_S_OpMulScalar[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMulScalar.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  226. implicit def op_M_S_OpPow[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpPow.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  227. implicit def op_M_S_OpSub[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpSub.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  228. implicit val op_M_V_BigInt: BinaryRegistry[Matrix[BigInt], Vector[BigInt], OpMulMatrix.type, Vector[BigInt]]
    Definition Classes
    MatrixMultOps
  229. implicit val op_M_V_Complex: BinaryRegistry[Matrix[Complex], Vector[Complex], OpMulMatrix.type, Vector[Complex]]
    Definition Classes
    MatrixMultOps
  230. implicit val op_M_V_Double: BinaryRegistry[Matrix[Double], Vector[Double], OpMulMatrix.type, Vector[Double]]
    Definition Classes
    MatrixMultOps
  231. implicit val op_M_V_Float: BinaryRegistry[Matrix[Float], Vector[Float], OpMulMatrix.type, Vector[Float]]
    Definition Classes
    MatrixMultOps
  232. implicit val op_M_V_Int: BinaryRegistry[Matrix[Int], Vector[Int], OpMulMatrix.type, Vector[Int]]
    Definition Classes
    MatrixMultOps
  233. implicit val op_M_V_Long: BinaryRegistry[Matrix[Long], Vector[Long], OpMulMatrix.type, Vector[Long]]
    Definition Classes
    MatrixMultOps
  234. implicit def op_M_V_Semiring[T](implicit arg0: Semiring[T], arg1: Zero[T], arg2: ClassTag[T]): OpMulMatrix.Impl2[Matrix[T], Vector[T], Vector[T]]
    Definition Classes
    MatrixMultOps
  235. implicit val op_S_M_BigInt_OpAdd: BinaryRegistry[BigInt, Matrix[BigInt], OpAdd.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  236. implicit val op_S_M_BigInt_OpDiv: BinaryRegistry[BigInt, Matrix[BigInt], OpDiv.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  237. implicit val op_S_M_BigInt_OpMod: BinaryRegistry[BigInt, Matrix[BigInt], OpMod.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  238. implicit val op_S_M_BigInt_OpMulMatrix: BinaryRegistry[BigInt, Matrix[BigInt], OpMulMatrix.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  239. implicit val op_S_M_BigInt_OpMulScalar: BinaryRegistry[BigInt, Matrix[BigInt], OpMulScalar.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  240. implicit val op_S_M_BigInt_OpSub: BinaryRegistry[BigInt, Matrix[BigInt], OpSub.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  241. implicit val op_S_M_Complex_OpAdd: BinaryRegistry[Complex, Matrix[Complex], OpAdd.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  242. implicit val op_S_M_Complex_OpDiv: BinaryRegistry[Complex, Matrix[Complex], OpDiv.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  243. implicit val op_S_M_Complex_OpMulMatrix: BinaryRegistry[Complex, Matrix[Complex], OpMulMatrix.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  244. implicit val op_S_M_Complex_OpMulScalar: BinaryRegistry[Complex, Matrix[Complex], OpMulScalar.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  245. implicit val op_S_M_Complex_OpPow: BinaryRegistry[Complex, Matrix[Complex], OpPow.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  246. implicit val op_S_M_Complex_OpSub: BinaryRegistry[Complex, Matrix[Complex], OpSub.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  247. implicit val op_S_M_Double_OpAdd: BinaryRegistry[Double, Matrix[Double], OpAdd.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  248. implicit val op_S_M_Double_OpDiv: BinaryRegistry[Double, Matrix[Double], OpDiv.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  249. implicit val op_S_M_Double_OpMod: BinaryRegistry[Double, Matrix[Double], OpMod.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  250. implicit val op_S_M_Double_OpMulMatrix: BinaryRegistry[Double, Matrix[Double], OpMulMatrix.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  251. implicit val op_S_M_Double_OpMulScalar: BinaryRegistry[Double, Matrix[Double], OpMulScalar.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  252. implicit val op_S_M_Double_OpPow: BinaryRegistry[Double, Matrix[Double], OpPow.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  253. implicit val op_S_M_Double_OpSub: BinaryRegistry[Double, Matrix[Double], OpSub.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  254. implicit val op_S_M_Float_OpAdd: BinaryRegistry[Float, Matrix[Float], OpAdd.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  255. implicit val op_S_M_Float_OpDiv: BinaryRegistry[Float, Matrix[Float], OpDiv.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  256. implicit val op_S_M_Float_OpMod: BinaryRegistry[Float, Matrix[Float], OpMod.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  257. implicit val op_S_M_Float_OpMulMatrix: BinaryRegistry[Float, Matrix[Float], OpMulMatrix.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  258. implicit val op_S_M_Float_OpMulScalar: BinaryRegistry[Float, Matrix[Float], OpMulScalar.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  259. implicit val op_S_M_Float_OpPow: BinaryRegistry[Float, Matrix[Float], OpPow.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  260. implicit val op_S_M_Float_OpSub: BinaryRegistry[Float, Matrix[Float], OpSub.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  261. implicit val op_S_M_Int_OpAdd: BinaryRegistry[Int, Matrix[Int], OpAdd.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  262. implicit val op_S_M_Int_OpDiv: BinaryRegistry[Int, Matrix[Int], OpDiv.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  263. implicit val op_S_M_Int_OpMod: BinaryRegistry[Int, Matrix[Int], OpMod.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  264. implicit val op_S_M_Int_OpMulMatrix: BinaryRegistry[Int, Matrix[Int], OpMulMatrix.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  265. implicit val op_S_M_Int_OpMulScalar: BinaryRegistry[Int, Matrix[Int], OpMulScalar.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  266. implicit val op_S_M_Int_OpPow: BinaryRegistry[Int, Matrix[Int], OpPow.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  267. implicit val op_S_M_Int_OpSub: BinaryRegistry[Int, Matrix[Int], OpSub.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  268. implicit val op_S_M_Long_OpAdd: BinaryRegistry[Long, Matrix[Long], OpAdd.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  269. implicit val op_S_M_Long_OpDiv: BinaryRegistry[Long, Matrix[Long], OpDiv.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  270. implicit val op_S_M_Long_OpMod: BinaryRegistry[Long, Matrix[Long], OpMod.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  271. implicit val op_S_M_Long_OpMulMatrix: BinaryRegistry[Long, Matrix[Long], OpMulMatrix.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  272. implicit val op_S_M_Long_OpMulScalar: BinaryRegistry[Long, Matrix[Long], OpMulScalar.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  273. implicit val op_S_M_Long_OpPow: BinaryRegistry[Long, Matrix[Long], OpPow.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  274. implicit val op_S_M_Long_OpSub: BinaryRegistry[Long, Matrix[Long], OpSub.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  275. implicit def op_S_M_OpAdd[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpAdd.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  276. implicit def op_S_M_OpDiv[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpDiv.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  277. implicit def op_S_M_OpMod[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMod.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  278. implicit def op_S_M_OpMulMatrix[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMulMatrix.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  279. implicit def op_S_M_OpMulScalar[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMulScalar.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  280. implicit def op_S_M_OpPow[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpPow.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  281. implicit def op_S_M_OpSub[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpSub.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  282. implicit def pureFromUpdate[T, Other, Op <: OpType](implicit op: InPlaceImpl2[Op, T, Other], copy: CanCopy[T]): UImpl2[Op, T, Other, T]
    Definition Classes
    GenericOpsLowPrio
  283. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  284. def toString(): String
    Definition Classes
    AnyRef → Any
  285. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  286. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  287. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from MatrixOps

Inherited from MatrixMultOps

Inherited from MatrixExpandedOps

Inherited from MatrixGenericOps

Inherited from TensorLowPrio

Inherited from GenericOps

Inherited from GenericOpsLowPrio

Inherited from CastOps

Inherited from GenericOpsLowPrio3

Inherited from AnyRef

Inherited from Any

Ungrouped