breeze.linalg

DenseMatrixOps_Double_Generic

trait DenseMatrixOps_Double_Generic extends LowPriorityDenseMatrix

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_Generic
  2. LowPriorityDenseMatrix
  3. LowPriorityDenseMatrix1
  4. AnyRef
  5. 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_V_Double extends BinaryUpdateRegistry[DenseMatrix[Double], Matrix[Double], OpAdd]

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

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

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

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

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

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

  13. 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. val canAddInto_DV_V_Double: DenseMatrix.canAddInto_DV_V_Double

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

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

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

  11. implicit val canAxpy_DV_V_Double: DenseMatrix.canAxpy_DV_V_Double

  12. 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
  13. 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
  14. val canDivInto_DV_V_Double: DenseMatrix.canDivInto_DV_V_Double

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

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

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

  18. val canModInto_DV_V_Double: DenseMatrix.canModInto_DV_V_Double

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

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

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

  22. val canMulScalarInto_DV_V_Double: DenseMatrix.canMulScalarInto_DV_V_Double

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

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

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

  26. val canPowInto_DV_V_Double: DenseMatrix.canPowInto_DV_V_Double

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

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

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

  30. val canSetInto_DV_V_Double: DenseMatrix.canSetInto_DV_V_Double

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

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

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

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

    Definition Classes
    LowPriorityDenseMatrix
  35. val canSubInto_DV_V_Double: DenseMatrix.canSubInto_DV_V_Double

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

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

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

  39. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  57. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowPriorityDenseMatrix

Inherited from LowPriorityDenseMatrix1

Inherited from AnyRef

Inherited from Any

Ungrouped