Packages

object Matrix extends MatrixConstructors[Matrix] with LowPriorityMatrix with MatrixGenericOps with MatrixOpsLowPrio with MatrixOps with MatrixMultOps

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Matrix
  2. MatrixMultOps
  3. MatrixOps
  4. MatrixOpsLowPrio
  5. MatrixGenericOps
  6. LowPriorityMatrix
  7. MatrixConstructors
  8. AnyRef
  9. 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. def apply[R, V](rows: R*)(implicit rl: LiteralRow[R, V], man: ClassTag[V], zero: Zero[V]): Matrix[V]

    Static constructor for a literal matrix.

    Static constructor for a literal matrix.

    Definition Classes
    MatrixConstructors
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit def canCopyMatrix[V](implicit arg0: ClassTag[V]): CanCopy[Matrix[V]]
    Definition Classes
    MatrixGenericOps
  7. implicit def canCreateZeros[T](implicit arg0: ClassTag[T], arg1: Zero[T]): CanCreateZeros[Matrix[T], (Int, Int)]
    Definition Classes
    MatrixConstructors
  8. implicit def canMulM_M_def[T, B <: Matrix[T]](implicit bb: <:<[B, Matrix[T]], op: operators.OpMulMatrix.Impl2[Matrix[T], Matrix[T], Matrix[T]]): operators.OpMulMatrix.Impl2[Matrix[T], B, Matrix[T]]
    Definition Classes
    MatrixOpsLowPrio
  9. implicit def canMulM_V_def[T, B <: Vector[T]](implicit bb: <:<[B, Vector[T]], op: operators.OpMulMatrix.Impl2[Matrix[T], Vector[T], Vector[T]]): operators.OpMulMatrix.Impl2[Matrix[T], B, Vector[T]]
    Definition Classes
    MatrixOpsLowPrio
  10. implicit def canSliceRowAndTensorBooleanCols[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Matrix[V], Int, Tensor[Int, Boolean], Transpose[SliceVector[(Int, Int), V]]]
    Definition Classes
    LowPriorityMatrix
  11. implicit def canSliceTensorBooleanCols[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Matrix[V], ::.type, Tensor[Int, Boolean], SliceMatrix[Int, Int, V]]
    Definition Classes
    LowPriorityMatrix
  12. implicit def canSliceTensorBooleanRows[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Matrix[V], Tensor[Int, Boolean], ::.type, SliceMatrix[Int, Int, V]]
    Definition Classes
    LowPriorityMatrix
  13. implicit def canSliceTensorBooleanRowsAndCol[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Matrix[V], Tensor[Int, Boolean], Int, SliceVector[(Int, Int), V]]
    Definition Classes
    LowPriorityMatrix
  14. implicit def canSliceTensorBooleanRowsAndCols[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Matrix[V], Tensor[Int, Boolean], Tensor[Int, Boolean], SliceMatrix[Int, Int, V]]
    Definition Classes
    LowPriorityMatrix
  15. implicit def canSliceTensorBooleanRowsAndWeirdCols[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Matrix[V], Tensor[Int, Boolean], Seq[Int], SliceMatrix[Int, Int, V]]
    Definition Classes
    LowPriorityMatrix
  16. implicit def canSliceWeirdRowsAndTensorBooleanCols[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Matrix[V], Seq[Int], Tensor[Int, Boolean], SliceMatrix[Int, Int, V]]
    Definition Classes
    LowPriorityMatrix
  17. implicit def canTabulate[T](implicit arg0: ClassTag[T], arg1: Zero[T]): CanTabulate[(Int, Int), Matrix[T], T]
    Definition Classes
    MatrixConstructors
  18. implicit def canTraverseKeyValuePairs[V]: CanTraverseKeyValuePairs[Matrix[V], (Int, Int), V]
  19. implicit def canTraverseValues[V]: CanTraverseValues[Matrix[V], V]
  20. 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
  21. 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
  22. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def create[V](rows: Int, cols: Int, data: Array[V])(implicit arg0: Zero[V]): Matrix[V]
    Definition Classes
    MatrixMatrixConstructors
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def fill[V](rows: Int, cols: Int)(v: ⇒ V)(implicit arg0: ClassTag[V], arg1: Zero[V]): Matrix[V]
    Definition Classes
    MatrixConstructors
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. implicit def m_m_OpAdd_Update_Semi[T](implicit arg0: Semiring[T], arg1: ClassTag[T], arg2: Zero[T]): operators.OpAdd.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  32. implicit def m_m_OpDiv_Update_Ring[T](implicit arg0: Field[T], arg1: ClassTag[T], arg2: Zero[T]): operators.OpDiv.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  33. implicit def m_m_OpMul_Update_Semi[T](implicit arg0: Semiring[T], arg1: ClassTag[T], arg2: Zero[T]): operators.OpMulScalar.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  34. implicit def m_m_OpSub_Update_Ring[T](implicit arg0: Ring[T], arg1: ClassTag[T], arg2: Zero[T]): operators.OpSub.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  35. 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 )
  36. 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 )
  37. 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 )
  38. 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 )
  39. 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 )
  40. 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 )
  41. 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 )
  42. 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 )
  43. 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 )
  44. 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 )
  45. 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 )
  46. 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 )
  47. 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 )
  48. 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 )
  49. 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 )
  50. 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 )
  51. 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 )
  52. 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 )
  53. 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 )
  54. 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 )
  55. 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 )
  56. 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 )
  57. 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 )
  58. 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 )
  59. 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 )
  60. 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 )
  61. 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 )
  62. 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 )
  63. 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 )
  64. 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 )
  65. 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 )
  66. 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 )
  67. 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 )
  68. 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 )
  69. 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 )
  70. 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 )
  71. 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 )
  72. 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 )
  73. 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 )
  74. 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 )
  75. 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
  76. 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
  77. 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
  78. 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
  79. 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
  80. 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
  81. 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
  82. 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 )
  83. 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 )
  84. 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 )
  85. 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 )
  86. 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 )
  87. 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 )
  88. 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 )
  89. 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 )
  90. 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 )
  91. 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 )
  92. 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 )
  93. 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 )
  94. 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 )
  95. 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 )
  96. 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 )
  97. 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 )
  98. 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 )
  99. 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 )
  100. 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 )
  101. 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 )
  102. 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 )
  103. 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 )
  104. 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 )
  105. 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 )
  106. 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 )
  107. 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 )
  108. 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 )
  109. 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 )
  110. 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 )
  111. 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 )
  112. 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 )
  113. 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 )
  114. 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 )
  115. 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 )
  116. 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 )
  117. 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 )
  118. 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 )
  119. 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 )
  120. 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 )
  121. 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 )
  122. 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 )
  123. 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 )
  124. 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 )
  125. 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 )
  126. 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 )
  127. 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 )
  128. 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
  129. 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
  130. 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
  131. 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
  132. 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
  133. 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
  134. 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
  135. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  136. final def notify(): Unit
    Definition Classes
    AnyRef
  137. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  138. def ones[V](rows: Int, cols: Int)(implicit arg0: ClassTag[V], arg1: Zero[V], arg2: Semiring[V]): Matrix[V]

    Creates a matrix of all ones.

    Creates a matrix of all ones.

    Definition Classes
    MatrixConstructors
  139. 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 )
  140. 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 )
  141. 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 )
  142. 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 )
  143. 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 )
  144. 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 )
  145. 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 )
  146. 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 )
  147. 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 )
  148. 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 )
  149. 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 )
  150. 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 )
  151. 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 )
  152. 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 )
  153. 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 )
  154. 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 )
  155. 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 )
  156. 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 )
  157. 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 )
  158. 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 )
  159. 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 )
  160. 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 )
  161. 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 )
  162. 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 )
  163. 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 )
  164. 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 )
  165. 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 )
  166. 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 )
  167. 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 )
  168. 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 )
  169. 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 )
  170. 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 )
  171. 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 )
  172. 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 )
  173. implicit val op_M_M_BigInt: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulMatrix.type, Matrix[BigInt]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  174. implicit val op_M_M_Complex: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpMulMatrix.type, Matrix[Complex]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  175. implicit val op_M_M_Double: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulMatrix.type, Matrix[Double]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  176. implicit val op_M_M_Float: BinaryRegistry[Matrix[Float], Matrix[Float], OpMulMatrix.type, Matrix[Float]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  177. implicit val op_M_M_Int: BinaryRegistry[Matrix[Int], Matrix[Int], OpMulMatrix.type, Matrix[Int]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  178. implicit val op_M_M_Long: BinaryRegistry[Matrix[Long], Matrix[Long], OpMulMatrix.type, Matrix[Long]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  179. implicit def op_M_M_Semiring[T](implicit arg0: Semiring[T], arg1: Zero[T], arg2: ClassTag[T]): operators.OpMulMatrix.Impl2[Matrix[T], Matrix[T], Matrix[T]]
    Definition Classes
    MatrixMultOps
  180. 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 )
  181. 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 )
  182. 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 )
  183. 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 )
  184. 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 )
  185. 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 )
  186. 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 )
  187. 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 )
  188. 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 )
  189. 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 )
  190. 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 )
  191. 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 )
  192. 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 )
  193. 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 )
  194. 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 )
  195. 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 )
  196. 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 )
  197. 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 )
  198. 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 )
  199. 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 )
  200. 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 )
  201. 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 )
  202. 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 )
  203. 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 )
  204. 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 )
  205. 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 )
  206. 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 )
  207. 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 )
  208. 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 )
  209. 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 )
  210. 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 )
  211. 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 )
  212. 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 )
  213. 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 )
  214. 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 )
  215. 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 )
  216. 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 )
  217. 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 )
  218. 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 )
  219. 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 )
  220. 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
  221. 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
  222. 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
  223. 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
  224. 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
  225. 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
  226. 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
  227. implicit val op_M_V_BigInt: BinaryRegistry[Matrix[BigInt], Vector[BigInt], OpMulMatrix.type, Vector[BigInt]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  228. implicit val op_M_V_Complex: BinaryRegistry[Matrix[Complex], Vector[Complex], OpMulMatrix.type, Vector[Complex]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  229. implicit val op_M_V_Double: BinaryRegistry[Matrix[Double], Vector[Double], OpMulMatrix.type, Vector[Double]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  230. implicit val op_M_V_Float: BinaryRegistry[Matrix[Float], Vector[Float], OpMulMatrix.type, Vector[Float]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  231. implicit val op_M_V_Int: BinaryRegistry[Matrix[Int], Vector[Int], OpMulMatrix.type, Vector[Int]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  232. implicit val op_M_V_Long: BinaryRegistry[Matrix[Long], Vector[Long], OpMulMatrix.type, Vector[Long]]
    Definition Classes
    MatrixMultOps
    Annotations
    @valify()
  233. implicit def op_M_V_Semiring[T](implicit arg0: Semiring[T], arg1: Zero[T], arg2: ClassTag[T]): operators.OpMulMatrix.Impl2[Matrix[T], Vector[T], Vector[T]]
    Definition Classes
    MatrixMultOps
  234. 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 )
  235. 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 )
  236. 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 )
  237. 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 )
  238. 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 )
  239. 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 )
  240. 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 )
  241. 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 )
  242. 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 )
  243. 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 )
  244. 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 )
  245. 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 )
  246. 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 )
  247. 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 )
  248. 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 )
  249. 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 )
  250. 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 )
  251. 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 )
  252. 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 )
  253. 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 )
  254. 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 )
  255. 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 )
  256. 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 )
  257. 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 )
  258. 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 )
  259. 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 )
  260. 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 )
  261. 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 )
  262. 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 )
  263. 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 )
  264. 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 )
  265. 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 )
  266. 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 )
  267. 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 )
  268. 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 )
  269. 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 )
  270. 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 )
  271. 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 )
  272. 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 )
  273. 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 )
  274. 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
  275. 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
  276. 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
  277. 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
  278. 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
  279. 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
  280. 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
  281. def rand[T](rows: Int, cols: Int, rand: Rand[T] = Rand.uniform)(implicit arg0: ClassTag[T], arg1: Zero[T]): Matrix[T]
    Definition Classes
    MatrixConstructors
  282. implicit def setDMDV[V, MM](implicit st: <:<[MM, Matrix[V]]): SetMMOp[V, MM]
    Definition Classes
    MatrixGenericOps
  283. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  284. def tabulate[V](rows: Int, cols: Int)(f: (Int, Int) ⇒ V)(implicit arg0: ClassTag[V], arg1: Zero[V]): Matrix[V]
    Definition Classes
    MatrixConstructors
  285. def toString(): String
    Definition Classes
    AnyRef → Any
  286. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  287. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  288. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  289. def zeros[V](rows: Int, cols: Int)(implicit arg0: ClassTag[V], arg1: Zero[V]): Matrix[V]
    Definition Classes
    MatrixMatrixConstructors

Inherited from MatrixMultOps

Inherited from MatrixOps

Inherited from MatrixOpsLowPrio

Inherited from MatrixGenericOps

Inherited from LowPriorityMatrix

Inherited from MatrixConstructors[Matrix]

Inherited from AnyRef

Inherited from Any

Ungrouped