breeze.linalg

SparseVectorOps_Complex

trait SparseVectorOps_Complex extends AnyRef

This is an auto-generated trait providing operators for SparseVector

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

Type Members

  1. class canAddInto_SV_S_Complex extends BinaryUpdateOp[SparseVector[Complex], Complex, OpAdd]

  2. class canAddInto_VV_Complex extends BinaryUpdateOp[SparseVector[Complex], SparseVector[Complex], OpAdd]

  3. class canAxpy_SV_SV_Complex extends CanAxpy[Complex, SparseVector[Complex], SparseVector[Complex]]

  4. class canDivInto_SV_S_Complex extends BinaryUpdateOp[SparseVector[Complex], Complex, OpDiv]

  5. class canDivInto_VV_Complex extends BinaryUpdateOp[SparseVector[Complex], SparseVector[Complex], OpDiv]

  6. class canDotProductSV_Complex extends BinaryOp[SparseVector[Complex], SparseVector[Complex], OpMulInner, Complex]

  7. class canMulMatrixInto_SV_S_Complex extends BinaryUpdateOp[SparseVector[Complex], Complex, OpMulMatrix]

  8. class canMulScalarInto_SV_S_Complex extends BinaryUpdateOp[SparseVector[Complex], Complex, OpMulScalar]

  9. class canMulScalarInto_VV_Complex extends BinaryUpdateOp[SparseVector[Complex], SparseVector[Complex], OpMulScalar]

  10. class canMulScalar_VV_Complex extends BinaryOp[SparseVector[Complex], SparseVector[Complex], OpMulScalar, SparseVector[Complex]]

  11. class canPowInto_SV_S_Complex extends BinaryUpdateOp[SparseVector[Complex], Complex, OpPow]

  12. class canPowInto_VV_Complex extends BinaryUpdateOp[SparseVector[Complex], SparseVector[Complex], OpPow]

  13. class canSetInto_SV_S_Complex extends BinaryUpdateOp[SparseVector[Complex], Complex, OpSet]

  14. class canSetInto_VV_Complex extends BinaryUpdateOp[SparseVector[Complex], SparseVector[Complex], OpSet]

  15. class canSubInto_SV_S_Complex extends BinaryUpdateOp[SparseVector[Complex], Complex, OpSub]

  16. class canSubInto_VV_Complex extends BinaryUpdateOp[SparseVector[Complex], SparseVector[Complex], 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_SV_S_Complex: SparseVector.canAddInto_SV_S_Complex

  8. implicit val canAddInto_VV_Complex: SparseVector.canAddInto_VV_Complex

  9. implicit val canAdd_SV_S_Complex: BinaryOp[SparseVector[Complex], Complex, OpAdd, SparseVector[Complex]]

  10. implicit val canAdd_VV_Complex: BinaryOp[SparseVector[Complex], SparseVector[Complex], OpAdd, SparseVector[Complex]]

  11. implicit val canAxpy_SV_SV_Complex: SparseVector.canAxpy_SV_SV_Complex

  12. implicit val canDivInto_SV_S_Complex: SparseVector.canDivInto_SV_S_Complex

  13. implicit val canDivInto_VV_Complex: SparseVector.canDivInto_VV_Complex

  14. implicit val canDiv_SV_S_Complex: BinaryOp[SparseVector[Complex], Complex, OpDiv, SparseVector[Complex]]

  15. implicit val canDiv_VV_Complex: BinaryOp[SparseVector[Complex], SparseVector[Complex], OpDiv, SparseVector[Complex]]

  16. implicit val canDotProductSV_Complex: SparseVector.canDotProductSV_Complex

  17. implicit val canMulMatrixInto_SV_S_Complex: SparseVector.canMulMatrixInto_SV_S_Complex

  18. implicit val canMulMatrix_SV_S_Complex: BinaryOp[SparseVector[Complex], Complex, OpMulMatrix, SparseVector[Complex]]

  19. implicit val canMulScalarInto_SV_S_Complex: SparseVector.canMulScalarInto_SV_S_Complex

  20. implicit val canMulScalarInto_VV_Complex: SparseVector.canMulScalarInto_VV_Complex

  21. implicit val canMulScalar_SV_S_Complex: BinaryOp[SparseVector[Complex], Complex, OpMulScalar, SparseVector[Complex]]

  22. implicit val canMulScalar_VV_Complex: SparseVector.canMulScalar_VV_Complex

  23. implicit val canPowInto_SV_S_Complex: SparseVector.canPowInto_SV_S_Complex

  24. implicit val canPowInto_VV_Complex: SparseVector.canPowInto_VV_Complex

  25. implicit val canPow_SV_S_Complex: BinaryOp[SparseVector[Complex], Complex, OpPow, SparseVector[Complex]]

  26. implicit val canPow_VV_Complex: BinaryOp[SparseVector[Complex], SparseVector[Complex], OpPow, SparseVector[Complex]]

  27. implicit val canSetInto_SV_S_Complex: SparseVector.canSetInto_SV_S_Complex

  28. implicit val canSetInto_VV_Complex: SparseVector.canSetInto_VV_Complex

  29. implicit val canSet_SV_S_Complex: BinaryOp[SparseVector[Complex], Complex, OpSet, SparseVector[Complex]]

  30. implicit val canSet_VV_Complex: BinaryOp[SparseVector[Complex], SparseVector[Complex], OpSet, SparseVector[Complex]]

  31. implicit val canSubInto_SV_S_Complex: SparseVector.canSubInto_SV_S_Complex

  32. implicit val canSubInto_VV_Complex: SparseVector.canSubInto_VV_Complex

  33. implicit val canSub_SV_S_Complex: BinaryOp[SparseVector[Complex], Complex, OpSub, SparseVector[Complex]]

  34. implicit val canSub_VV_Complex: BinaryOp[SparseVector[Complex], SparseVector[Complex], OpSub, SparseVector[Complex]]

  35. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  45. def pureFromUpdate_Complex[Other, Op <: OpType](op: BinaryUpdateOp[SparseVector[Complex], Other, Op])(implicit copy: CanCopy[SparseVector[Complex]]): BinaryOp[SparseVector[Complex], Other, Op, SparseVector[Complex]]

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

    Definition Classes
    AnyRef
  47. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped