breeze.linalg

DenseVectorOps_Double_Generic

trait DenseVectorOps_Double_Generic extends AnyRef

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

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

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: DenseVector.canAddInto_DV_V_Double

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

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

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

  11. implicit val canAxpy_DV_V_Double: DenseVector.canAxpy_DV_V_Double

  12. val canDivInto_DV_V_Double: DenseVector.canDivInto_DV_V_Double

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

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

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

  16. val canModInto_DV_V_Double: DenseVector.canModInto_DV_V_Double

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

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

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

  20. val canMulScalarInto_DV_V_Double: DenseVector.canMulScalarInto_DV_V_Double

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

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

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

  24. val canPowInto_DV_V_Double: DenseVector.canPowInto_DV_V_Double

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

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

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

  28. val canSetInto_DV_V_Double: DenseVector.canSetInto_DV_V_Double

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

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

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

  32. val canSubInto_DV_V_Double: DenseVector.canSubInto_DV_V_Double

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

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

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

  36. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  48. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped