breeze.linalg

DenseMatrixOps_Double

trait DenseMatrixOps_Double extends DenseMatrixOps_Double_Generic

This is an auto-generated trait providing operators for DenseMatrix.

Self Type
DenseMatrix.type
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DenseMatrixOps_Double
  2. DenseMatrixOps_Double_Generic
  3. LowPriorityDenseMatrix
  4. LowPriorityDenseMatrix1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class SetDMDMOp[V] extends BinaryUpdateOp[DenseMatrix[V], DenseMatrix[V], OpSet]

    Definition Classes
    LowPriorityDenseMatrix
  2. class SetDMDVOp[V] extends BinaryUpdateOp[DenseMatrix[V], DenseVector[V], OpSet]

    Definition Classes
    LowPriorityDenseMatrix
  3. class SetDMVOp[V] extends BinaryUpdateOp[DenseMatrix[V], Vector[V], OpSet]

    Definition Classes
    LowPriorityDenseMatrix1
  4. class SetMMOp[V] extends BinaryUpdateOp[DenseMatrix[V], Matrix[V], OpSet]

    Definition Classes
    LowPriorityDenseMatrix1
  5. class SetMSOp[V] extends BinaryUpdateOp[DenseMatrix[V], V, OpSet]

    Definition Classes
    LowPriorityDenseMatrix
  6. class canAddInto_DV_DV_Double extends BinaryUpdateOp[DenseMatrix[Double], DenseMatrix[Double], OpAdd]

  7. class canAddInto_DV_S_Double extends BinaryUpdateOp[DenseMatrix[Double], Double, OpAdd]

  8. class canAddInto_DV_V_Double extends BinaryUpdateRegistry[DenseMatrix[Double], Matrix[Double], OpAdd]

  9. class canAxpy_DV_V_Double extends CanAxpy[Double, Matrix[Double], DenseMatrix[Double]]

  10. class canDivInto_DV_DV_Double extends BinaryUpdateOp[DenseMatrix[Double], DenseMatrix[Double], OpDiv]

  11. class canDivInto_DV_S_Double extends BinaryUpdateOp[DenseMatrix[Double], Double, OpDiv]

  12. class canDivInto_DV_V_Double extends BinaryUpdateRegistry[DenseMatrix[Double], Matrix[Double], OpDiv]

  13. class canModInto_DV_DV_Double extends BinaryUpdateOp[DenseMatrix[Double], DenseMatrix[Double], OpMod]

  14. class canModInto_DV_S_Double extends BinaryUpdateOp[DenseMatrix[Double], Double, OpMod]

  15. class canModInto_DV_V_Double extends BinaryUpdateRegistry[DenseMatrix[Double], Matrix[Double], OpMod]

  16. class canMulMatrixInto_DV_S_Double extends BinaryUpdateOp[DenseMatrix[Double], Double, OpMulMatrix]

  17. class canMulScalarInto_DV_DV_Double extends BinaryUpdateOp[DenseMatrix[Double], DenseMatrix[Double], OpMulScalar]

  18. class canMulScalarInto_DV_S_Double extends BinaryUpdateOp[DenseMatrix[Double], Double, OpMulScalar]

  19. class canMulScalarInto_DV_V_Double extends BinaryUpdateRegistry[DenseMatrix[Double], Matrix[Double], OpMulScalar]

  20. class canPowInto_DV_DV_Double extends BinaryUpdateOp[DenseMatrix[Double], DenseMatrix[Double], OpPow]

  21. class canPowInto_DV_S_Double extends BinaryUpdateOp[DenseMatrix[Double], Double, OpPow]

  22. class canPowInto_DV_V_Double extends BinaryUpdateRegistry[DenseMatrix[Double], Matrix[Double], OpPow]

  23. class canSetInto_DV_DV_Double extends BinaryUpdateOp[DenseMatrix[Double], DenseMatrix[Double], OpSet]

  24. class canSetInto_DV_S_Double extends BinaryUpdateOp[DenseMatrix[Double], Double, OpSet]

  25. class canSetInto_DV_V_Double extends BinaryUpdateRegistry[DenseMatrix[Double], Matrix[Double], OpSet]

  26. class canSubInto_DV_DV_Double extends BinaryUpdateOp[DenseMatrix[Double], DenseMatrix[Double], OpSub]

  27. class canSubInto_DV_S_Double extends BinaryUpdateOp[DenseMatrix[Double], Double, OpSub]

  28. class canSubInto_DV_V_Double extends BinaryUpdateRegistry[DenseMatrix[Double], Matrix[Double], OpSub]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. implicit val canAddInto_DV_DV_Double: DenseMatrix.canAddInto_DV_DV_Double

  8. implicit val canAddInto_DV_S_Double: DenseMatrix.canAddInto_DV_S_Double

  9. val canAddInto_DV_V_Double: DenseMatrix.canAddInto_DV_V_Double

  10. implicit def canAddInto_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryUpdateOp[A, B, OpAdd]

  11. implicit val canAdd_DV_DV_Double: BinaryOp[DenseMatrix[Double], DenseMatrix[Double], OpAdd, DenseMatrix[Double]]

  12. implicit val canAdd_DV_S_Double: BinaryOp[DenseMatrix[Double], Double, OpAdd, DenseMatrix[Double]]

  13. val canAdd_DV_V_Double: BinaryRegistry[DenseMatrix[Double], Matrix[Double], OpAdd, DenseMatrix[Double]]

  14. implicit def canAdd_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryOp[A, B, OpAdd, DenseMatrix[Double]]

  15. implicit val canAxpy_DV_V_Double: DenseMatrix.canAxpy_DV_V_Double

  16. implicit def canCollapseCols[V, R](implicit arg0: ClassTag[R], arg1: DefaultArrayValue[R]): CanCollapseAxis[DenseMatrix[V], _1.type, DenseVector[V], R, DenseVector[R]]

    Returns a numRows DenseVector

    Returns a numRows DenseVector

    V
    R
    returns

    Definition Classes
    LowPriorityDenseMatrix1
  17. implicit def canCollapseRows[V, R](implicit arg0: ClassTag[R], arg1: DefaultArrayValue[R]): CanCollapseAxis[DenseMatrix[V], _0.type, DenseVector[V], R, DenseMatrix[R]]

    Returns a 1xnumCols DenseMatrix

    Returns a 1xnumCols DenseMatrix

    V
    R
    returns

    Definition Classes
    LowPriorityDenseMatrix1
  18. implicit val canDivInto_DV_DV_Double: DenseMatrix.canDivInto_DV_DV_Double

  19. implicit val canDivInto_DV_S_Double: DenseMatrix.canDivInto_DV_S_Double

  20. val canDivInto_DV_V_Double: DenseMatrix.canDivInto_DV_V_Double

  21. implicit def canDivInto_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryUpdateOp[A, B, OpDiv]

  22. implicit val canDiv_DV_DV_Double: BinaryOp[DenseMatrix[Double], DenseMatrix[Double], OpDiv, DenseMatrix[Double]]

  23. implicit val canDiv_DV_S_Double: BinaryOp[DenseMatrix[Double], Double, OpDiv, DenseMatrix[Double]]

  24. val canDiv_DV_V_Double: BinaryRegistry[DenseMatrix[Double], Matrix[Double], OpDiv, DenseMatrix[Double]]

  25. implicit def canDiv_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryOp[A, B, OpDiv, DenseMatrix[Double]]

  26. implicit val canModInto_DV_DV_Double: DenseMatrix.canModInto_DV_DV_Double

  27. implicit val canModInto_DV_S_Double: DenseMatrix.canModInto_DV_S_Double

  28. val canModInto_DV_V_Double: DenseMatrix.canModInto_DV_V_Double

  29. implicit def canModInto_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryUpdateOp[A, B, OpMod]

  30. implicit val canMod_DV_DV_Double: BinaryOp[DenseMatrix[Double], DenseMatrix[Double], OpMod, DenseMatrix[Double]]

  31. implicit val canMod_DV_S_Double: BinaryOp[DenseMatrix[Double], Double, OpMod, DenseMatrix[Double]]

  32. val canMod_DV_V_Double: BinaryRegistry[DenseMatrix[Double], Matrix[Double], OpMod, DenseMatrix[Double]]

  33. implicit def canMod_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryOp[A, B, OpMod, DenseMatrix[Double]]

  34. implicit val canMulMatrixInto_DV_S_Double: DenseMatrix.canMulMatrixInto_DV_S_Double

  35. implicit val canMulMatrix_DV_S_Double: BinaryOp[DenseMatrix[Double], Double, OpMulMatrix, DenseMatrix[Double]]

  36. implicit val canMulScalarInto_DV_DV_Double: DenseMatrix.canMulScalarInto_DV_DV_Double

  37. implicit val canMulScalarInto_DV_S_Double: DenseMatrix.canMulScalarInto_DV_S_Double

  38. val canMulScalarInto_DV_V_Double: DenseMatrix.canMulScalarInto_DV_V_Double

  39. implicit def canMulScalarInto_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryUpdateOp[A, B, OpMulScalar]

  40. implicit val canMulScalar_DV_DV_Double: BinaryOp[DenseMatrix[Double], DenseMatrix[Double], OpMulScalar, DenseMatrix[Double]]

  41. implicit val canMulScalar_DV_S_Double: BinaryOp[DenseMatrix[Double], Double, OpMulScalar, DenseMatrix[Double]]

  42. val canMulScalar_DV_V_Double: BinaryRegistry[DenseMatrix[Double], Matrix[Double], OpMulScalar, DenseMatrix[Double]]

  43. implicit def canMulScalar_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryOp[A, B, OpMulScalar, DenseMatrix[Double]]

  44. implicit val canPowInto_DV_DV_Double: DenseMatrix.canPowInto_DV_DV_Double

  45. implicit val canPowInto_DV_S_Double: DenseMatrix.canPowInto_DV_S_Double

  46. val canPowInto_DV_V_Double: DenseMatrix.canPowInto_DV_V_Double

  47. implicit def canPowInto_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryUpdateOp[A, B, OpPow]

  48. implicit val canPow_DV_DV_Double: BinaryOp[DenseMatrix[Double], DenseMatrix[Double], OpPow, DenseMatrix[Double]]

  49. implicit val canPow_DV_S_Double: BinaryOp[DenseMatrix[Double], Double, OpPow, DenseMatrix[Double]]

  50. val canPow_DV_V_Double: BinaryRegistry[DenseMatrix[Double], Matrix[Double], OpPow, DenseMatrix[Double]]

  51. implicit def canPow_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryOp[A, B, OpPow, DenseMatrix[Double]]

  52. implicit val canSetInto_DV_DV_Double: DenseMatrix.canSetInto_DV_DV_Double

  53. implicit val canSetInto_DV_S_Double: DenseMatrix.canSetInto_DV_S_Double

  54. val canSetInto_DV_V_Double: DenseMatrix.canSetInto_DV_V_Double

  55. implicit def canSetInto_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryUpdateOp[A, B, OpSet]

  56. implicit val canSet_DV_DV_Double: BinaryOp[DenseMatrix[Double], DenseMatrix[Double], OpSet, DenseMatrix[Double]]

  57. implicit val canSet_DV_S_Double: BinaryOp[DenseMatrix[Double], Double, OpSet, DenseMatrix[Double]]

  58. val canSet_DV_V_Double: BinaryRegistry[DenseMatrix[Double], Matrix[Double], OpSet, DenseMatrix[Double]]

  59. implicit def canSet_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryOp[A, B, OpSet, DenseMatrix[Double]]

  60. implicit def canSliceWeirdRows[V]: CanSlice2[DenseMatrix[V], Seq[Int], ::.type, SliceMatrix[Int, Int, V]]

    Definition Classes
    LowPriorityDenseMatrix
  61. implicit val canSubInto_DV_DV_Double: DenseMatrix.canSubInto_DV_DV_Double

  62. implicit val canSubInto_DV_S_Double: DenseMatrix.canSubInto_DV_S_Double

  63. val canSubInto_DV_V_Double: DenseMatrix.canSubInto_DV_V_Double

  64. implicit def canSubInto_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryUpdateOp[A, B, OpSub]

  65. implicit val canSub_DV_DV_Double: BinaryOp[DenseMatrix[Double], DenseMatrix[Double], OpSub, DenseMatrix[Double]]

  66. implicit val canSub_DV_S_Double: BinaryOp[DenseMatrix[Double], Double, OpSub, DenseMatrix[Double]]

  67. val canSub_DV_V_Double: BinaryRegistry[DenseMatrix[Double], Matrix[Double], OpSub, DenseMatrix[Double]]

  68. implicit def canSub_DV_V_Double_def[A <: DenseMatrix[Double], B <: Matrix[Double]]: BinaryOp[A, B, OpSub, DenseMatrix[Double]]

  69. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. implicit def dontNeedDefaultArrayValue[V]: DefaultArrayValue[V]

    Attributes
    protected
    Definition Classes
    LowPriorityDenseMatrix1
  71. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  72. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  73. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  74. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  75. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  76. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  77. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  78. final def notify(): Unit

    Definition Classes
    AnyRef
  79. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  80. def pureFromUpdate_Double[Other, Op <: OpType](op: BinaryUpdateOp[DenseMatrix[Double], Other, Op])(implicit copy: CanCopy[DenseMatrix[Double]]): BinaryOp[DenseMatrix[Double], Other, Op, DenseMatrix[Double]]

  81. def pureRegistryFromUpdate_Double[Other, Op <: OpType](op: BinaryUpdateRegistry[DenseMatrix[Double], Other, Op])(implicit copy: CanCopy[DenseMatrix[Double]]): BinaryRegistry[DenseMatrix[Double], Other, Op, DenseMatrix[Double]]

  82. implicit def setDMDM[V]: BinaryUpdateOp[DenseMatrix[V], DenseMatrix[V], OpSet]

    Definition Classes
    LowPriorityDenseMatrix
  83. implicit def setDMDV[V]: BinaryUpdateOp[DenseMatrix[V], DenseVector[V], OpSet]

    Definition Classes
    LowPriorityDenseMatrix
  84. implicit def setDMS[V]: BinaryUpdateOp[DenseMatrix[V], V, OpSet]

    Definition Classes
    LowPriorityDenseMatrix
  85. implicit def setMM[V]: BinaryUpdateOp[DenseMatrix[V], Matrix[V], OpSet]

    Definition Classes
    LowPriorityDenseMatrix1
  86. implicit def setMV[V]: BinaryUpdateOp[DenseMatrix[V], Vector[V], OpSet]

    Definition Classes
    LowPriorityDenseMatrix1
  87. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  88. def toString(): String

    Definition Classes
    AnyRef → Any
  89. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowPriorityDenseMatrix

Inherited from LowPriorityDenseMatrix1

Inherited from AnyRef

Inherited from Any

Ungrouped