breeze.linalg

VectorOps_Complex

trait VectorOps_Complex extends AnyRef

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

Self Type
Vector.type
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. VectorOps_Complex
  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_V_S_Complex: Vector.canAddInto_V_S_Complex

  8. implicit def canAddInto_V_S_Complex_def[A <: Vector[Complex], B <: Complex]: BinaryUpdateOp[A, B, OpAdd]

  9. val canAddInto_V_V_Complex: Vector.canAddInto_V_V_Complex

  10. implicit def canAddInto_V_V_Complex_def[A <: Vector[Complex], B <: Vector[Complex]]: BinaryUpdateOp[A, B, OpAdd]

  11. implicit val canAdd_V_S_Complex: BinaryRegistry[Vector[Complex], Complex, OpAdd, Vector[Complex]]

  12. implicit val canAdd_V_V_Complex: BinaryRegistry[Vector[Complex], Vector[Complex], OpAdd, Vector[Complex]]

  13. implicit val canAxpy_SV_SV_Complex: Vector.canAxpy_SV_SV_Complex

  14. val canDivInto_V_S_Complex: Vector.canDivInto_V_S_Complex

  15. implicit def canDivInto_V_S_Complex_def[A <: Vector[Complex], B <: Complex]: BinaryUpdateOp[A, B, OpDiv]

  16. val canDivInto_V_V_Complex: Vector.canDivInto_V_V_Complex

  17. implicit def canDivInto_V_V_Complex_def[A <: Vector[Complex], B <: Vector[Complex]]: BinaryUpdateOp[A, B, OpDiv]

  18. implicit val canDiv_V_S_Complex: BinaryRegistry[Vector[Complex], Complex, OpDiv, Vector[Complex]]

  19. implicit val canDiv_V_V_Complex: BinaryRegistry[Vector[Complex], Vector[Complex], OpDiv, Vector[Complex]]

  20. val canDotProductV_Complex: Vector.canDotProductV_Complex

  21. implicit def canDotProductV_Complex_def[A <: Vector[Complex], B <: Vector[Complex]]: BinaryOp[A, B, OpMulInner, Complex]

  22. val canMulMatrixInto_V_S_Complex: Vector.canMulMatrixInto_V_S_Complex

  23. implicit def canMulMatrixInto_V_S_Complex_def[A <: Vector[Complex], B <: Complex]: BinaryUpdateOp[A, B, OpMulMatrix]

  24. implicit val canMulMatrix_V_S_Complex: BinaryRegistry[Vector[Complex], Complex, OpMulMatrix, Vector[Complex]]

  25. val canMulScalarInto_V_S_Complex: Vector.canMulScalarInto_V_S_Complex

  26. implicit def canMulScalarInto_V_S_Complex_def[A <: Vector[Complex], B <: Complex]: BinaryUpdateOp[A, B, OpMulScalar]

  27. val canMulScalarInto_V_V_Complex: Vector.canMulScalarInto_V_V_Complex

  28. implicit def canMulScalarInto_V_V_Complex_def[A <: Vector[Complex], B <: Vector[Complex]]: BinaryUpdateOp[A, B, OpMulScalar]

  29. implicit val canMulScalar_V_S_Complex: BinaryRegistry[Vector[Complex], Complex, OpMulScalar, Vector[Complex]]

  30. implicit val canMulScalar_V_V_Complex: BinaryRegistry[Vector[Complex], Vector[Complex], OpMulScalar, Vector[Complex]]

  31. val canPowInto_V_S_Complex: Vector.canPowInto_V_S_Complex

  32. implicit def canPowInto_V_S_Complex_def[A <: Vector[Complex], B <: Complex]: BinaryUpdateOp[A, B, OpPow]

  33. val canPowInto_V_V_Complex: Vector.canPowInto_V_V_Complex

  34. implicit def canPowInto_V_V_Complex_def[A <: Vector[Complex], B <: Vector[Complex]]: BinaryUpdateOp[A, B, OpPow]

  35. implicit val canPow_V_S_Complex: BinaryRegistry[Vector[Complex], Complex, OpPow, Vector[Complex]]

  36. implicit val canPow_V_V_Complex: BinaryRegistry[Vector[Complex], Vector[Complex], OpPow, Vector[Complex]]

  37. val canSetInto_V_S_Complex: Vector.canSetInto_V_S_Complex

  38. implicit def canSetInto_V_S_Complex_def[A <: Vector[Complex], B <: Complex]: BinaryUpdateOp[A, B, OpSet]

  39. val canSetInto_V_V_Complex: Vector.canSetInto_V_V_Complex

  40. implicit def canSetInto_V_V_Complex_def[A <: Vector[Complex], B <: Vector[Complex]]: BinaryUpdateOp[A, B, OpSet]

  41. implicit val canSet_V_S_Complex: BinaryRegistry[Vector[Complex], Complex, OpSet, Vector[Complex]]

  42. implicit val canSet_V_V_Complex: BinaryRegistry[Vector[Complex], Vector[Complex], OpSet, Vector[Complex]]

  43. val canSubInto_V_S_Complex: Vector.canSubInto_V_S_Complex

  44. implicit def canSubInto_V_S_Complex_def[A <: Vector[Complex], B <: Complex]: BinaryUpdateOp[A, B, OpSub]

  45. val canSubInto_V_V_Complex: Vector.canSubInto_V_V_Complex

  46. implicit def canSubInto_V_V_Complex_def[A <: Vector[Complex], B <: Vector[Complex]]: BinaryUpdateOp[A, B, OpSub]

  47. implicit val canSub_V_S_Complex: BinaryRegistry[Vector[Complex], Complex, OpSub, Vector[Complex]]

  48. implicit val canSub_V_V_Complex: BinaryRegistry[Vector[Complex], Vector[Complex], OpSub, Vector[Complex]]

  49. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  59. def pureFromUpdate_Complex[Other, Op <: OpType](op: BinaryUpdateOp[Vector[Complex], Other, Op])(implicit copy: CanCopy[Vector[Complex]]): BinaryRegistry[Vector[Complex], Other, Op, Vector[Complex]]

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

    Definition Classes
    AnyRef
  61. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped