Packages

t

breeze.linalg.operators

MatrixMultOps

trait MatrixMultOps extends MatrixOps with MatrixOpsLowPrio

Self Type
Matrix.type
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatrixMultOps
  2. MatrixOpsLowPrio
  3. MatrixOps
  4. MatrixGenericOps
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class SetMMOp [V, MM] extends OpSet.InPlaceImpl2[Matrix[V], MM]
    Definition Classes
    MatrixGenericOps

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 canMulM_M_def[T, B <: Matrix[T]](implicit bb: <:<[B, Matrix[T]], op: OpMulMatrix.Impl2[Matrix[T], Matrix[T], Matrix[T]]): OpMulMatrix.Impl2[Matrix[T], B, Matrix[T]]
    Definition Classes
    MatrixOpsLowPrio
  7. implicit def canMulM_V_def[T, B <: Vector[T]](implicit bb: <:<[B, Vector[T]], op: OpMulMatrix.Impl2[Matrix[T], Vector[T], Vector[T]]): OpMulMatrix.Impl2[Matrix[T], B, Vector[T]]
    Definition Classes
    MatrixOpsLowPrio
  8. implicit def castOps[M1, M2, T, Op, MR](implicit v1ev: <:<[M1, Matrix[T]], v1ne: =:!=[M1, Matrix[T]], v2ev: <:<[M2, Matrix[T]], v2ne: =:!=[M2, Matrix[T]], op: UImpl2[Op, Matrix[T], Matrix[T], MR]): UImpl2[Op, M1, M2, MR]
    Definition Classes
    MatrixGenericOps
  9. implicit def castUpdateOps[M1, M2, T, Op <: OpType](implicit v1ev: <:<[M1, Matrix[T]], v2ev: <:<[M2, Matrix[T]], op: InPlaceImpl2[Op, Matrix[T], Matrix[T]]): InPlaceImpl2[Op, M1, M2]
    Definition Classes
    MatrixGenericOps
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. 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
  18. 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
  19. 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
  20. 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
  21. implicit val m_m_UpdateOp_BigInt_OpAdd: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  22. implicit val m_m_UpdateOp_BigInt_OpDiv: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  23. implicit val m_m_UpdateOp_BigInt_OpMod: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpMod.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  24. implicit val m_m_UpdateOp_BigInt_OpMulScalar: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  25. implicit val m_m_UpdateOp_BigInt_OpSet: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  26. implicit val m_m_UpdateOp_BigInt_OpSub: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  27. implicit val m_m_UpdateOp_Complex_OpAdd: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  28. implicit val m_m_UpdateOp_Complex_OpDiv: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  29. implicit val m_m_UpdateOp_Complex_OpMulScalar: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  30. implicit val m_m_UpdateOp_Complex_OpPow: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpPow.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  31. implicit val m_m_UpdateOp_Complex_OpSet: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  32. implicit val m_m_UpdateOp_Complex_OpSub: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  33. implicit val m_m_UpdateOp_Double_OpAdd: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  34. implicit val m_m_UpdateOp_Double_OpDiv: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  35. implicit val m_m_UpdateOp_Double_OpMod: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpMod.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  36. implicit val m_m_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  37. implicit val m_m_UpdateOp_Double_OpPow: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpPow.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  38. implicit val m_m_UpdateOp_Double_OpSet: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  39. implicit val m_m_UpdateOp_Double_OpSub: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  40. implicit val m_m_UpdateOp_Float_OpAdd: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  41. implicit val m_m_UpdateOp_Float_OpDiv: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  42. implicit val m_m_UpdateOp_Float_OpMod: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpMod.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  43. implicit val m_m_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  44. implicit val m_m_UpdateOp_Float_OpPow: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpPow.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  45. implicit val m_m_UpdateOp_Float_OpSet: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  46. implicit val m_m_UpdateOp_Float_OpSub: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  47. implicit val m_m_UpdateOp_Int_OpAdd: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  48. implicit val m_m_UpdateOp_Int_OpDiv: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  49. implicit val m_m_UpdateOp_Int_OpMod: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpMod.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  50. implicit val m_m_UpdateOp_Int_OpMulScalar: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  51. implicit val m_m_UpdateOp_Int_OpPow: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpPow.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  52. implicit val m_m_UpdateOp_Int_OpSet: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  53. implicit val m_m_UpdateOp_Int_OpSub: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  54. implicit val m_m_UpdateOp_Long_OpAdd: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  55. implicit val m_m_UpdateOp_Long_OpDiv: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  56. implicit val m_m_UpdateOp_Long_OpMod: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpMod.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  57. implicit val m_m_UpdateOp_Long_OpMulScalar: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  58. implicit val m_m_UpdateOp_Long_OpPow: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpPow.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  59. implicit val m_m_UpdateOp_Long_OpSet: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  60. implicit val m_m_UpdateOp_Long_OpSub: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  61. 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
    MatrixOps
  62. 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
    MatrixOps
  63. 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
    MatrixOps
  64. 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
    MatrixOps
  65. 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
    MatrixOps
  66. 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
    MatrixOps
  67. 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
    MatrixOps
  68. implicit val m_s_UpdateOp_BigInt_OpAdd: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  69. implicit val m_s_UpdateOp_BigInt_OpDiv: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  70. implicit val m_s_UpdateOp_BigInt_OpMod: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMod.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  71. implicit val m_s_UpdateOp_BigInt_OpMulMatrix: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMulMatrix.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  72. implicit val m_s_UpdateOp_BigInt_OpMulScalar: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  73. implicit val m_s_UpdateOp_BigInt_OpSet: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  74. implicit val m_s_UpdateOp_BigInt_OpSub: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  75. implicit val m_s_UpdateOp_Complex_OpAdd: BinaryUpdateRegistry[Matrix[Complex], Complex, OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  76. implicit val m_s_UpdateOp_Complex_OpDiv: BinaryUpdateRegistry[Matrix[Complex], Complex, OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  77. implicit val m_s_UpdateOp_Complex_OpMulMatrix: BinaryUpdateRegistry[Matrix[Complex], Complex, OpMulMatrix.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  78. implicit val m_s_UpdateOp_Complex_OpMulScalar: BinaryUpdateRegistry[Matrix[Complex], Complex, OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  79. implicit val m_s_UpdateOp_Complex_OpPow: BinaryUpdateRegistry[Matrix[Complex], Complex, OpPow.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  80. implicit val m_s_UpdateOp_Complex_OpSet: BinaryUpdateRegistry[Matrix[Complex], Complex, OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  81. implicit val m_s_UpdateOp_Complex_OpSub: BinaryUpdateRegistry[Matrix[Complex], Complex, OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  82. implicit val m_s_UpdateOp_Double_OpAdd: BinaryUpdateRegistry[Matrix[Double], Double, OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  83. implicit val m_s_UpdateOp_Double_OpDiv: BinaryUpdateRegistry[Matrix[Double], Double, OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  84. implicit val m_s_UpdateOp_Double_OpMod: BinaryUpdateRegistry[Matrix[Double], Double, OpMod.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  85. implicit val m_s_UpdateOp_Double_OpMulMatrix: BinaryUpdateRegistry[Matrix[Double], Double, OpMulMatrix.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  86. implicit val m_s_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Matrix[Double], Double, OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  87. implicit val m_s_UpdateOp_Double_OpPow: BinaryUpdateRegistry[Matrix[Double], Double, OpPow.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  88. implicit val m_s_UpdateOp_Double_OpSet: BinaryUpdateRegistry[Matrix[Double], Double, OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  89. implicit val m_s_UpdateOp_Double_OpSub: BinaryUpdateRegistry[Matrix[Double], Double, OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  90. implicit val m_s_UpdateOp_Float_OpAdd: BinaryUpdateRegistry[Matrix[Float], Float, OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  91. implicit val m_s_UpdateOp_Float_OpDiv: BinaryUpdateRegistry[Matrix[Float], Float, OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  92. implicit val m_s_UpdateOp_Float_OpMod: BinaryUpdateRegistry[Matrix[Float], Float, OpMod.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  93. implicit val m_s_UpdateOp_Float_OpMulMatrix: BinaryUpdateRegistry[Matrix[Float], Float, OpMulMatrix.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  94. implicit val m_s_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Matrix[Float], Float, OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  95. implicit val m_s_UpdateOp_Float_OpPow: BinaryUpdateRegistry[Matrix[Float], Float, OpPow.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  96. implicit val m_s_UpdateOp_Float_OpSet: BinaryUpdateRegistry[Matrix[Float], Float, OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  97. implicit val m_s_UpdateOp_Float_OpSub: BinaryUpdateRegistry[Matrix[Float], Float, OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  98. implicit val m_s_UpdateOp_Int_OpAdd: BinaryUpdateRegistry[Matrix[Int], Int, OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  99. implicit val m_s_UpdateOp_Int_OpDiv: BinaryUpdateRegistry[Matrix[Int], Int, OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  100. implicit val m_s_UpdateOp_Int_OpMod: BinaryUpdateRegistry[Matrix[Int], Int, OpMod.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  101. implicit val m_s_UpdateOp_Int_OpMulMatrix: BinaryUpdateRegistry[Matrix[Int], Int, OpMulMatrix.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  102. implicit val m_s_UpdateOp_Int_OpMulScalar: BinaryUpdateRegistry[Matrix[Int], Int, OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  103. implicit val m_s_UpdateOp_Int_OpPow: BinaryUpdateRegistry[Matrix[Int], Int, OpPow.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  104. implicit val m_s_UpdateOp_Int_OpSet: BinaryUpdateRegistry[Matrix[Int], Int, OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  105. implicit val m_s_UpdateOp_Int_OpSub: BinaryUpdateRegistry[Matrix[Int], Int, OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  106. implicit val m_s_UpdateOp_Long_OpAdd: BinaryUpdateRegistry[Matrix[Long], Long, OpAdd.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  107. implicit val m_s_UpdateOp_Long_OpDiv: BinaryUpdateRegistry[Matrix[Long], Long, OpDiv.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  108. implicit val m_s_UpdateOp_Long_OpMod: BinaryUpdateRegistry[Matrix[Long], Long, OpMod.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  109. implicit val m_s_UpdateOp_Long_OpMulMatrix: BinaryUpdateRegistry[Matrix[Long], Long, OpMulMatrix.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  110. implicit val m_s_UpdateOp_Long_OpMulScalar: BinaryUpdateRegistry[Matrix[Long], Long, OpMulScalar.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  111. implicit val m_s_UpdateOp_Long_OpPow: BinaryUpdateRegistry[Matrix[Long], Long, OpPow.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  112. implicit val m_s_UpdateOp_Long_OpSet: BinaryUpdateRegistry[Matrix[Long], Long, OpSet.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  113. implicit val m_s_UpdateOp_Long_OpSub: BinaryUpdateRegistry[Matrix[Long], Long, OpSub.type]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  114. 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
    MatrixOps
  115. 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
    MatrixOps
  116. 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
    MatrixOps
  117. 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
    MatrixOps
  118. 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
    MatrixOps
  119. 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
    MatrixOps
  120. 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
    MatrixOps
  121. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  122. final def notify(): Unit
    Definition Classes
    AnyRef
  123. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  124. implicit val op_M_DM_BigInt_OpAdd: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpAdd.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  125. implicit val op_M_DM_BigInt_OpDiv: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpDiv.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  126. implicit val op_M_DM_BigInt_OpMod: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMod.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  127. implicit val op_M_DM_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulScalar.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  128. implicit val op_M_DM_BigInt_OpSub: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpSub.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  129. implicit val op_M_DM_Complex_OpAdd: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpAdd.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  130. implicit val op_M_DM_Complex_OpDiv: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpDiv.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  131. implicit val op_M_DM_Complex_OpMulScalar: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpMulScalar.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  132. implicit val op_M_DM_Complex_OpPow: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpPow.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  133. implicit val op_M_DM_Complex_OpSub: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpSub.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  134. implicit val op_M_DM_Double_OpAdd: BinaryRegistry[Matrix[Double], Matrix[Double], OpAdd.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  135. implicit val op_M_DM_Double_OpDiv: BinaryRegistry[Matrix[Double], Matrix[Double], OpDiv.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  136. implicit val op_M_DM_Double_OpMod: BinaryRegistry[Matrix[Double], Matrix[Double], OpMod.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  137. implicit val op_M_DM_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulScalar.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  138. implicit val op_M_DM_Double_OpPow: BinaryRegistry[Matrix[Double], Matrix[Double], OpPow.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  139. implicit val op_M_DM_Double_OpSub: BinaryRegistry[Matrix[Double], Matrix[Double], OpSub.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  140. implicit val op_M_DM_Float_OpAdd: BinaryRegistry[Matrix[Float], Matrix[Float], OpAdd.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  141. implicit val op_M_DM_Float_OpDiv: BinaryRegistry[Matrix[Float], Matrix[Float], OpDiv.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  142. implicit val op_M_DM_Float_OpMod: BinaryRegistry[Matrix[Float], Matrix[Float], OpMod.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  143. implicit val op_M_DM_Float_OpMulScalar: BinaryRegistry[Matrix[Float], Matrix[Float], OpMulScalar.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  144. implicit val op_M_DM_Float_OpPow: BinaryRegistry[Matrix[Float], Matrix[Float], OpPow.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  145. implicit val op_M_DM_Float_OpSub: BinaryRegistry[Matrix[Float], Matrix[Float], OpSub.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  146. implicit val op_M_DM_Int_OpAdd: BinaryRegistry[Matrix[Int], Matrix[Int], OpAdd.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  147. implicit val op_M_DM_Int_OpDiv: BinaryRegistry[Matrix[Int], Matrix[Int], OpDiv.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  148. implicit val op_M_DM_Int_OpMod: BinaryRegistry[Matrix[Int], Matrix[Int], OpMod.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  149. implicit val op_M_DM_Int_OpMulScalar: BinaryRegistry[Matrix[Int], Matrix[Int], OpMulScalar.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  150. implicit val op_M_DM_Int_OpPow: BinaryRegistry[Matrix[Int], Matrix[Int], OpPow.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  151. implicit val op_M_DM_Int_OpSub: BinaryRegistry[Matrix[Int], Matrix[Int], OpSub.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  152. implicit val op_M_DM_Long_OpAdd: BinaryRegistry[Matrix[Long], Matrix[Long], OpAdd.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  153. implicit val op_M_DM_Long_OpDiv: BinaryRegistry[Matrix[Long], Matrix[Long], OpDiv.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  154. implicit val op_M_DM_Long_OpMod: BinaryRegistry[Matrix[Long], Matrix[Long], OpMod.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  155. implicit val op_M_DM_Long_OpMulScalar: BinaryRegistry[Matrix[Long], Matrix[Long], OpMulScalar.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  156. implicit val op_M_DM_Long_OpPow: BinaryRegistry[Matrix[Long], Matrix[Long], OpPow.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  157. implicit val op_M_DM_Long_OpSub: BinaryRegistry[Matrix[Long], Matrix[Long], OpSub.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  158. implicit val op_M_M_BigInt: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulMatrix.type, Matrix[BigInt]]
    Annotations
    @valify()
  159. implicit val op_M_M_Complex: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpMulMatrix.type, Matrix[Complex]]
    Annotations
    @valify()
  160. implicit val op_M_M_Double: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulMatrix.type, Matrix[Double]]
    Annotations
    @valify()
  161. implicit val op_M_M_Float: BinaryRegistry[Matrix[Float], Matrix[Float], OpMulMatrix.type, Matrix[Float]]
    Annotations
    @valify()
  162. implicit val op_M_M_Int: BinaryRegistry[Matrix[Int], Matrix[Int], OpMulMatrix.type, Matrix[Int]]
    Annotations
    @valify()
  163. implicit val op_M_M_Long: BinaryRegistry[Matrix[Long], Matrix[Long], OpMulMatrix.type, Matrix[Long]]
    Annotations
    @valify()
  164. 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]]
  165. implicit val op_M_S_BigInt_OpAdd: BinaryRegistry[Matrix[BigInt], BigInt, OpAdd.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  166. implicit val op_M_S_BigInt_OpDiv: BinaryRegistry[Matrix[BigInt], BigInt, OpDiv.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  167. implicit val op_M_S_BigInt_OpMod: BinaryRegistry[Matrix[BigInt], BigInt, OpMod.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  168. implicit val op_M_S_BigInt_OpMulMatrix: BinaryRegistry[Matrix[BigInt], BigInt, OpMulMatrix.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  169. implicit val op_M_S_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], BigInt, OpMulScalar.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  170. implicit val op_M_S_BigInt_OpSub: BinaryRegistry[Matrix[BigInt], BigInt, OpSub.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  171. implicit val op_M_S_Complex_OpAdd: BinaryRegistry[Matrix[Complex], Complex, OpAdd.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  172. implicit val op_M_S_Complex_OpDiv: BinaryRegistry[Matrix[Complex], Complex, OpDiv.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  173. implicit val op_M_S_Complex_OpMulMatrix: BinaryRegistry[Matrix[Complex], Complex, OpMulMatrix.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  174. implicit val op_M_S_Complex_OpMulScalar: BinaryRegistry[Matrix[Complex], Complex, OpMulScalar.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  175. implicit val op_M_S_Complex_OpPow: BinaryRegistry[Matrix[Complex], Complex, OpPow.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  176. implicit val op_M_S_Complex_OpSub: BinaryRegistry[Matrix[Complex], Complex, OpSub.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  177. implicit val op_M_S_Double_OpAdd: BinaryRegistry[Matrix[Double], Double, OpAdd.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  178. implicit val op_M_S_Double_OpDiv: BinaryRegistry[Matrix[Double], Double, OpDiv.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  179. implicit val op_M_S_Double_OpMod: BinaryRegistry[Matrix[Double], Double, OpMod.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  180. implicit val op_M_S_Double_OpMulMatrix: BinaryRegistry[Matrix[Double], Double, OpMulMatrix.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  181. implicit val op_M_S_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Double, OpMulScalar.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  182. implicit val op_M_S_Double_OpPow: BinaryRegistry[Matrix[Double], Double, OpPow.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  183. implicit val op_M_S_Double_OpSub: BinaryRegistry[Matrix[Double], Double, OpSub.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  184. implicit val op_M_S_Float_OpAdd: BinaryRegistry[Matrix[Float], Float, OpAdd.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  185. implicit val op_M_S_Float_OpDiv: BinaryRegistry[Matrix[Float], Float, OpDiv.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  186. implicit val op_M_S_Float_OpMod: BinaryRegistry[Matrix[Float], Float, OpMod.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  187. implicit val op_M_S_Float_OpMulMatrix: BinaryRegistry[Matrix[Float], Float, OpMulMatrix.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  188. implicit val op_M_S_Float_OpMulScalar: BinaryRegistry[Matrix[Float], Float, OpMulScalar.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  189. implicit val op_M_S_Float_OpPow: BinaryRegistry[Matrix[Float], Float, OpPow.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  190. implicit val op_M_S_Float_OpSub: BinaryRegistry[Matrix[Float], Float, OpSub.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  191. implicit val op_M_S_Int_OpAdd: BinaryRegistry[Matrix[Int], Int, OpAdd.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  192. implicit val op_M_S_Int_OpDiv: BinaryRegistry[Matrix[Int], Int, OpDiv.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  193. implicit val op_M_S_Int_OpMod: BinaryRegistry[Matrix[Int], Int, OpMod.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  194. implicit val op_M_S_Int_OpMulMatrix: BinaryRegistry[Matrix[Int], Int, OpMulMatrix.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  195. implicit val op_M_S_Int_OpMulScalar: BinaryRegistry[Matrix[Int], Int, OpMulScalar.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  196. implicit val op_M_S_Int_OpPow: BinaryRegistry[Matrix[Int], Int, OpPow.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  197. implicit val op_M_S_Int_OpSub: BinaryRegistry[Matrix[Int], Int, OpSub.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  198. implicit val op_M_S_Long_OpAdd: BinaryRegistry[Matrix[Long], Long, OpAdd.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  199. implicit val op_M_S_Long_OpDiv: BinaryRegistry[Matrix[Long], Long, OpDiv.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  200. implicit val op_M_S_Long_OpMod: BinaryRegistry[Matrix[Long], Long, OpMod.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  201. implicit val op_M_S_Long_OpMulMatrix: BinaryRegistry[Matrix[Long], Long, OpMulMatrix.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  202. implicit val op_M_S_Long_OpMulScalar: BinaryRegistry[Matrix[Long], Long, OpMulScalar.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  203. implicit val op_M_S_Long_OpPow: BinaryRegistry[Matrix[Long], Long, OpPow.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  204. implicit val op_M_S_Long_OpSub: BinaryRegistry[Matrix[Long], Long, OpSub.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  205. 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
    MatrixOps
  206. 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
    MatrixOps
  207. 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
    MatrixOps
  208. 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
    MatrixOps
  209. 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
    MatrixOps
  210. 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
    MatrixOps
  211. 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
    MatrixOps
  212. implicit val op_M_V_BigInt: BinaryRegistry[Matrix[BigInt], Vector[BigInt], OpMulMatrix.type, Vector[BigInt]]
    Annotations
    @valify()
  213. implicit val op_M_V_Complex: BinaryRegistry[Matrix[Complex], Vector[Complex], OpMulMatrix.type, Vector[Complex]]
    Annotations
    @valify()
  214. implicit val op_M_V_Double: BinaryRegistry[Matrix[Double], Vector[Double], OpMulMatrix.type, Vector[Double]]
    Annotations
    @valify()
  215. implicit val op_M_V_Float: BinaryRegistry[Matrix[Float], Vector[Float], OpMulMatrix.type, Vector[Float]]
    Annotations
    @valify()
  216. implicit val op_M_V_Int: BinaryRegistry[Matrix[Int], Vector[Int], OpMulMatrix.type, Vector[Int]]
    Annotations
    @valify()
  217. implicit val op_M_V_Long: BinaryRegistry[Matrix[Long], Vector[Long], OpMulMatrix.type, Vector[Long]]
    Annotations
    @valify()
  218. 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]]
  219. implicit val op_S_M_BigInt_OpAdd: BinaryRegistry[BigInt, Matrix[BigInt], OpAdd.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  220. implicit val op_S_M_BigInt_OpDiv: BinaryRegistry[BigInt, Matrix[BigInt], OpDiv.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  221. implicit val op_S_M_BigInt_OpMod: BinaryRegistry[BigInt, Matrix[BigInt], OpMod.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  222. implicit val op_S_M_BigInt_OpMulMatrix: BinaryRegistry[BigInt, Matrix[BigInt], OpMulMatrix.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  223. implicit val op_S_M_BigInt_OpMulScalar: BinaryRegistry[BigInt, Matrix[BigInt], OpMulScalar.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  224. implicit val op_S_M_BigInt_OpSub: BinaryRegistry[BigInt, Matrix[BigInt], OpSub.type, Matrix[BigInt]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  225. implicit val op_S_M_Complex_OpAdd: BinaryRegistry[Complex, Matrix[Complex], OpAdd.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  226. implicit val op_S_M_Complex_OpDiv: BinaryRegistry[Complex, Matrix[Complex], OpDiv.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  227. implicit val op_S_M_Complex_OpMulMatrix: BinaryRegistry[Complex, Matrix[Complex], OpMulMatrix.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  228. implicit val op_S_M_Complex_OpMulScalar: BinaryRegistry[Complex, Matrix[Complex], OpMulScalar.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  229. implicit val op_S_M_Complex_OpPow: BinaryRegistry[Complex, Matrix[Complex], OpPow.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  230. implicit val op_S_M_Complex_OpSub: BinaryRegistry[Complex, Matrix[Complex], OpSub.type, Matrix[Complex]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  231. implicit val op_S_M_Double_OpAdd: BinaryRegistry[Double, Matrix[Double], OpAdd.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  232. implicit val op_S_M_Double_OpDiv: BinaryRegistry[Double, Matrix[Double], OpDiv.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  233. implicit val op_S_M_Double_OpMod: BinaryRegistry[Double, Matrix[Double], OpMod.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  234. implicit val op_S_M_Double_OpMulMatrix: BinaryRegistry[Double, Matrix[Double], OpMulMatrix.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  235. implicit val op_S_M_Double_OpMulScalar: BinaryRegistry[Double, Matrix[Double], OpMulScalar.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  236. implicit val op_S_M_Double_OpPow: BinaryRegistry[Double, Matrix[Double], OpPow.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  237. implicit val op_S_M_Double_OpSub: BinaryRegistry[Double, Matrix[Double], OpSub.type, Matrix[Double]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  238. implicit val op_S_M_Float_OpAdd: BinaryRegistry[Float, Matrix[Float], OpAdd.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  239. implicit val op_S_M_Float_OpDiv: BinaryRegistry[Float, Matrix[Float], OpDiv.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  240. implicit val op_S_M_Float_OpMod: BinaryRegistry[Float, Matrix[Float], OpMod.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  241. implicit val op_S_M_Float_OpMulMatrix: BinaryRegistry[Float, Matrix[Float], OpMulMatrix.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  242. implicit val op_S_M_Float_OpMulScalar: BinaryRegistry[Float, Matrix[Float], OpMulScalar.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  243. implicit val op_S_M_Float_OpPow: BinaryRegistry[Float, Matrix[Float], OpPow.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  244. implicit val op_S_M_Float_OpSub: BinaryRegistry[Float, Matrix[Float], OpSub.type, Matrix[Float]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  245. implicit val op_S_M_Int_OpAdd: BinaryRegistry[Int, Matrix[Int], OpAdd.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  246. implicit val op_S_M_Int_OpDiv: BinaryRegistry[Int, Matrix[Int], OpDiv.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  247. implicit val op_S_M_Int_OpMod: BinaryRegistry[Int, Matrix[Int], OpMod.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  248. implicit val op_S_M_Int_OpMulMatrix: BinaryRegistry[Int, Matrix[Int], OpMulMatrix.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  249. implicit val op_S_M_Int_OpMulScalar: BinaryRegistry[Int, Matrix[Int], OpMulScalar.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  250. implicit val op_S_M_Int_OpPow: BinaryRegistry[Int, Matrix[Int], OpPow.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  251. implicit val op_S_M_Int_OpSub: BinaryRegistry[Int, Matrix[Int], OpSub.type, Matrix[Int]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  252. implicit val op_S_M_Long_OpAdd: BinaryRegistry[Long, Matrix[Long], OpAdd.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  253. implicit val op_S_M_Long_OpDiv: BinaryRegistry[Long, Matrix[Long], OpDiv.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  254. implicit val op_S_M_Long_OpMod: BinaryRegistry[Long, Matrix[Long], OpMod.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  255. implicit val op_S_M_Long_OpMulMatrix: BinaryRegistry[Long, Matrix[Long], OpMulMatrix.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  256. implicit val op_S_M_Long_OpMulScalar: BinaryRegistry[Long, Matrix[Long], OpMulScalar.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  257. implicit val op_S_M_Long_OpPow: BinaryRegistry[Long, Matrix[Long], OpPow.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  258. implicit val op_S_M_Long_OpSub: BinaryRegistry[Long, Matrix[Long], OpSub.type, Matrix[Long]]
    Definition Classes
    MatrixOps
    Annotations
    @valify() @exclude( breeze.math.Complex , OpMod ) @exclude( scala.math.BigInt , OpPow )
  259. 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
    MatrixOps
  260. 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
    MatrixOps
  261. 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
    MatrixOps
  262. 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
    MatrixOps
  263. 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
    MatrixOps
  264. 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
    MatrixOps
  265. 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
    MatrixOps
  266. implicit def setDMDV[V, MM](implicit st: <:<[MM, Matrix[V]]): Matrix.SetMMOp[V, MM]
    Definition Classes
    MatrixGenericOps
  267. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  268. def toString(): String
    Definition Classes
    AnyRef → Any
  269. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  270. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  271. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MatrixOpsLowPrio

Inherited from MatrixOps

Inherited from MatrixGenericOps

Inherited from AnyRef

Inherited from Any

Ungrouped