breeze.linalg

DenseMatrixOps_Complex

trait DenseMatrixOps_Complex extends DenseMatrixOps_Complex_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_Complex
  2. DenseMatrixOps_Complex_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_Complex extends BinaryUpdateOp[DenseMatrix[Complex], DenseMatrix[Complex], OpAdd]

  7. class canAddInto_DV_S_Complex extends BinaryUpdateOp[DenseMatrix[Complex], Complex, OpAdd]

  8. class canAddInto_DV_V_Complex extends BinaryUpdateRegistry[DenseMatrix[Complex], Matrix[Complex], OpAdd]

  9. class canAxpy_DV_V_Complex extends CanAxpy[Complex, Matrix[Complex], DenseMatrix[Complex]]

  10. class canDivInto_DV_DV_Complex extends BinaryUpdateOp[DenseMatrix[Complex], DenseMatrix[Complex], OpDiv]

  11. class canDivInto_DV_S_Complex extends BinaryUpdateOp[DenseMatrix[Complex], Complex, OpDiv]

  12. class canDivInto_DV_V_Complex extends BinaryUpdateRegistry[DenseMatrix[Complex], Matrix[Complex], OpDiv]

  13. class canMulMatrixInto_DV_S_Complex extends BinaryUpdateOp[DenseMatrix[Complex], Complex, OpMulMatrix]

  14. class canMulScalarInto_DV_DV_Complex extends BinaryUpdateOp[DenseMatrix[Complex], DenseMatrix[Complex], OpMulScalar]

  15. class canMulScalarInto_DV_S_Complex extends BinaryUpdateOp[DenseMatrix[Complex], Complex, OpMulScalar]

  16. class canMulScalarInto_DV_V_Complex extends BinaryUpdateRegistry[DenseMatrix[Complex], Matrix[Complex], OpMulScalar]

  17. class canPowInto_DV_DV_Complex extends BinaryUpdateOp[DenseMatrix[Complex], DenseMatrix[Complex], OpPow]

  18. class canPowInto_DV_S_Complex extends BinaryUpdateOp[DenseMatrix[Complex], Complex, OpPow]

  19. class canPowInto_DV_V_Complex extends BinaryUpdateRegistry[DenseMatrix[Complex], Matrix[Complex], OpPow]

  20. class canSetInto_DV_DV_Complex extends BinaryUpdateOp[DenseMatrix[Complex], DenseMatrix[Complex], OpSet]

  21. class canSetInto_DV_S_Complex extends BinaryUpdateOp[DenseMatrix[Complex], Complex, OpSet]

  22. class canSetInto_DV_V_Complex extends BinaryUpdateRegistry[DenseMatrix[Complex], Matrix[Complex], OpSet]

  23. class canSubInto_DV_DV_Complex extends BinaryUpdateOp[DenseMatrix[Complex], DenseMatrix[Complex], OpSub]

  24. class canSubInto_DV_S_Complex extends BinaryUpdateOp[DenseMatrix[Complex], Complex, OpSub]

  25. class canSubInto_DV_V_Complex extends BinaryUpdateRegistry[DenseMatrix[Complex], Matrix[Complex], 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_Complex: DenseMatrix.canAddInto_DV_DV_Complex

  8. implicit val canAddInto_DV_S_Complex: DenseMatrix.canAddInto_DV_S_Complex

  9. val canAddInto_DV_V_Complex: DenseMatrix.canAddInto_DV_V_Complex

  10. implicit def canAddInto_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryUpdateOp[A, B, OpAdd]

  11. implicit val canAdd_DV_DV_Complex: BinaryOp[DenseMatrix[Complex], DenseMatrix[Complex], OpAdd, DenseMatrix[Complex]]

  12. implicit val canAdd_DV_S_Complex: BinaryOp[DenseMatrix[Complex], Complex, OpAdd, DenseMatrix[Complex]]

  13. val canAdd_DV_V_Complex: BinaryRegistry[DenseMatrix[Complex], Matrix[Complex], OpAdd, DenseMatrix[Complex]]

  14. implicit def canAdd_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryOp[A, B, OpAdd, DenseMatrix[Complex]]

  15. implicit val canAxpy_DV_V_Complex: DenseMatrix.canAxpy_DV_V_Complex

  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_Complex: DenseMatrix.canDivInto_DV_DV_Complex

  19. implicit val canDivInto_DV_S_Complex: DenseMatrix.canDivInto_DV_S_Complex

  20. val canDivInto_DV_V_Complex: DenseMatrix.canDivInto_DV_V_Complex

  21. implicit def canDivInto_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryUpdateOp[A, B, OpDiv]

  22. implicit val canDiv_DV_DV_Complex: BinaryOp[DenseMatrix[Complex], DenseMatrix[Complex], OpDiv, DenseMatrix[Complex]]

  23. implicit val canDiv_DV_S_Complex: BinaryOp[DenseMatrix[Complex], Complex, OpDiv, DenseMatrix[Complex]]

  24. val canDiv_DV_V_Complex: BinaryRegistry[DenseMatrix[Complex], Matrix[Complex], OpDiv, DenseMatrix[Complex]]

  25. implicit def canDiv_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryOp[A, B, OpDiv, DenseMatrix[Complex]]

  26. implicit val canMulMatrixInto_DV_S_Complex: DenseMatrix.canMulMatrixInto_DV_S_Complex

  27. implicit val canMulMatrix_DV_S_Complex: BinaryOp[DenseMatrix[Complex], Complex, OpMulMatrix, DenseMatrix[Complex]]

  28. implicit val canMulScalarInto_DV_DV_Complex: DenseMatrix.canMulScalarInto_DV_DV_Complex

  29. implicit val canMulScalarInto_DV_S_Complex: DenseMatrix.canMulScalarInto_DV_S_Complex

  30. val canMulScalarInto_DV_V_Complex: DenseMatrix.canMulScalarInto_DV_V_Complex

  31. implicit def canMulScalarInto_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryUpdateOp[A, B, OpMulScalar]

  32. implicit val canMulScalar_DV_DV_Complex: BinaryOp[DenseMatrix[Complex], DenseMatrix[Complex], OpMulScalar, DenseMatrix[Complex]]

  33. implicit val canMulScalar_DV_S_Complex: BinaryOp[DenseMatrix[Complex], Complex, OpMulScalar, DenseMatrix[Complex]]

  34. val canMulScalar_DV_V_Complex: BinaryRegistry[DenseMatrix[Complex], Matrix[Complex], OpMulScalar, DenseMatrix[Complex]]

  35. implicit def canMulScalar_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryOp[A, B, OpMulScalar, DenseMatrix[Complex]]

  36. implicit val canPowInto_DV_DV_Complex: DenseMatrix.canPowInto_DV_DV_Complex

  37. implicit val canPowInto_DV_S_Complex: DenseMatrix.canPowInto_DV_S_Complex

  38. val canPowInto_DV_V_Complex: DenseMatrix.canPowInto_DV_V_Complex

  39. implicit def canPowInto_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryUpdateOp[A, B, OpPow]

  40. implicit val canPow_DV_DV_Complex: BinaryOp[DenseMatrix[Complex], DenseMatrix[Complex], OpPow, DenseMatrix[Complex]]

  41. implicit val canPow_DV_S_Complex: BinaryOp[DenseMatrix[Complex], Complex, OpPow, DenseMatrix[Complex]]

  42. val canPow_DV_V_Complex: BinaryRegistry[DenseMatrix[Complex], Matrix[Complex], OpPow, DenseMatrix[Complex]]

  43. implicit def canPow_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryOp[A, B, OpPow, DenseMatrix[Complex]]

  44. implicit val canSetInto_DV_DV_Complex: DenseMatrix.canSetInto_DV_DV_Complex

  45. implicit val canSetInto_DV_S_Complex: DenseMatrix.canSetInto_DV_S_Complex

  46. val canSetInto_DV_V_Complex: DenseMatrix.canSetInto_DV_V_Complex

  47. implicit def canSetInto_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryUpdateOp[A, B, OpSet]

  48. implicit val canSet_DV_DV_Complex: BinaryOp[DenseMatrix[Complex], DenseMatrix[Complex], OpSet, DenseMatrix[Complex]]

  49. implicit val canSet_DV_S_Complex: BinaryOp[DenseMatrix[Complex], Complex, OpSet, DenseMatrix[Complex]]

  50. val canSet_DV_V_Complex: BinaryRegistry[DenseMatrix[Complex], Matrix[Complex], OpSet, DenseMatrix[Complex]]

  51. implicit def canSet_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryOp[A, B, OpSet, DenseMatrix[Complex]]

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

    Definition Classes
    LowPriorityDenseMatrix
  53. implicit val canSubInto_DV_DV_Complex: DenseMatrix.canSubInto_DV_DV_Complex

  54. implicit val canSubInto_DV_S_Complex: DenseMatrix.canSubInto_DV_S_Complex

  55. val canSubInto_DV_V_Complex: DenseMatrix.canSubInto_DV_V_Complex

  56. implicit def canSubInto_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryUpdateOp[A, B, OpSub]

  57. implicit val canSub_DV_DV_Complex: BinaryOp[DenseMatrix[Complex], DenseMatrix[Complex], OpSub, DenseMatrix[Complex]]

  58. implicit val canSub_DV_S_Complex: BinaryOp[DenseMatrix[Complex], Complex, OpSub, DenseMatrix[Complex]]

  59. val canSub_DV_V_Complex: BinaryRegistry[DenseMatrix[Complex], Matrix[Complex], OpSub, DenseMatrix[Complex]]

  60. implicit def canSub_DV_V_Complex_def[A <: DenseMatrix[Complex], B <: Matrix[Complex]]: BinaryOp[A, B, OpSub, DenseMatrix[Complex]]

  61. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  72. def pureFromUpdate_Complex[Other, Op <: OpType](op: BinaryUpdateOp[DenseMatrix[Complex], Other, Op])(implicit copy: CanCopy[DenseMatrix[Complex]]): BinaryOp[DenseMatrix[Complex], Other, Op, DenseMatrix[Complex]]

  73. def pureRegistryFromUpdate_Complex[Other, Op <: OpType](op: BinaryUpdateRegistry[DenseMatrix[Complex], Other, Op])(implicit copy: CanCopy[DenseMatrix[Complex]]): BinaryRegistry[DenseMatrix[Complex], Other, Op, DenseMatrix[Complex]]

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

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

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

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

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

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

    Definition Classes
    AnyRef
  80. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowPriorityDenseMatrix

Inherited from LowPriorityDenseMatrix1

Inherited from AnyRef

Inherited from Any

Ungrouped