breeze.linalg

DenseVectorOps_Int_Generic

trait DenseVectorOps_Int_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_Int_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_Int: DenseVector.canAddInto_DV_V_Int

  8. implicit def canAddInto_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryUpdateOp[A, B, OpAdd]

  9. val canAdd_DV_V_Int: BinaryRegistry[DenseVector[Int], Vector[Int], OpAdd, DenseVector[Int]]

  10. implicit def canAdd_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryOp[A, B, OpAdd, DenseVector[Int]]

  11. implicit val canAxpy_DV_V_Int: DenseVector.canAxpy_DV_V_Int

  12. val canDivInto_DV_V_Int: DenseVector.canDivInto_DV_V_Int

  13. implicit def canDivInto_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryUpdateOp[A, B, OpDiv]

  14. val canDiv_DV_V_Int: BinaryRegistry[DenseVector[Int], Vector[Int], OpDiv, DenseVector[Int]]

  15. implicit def canDiv_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryOp[A, B, OpDiv, DenseVector[Int]]

  16. val canModInto_DV_V_Int: DenseVector.canModInto_DV_V_Int

  17. implicit def canModInto_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryUpdateOp[A, B, OpMod]

  18. val canMod_DV_V_Int: BinaryRegistry[DenseVector[Int], Vector[Int], OpMod, DenseVector[Int]]

  19. implicit def canMod_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryOp[A, B, OpMod, DenseVector[Int]]

  20. val canMulScalarInto_DV_V_Int: DenseVector.canMulScalarInto_DV_V_Int

  21. implicit def canMulScalarInto_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryUpdateOp[A, B, OpMulScalar]

  22. val canMulScalar_DV_V_Int: BinaryRegistry[DenseVector[Int], Vector[Int], OpMulScalar, DenseVector[Int]]

  23. implicit def canMulScalar_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryOp[A, B, OpMulScalar, DenseVector[Int]]

  24. val canPowInto_DV_V_Int: DenseVector.canPowInto_DV_V_Int

  25. implicit def canPowInto_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryUpdateOp[A, B, OpPow]

  26. val canPow_DV_V_Int: BinaryRegistry[DenseVector[Int], Vector[Int], OpPow, DenseVector[Int]]

  27. implicit def canPow_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryOp[A, B, OpPow, DenseVector[Int]]

  28. val canSetInto_DV_V_Int: DenseVector.canSetInto_DV_V_Int

  29. implicit def canSetInto_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryUpdateOp[A, B, OpSet]

  30. val canSet_DV_V_Int: BinaryRegistry[DenseVector[Int], Vector[Int], OpSet, DenseVector[Int]]

  31. implicit def canSet_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryOp[A, B, OpSet, DenseVector[Int]]

  32. val canSubInto_DV_V_Int: DenseVector.canSubInto_DV_V_Int

  33. implicit def canSubInto_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryUpdateOp[A, B, OpSub]

  34. val canSub_DV_V_Int: BinaryRegistry[DenseVector[Int], Vector[Int], OpSub, DenseVector[Int]]

  35. implicit def canSub_DV_V_Int_def[A <: DenseVector[Int], B <: Vector[Int]]: BinaryOp[A, B, OpSub, DenseVector[Int]]

  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_Int[Other, Op <: OpType](op: BinaryUpdateRegistry[DenseVector[Int], Other, Op])(implicit copy: CanCopy[DenseVector[Int]]): BinaryRegistry[DenseVector[Int], Other, Op, DenseVector[Int]]

  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