breeze.linalg

DenseVectorOps_Double

trait DenseVectorOps_Double extends DenseVectorOps_Double_Generic

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

Self Type
DenseVector.type
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DenseVectorOps_Double
  2. DenseVectorOps_Double_Generic
  3. DenseVector_GenericOps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class canAddInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpAdd]

  2. class canAddInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpAdd]

  3. class canAxpy_DV_V_Double extends CanAxpy[Double, Vector[Double], DenseVector[Double]]

  4. class canDivInto_DV_DV_Double extends BinaryUpdateOp[DenseVector[Double], DenseVector[Double], OpDiv]

  5. class canDivInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpDiv]

  6. class canDivInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpDiv]

  7. class canModInto_DV_DV_Double extends BinaryUpdateOp[DenseVector[Double], DenseVector[Double], OpMod]

  8. class canModInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpMod]

  9. class canModInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpMod]

  10. class canMulMatrixInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpMulMatrix]

  11. class canMulScalarInto_DV_DV_Double extends BinaryUpdateOp[DenseVector[Double], DenseVector[Double], OpMulScalar]

  12. class canMulScalarInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpMulScalar]

  13. class canPowInto_DV_DV_Double extends BinaryUpdateOp[DenseVector[Double], DenseVector[Double], OpPow]

  14. class canPowInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpPow]

  15. class canPowInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpPow]

  16. class canSetInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpSet]

  17. class canSetInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpSet]

  18. class canSubInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpSub]

  19. class canSubInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[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_S_Double: DenseVector.canAddInto_DV_S_Double

  8. val canAddInto_DV_V_Double: DenseVector.canAddInto_DV_V_Double

  9. implicit def canAddInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpAdd]

  10. implicit val canAdd_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpAdd, DenseVector[Double]]

  11. val canAdd_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpAdd, DenseVector[Double]]

  12. implicit def canAdd_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpAdd, DenseVector[Double]]

  13. implicit val canAxpy_DV_V_Double: DenseVector.canAxpy_DV_V_Double

  14. implicit val canDivInto_DV_DV_Double: DenseVector.canDivInto_DV_DV_Double

  15. implicit val canDivInto_DV_S_Double: DenseVector.canDivInto_DV_S_Double

  16. val canDivInto_DV_V_Double: DenseVector.canDivInto_DV_V_Double

  17. implicit def canDivInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpDiv]

  18. implicit val canDiv_DV_DV_Double: BinaryOp[DenseVector[Double], DenseVector[Double], OpDiv, DenseVector[Double]]

  19. implicit val canDiv_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpDiv, DenseVector[Double]]

  20. val canDiv_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpDiv, DenseVector[Double]]

  21. implicit def canDiv_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpDiv, DenseVector[Double]]

  22. implicit def canGaxpy[V](implicit arg0: Semiring[V]): CanAxpy[V, DenseVector[V], DenseVector[V]]

    Definition Classes
    DenseVector_GenericOps
  23. implicit val canModInto_DV_DV_Double: DenseVector.canModInto_DV_DV_Double

  24. implicit val canModInto_DV_S_Double: DenseVector.canModInto_DV_S_Double

  25. val canModInto_DV_V_Double: DenseVector.canModInto_DV_V_Double

  26. implicit def canModInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpMod]

  27. implicit val canMod_DV_DV_Double: BinaryOp[DenseVector[Double], DenseVector[Double], OpMod, DenseVector[Double]]

  28. implicit val canMod_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpMod, DenseVector[Double]]

  29. val canMod_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpMod, DenseVector[Double]]

  30. implicit def canMod_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpMod, DenseVector[Double]]

  31. implicit val canMulMatrixInto_DV_S_Double: DenseVector.canMulMatrixInto_DV_S_Double

  32. implicit val canMulMatrix_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpMulMatrix, DenseVector[Double]]

  33. implicit val canMulScalarInto_DV_DV_Double: DenseVector.canMulScalarInto_DV_DV_Double

  34. val canMulScalarInto_DV_V_Double: DenseVector.canMulScalarInto_DV_V_Double

  35. implicit def canMulScalarInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpMulScalar]

  36. implicit val canMulScalar_DV_DV_Double: BinaryOp[DenseVector[Double], DenseVector[Double], OpMulScalar, DenseVector[Double]]

  37. val canMulScalar_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpMulScalar, DenseVector[Double]]

  38. implicit def canMulScalar_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpMulScalar, DenseVector[Double]]

  39. implicit val canPowInto_DV_DV_Double: DenseVector.canPowInto_DV_DV_Double

  40. implicit val canPowInto_DV_S_Double: DenseVector.canPowInto_DV_S_Double

  41. val canPowInto_DV_V_Double: DenseVector.canPowInto_DV_V_Double

  42. implicit def canPowInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpPow]

  43. implicit val canPow_DV_DV_Double: BinaryOp[DenseVector[Double], DenseVector[Double], OpPow, DenseVector[Double]]

  44. implicit val canPow_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpPow, DenseVector[Double]]

  45. val canPow_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpPow, DenseVector[Double]]

  46. implicit def canPow_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpPow, DenseVector[Double]]

  47. implicit val canSetInto_DV_S_Double: DenseVector.canSetInto_DV_S_Double

  48. val canSetInto_DV_V_Double: DenseVector.canSetInto_DV_V_Double

  49. implicit def canSetInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpSet]

  50. implicit def canSet_DV_DV_Generic[V]: BinaryUpdateOp[DenseVector[V], DenseVector[V], OpSet]

    Definition Classes
    DenseVector_GenericOps
  51. implicit def canSet_DV_Generic[V]: BinaryUpdateOp[DenseVector[V], V, OpSet]

    Definition Classes
    DenseVector_GenericOps
  52. implicit val canSet_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpSet, DenseVector[Double]]

  53. val canSet_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpSet, DenseVector[Double]]

  54. implicit def canSet_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpSet, DenseVector[Double]]

  55. implicit val canSubInto_DV_S_Double: DenseVector.canSubInto_DV_S_Double

  56. val canSubInto_DV_V_Double: DenseVector.canSubInto_DV_V_Double

  57. implicit def canSubInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpSub]

  58. implicit val canSub_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpSub, DenseVector[Double]]

  59. val canSub_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpSub, DenseVector[Double]]

  60. implicit def canSub_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpSub, DenseVector[Double]]

  61. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

  73. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  74. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DenseVector_GenericOps

Inherited from AnyRef

Inherited from Any

Ungrouped