breeze.linalg

SparseVectorOps_Double

trait SparseVectorOps_Double 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_Double
  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_Double extends BinaryUpdateOp[SparseVector[Double], Double, OpAdd]

  2. class canAddInto_VV_Double extends BinaryUpdateOp[SparseVector[Double], SparseVector[Double], OpAdd]

  3. class canAxpy_SV_SV_Double extends CanAxpy[Double, SparseVector[Double], SparseVector[Double]]

  4. class canDivInto_SV_S_Double extends BinaryUpdateOp[SparseVector[Double], Double, OpDiv]

  5. class canDivInto_VV_Double extends BinaryUpdateOp[SparseVector[Double], SparseVector[Double], OpDiv]

  6. class canDotProductSV_Double extends BinaryOp[SparseVector[Double], SparseVector[Double], OpMulInner, Double]

  7. class canModInto_SV_S_Double extends BinaryUpdateOp[SparseVector[Double], Double, OpMod]

  8. class canModInto_VV_Double extends BinaryUpdateOp[SparseVector[Double], SparseVector[Double], OpMod]

  9. class canMulMatrixInto_SV_S_Double extends BinaryUpdateOp[SparseVector[Double], Double, OpMulMatrix]

  10. class canMulScalarInto_SV_S_Double extends BinaryUpdateOp[SparseVector[Double], Double, OpMulScalar]

  11. class canMulScalarInto_VV_Double extends BinaryUpdateOp[SparseVector[Double], SparseVector[Double], OpMulScalar]

  12. class canMulScalar_VV_Double extends BinaryOp[SparseVector[Double], SparseVector[Double], OpMulScalar, SparseVector[Double]]

  13. class canPowInto_SV_S_Double extends BinaryUpdateOp[SparseVector[Double], Double, OpPow]

  14. class canPowInto_VV_Double extends BinaryUpdateOp[SparseVector[Double], SparseVector[Double], OpPow]

  15. class canSetInto_SV_S_Double extends BinaryUpdateOp[SparseVector[Double], Double, OpSet]

  16. class canSetInto_VV_Double extends BinaryUpdateOp[SparseVector[Double], SparseVector[Double], OpSet]

  17. class canSubInto_SV_S_Double extends BinaryUpdateOp[SparseVector[Double], Double, OpSub]

  18. class canSubInto_VV_Double extends BinaryUpdateOp[SparseVector[Double], SparseVector[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_SV_S_Double: SparseVector.canAddInto_SV_S_Double

  8. implicit val canAddInto_VV_Double: SparseVector.canAddInto_VV_Double

  9. implicit val canAdd_SV_S_Double: BinaryOp[SparseVector[Double], Double, OpAdd, SparseVector[Double]]

  10. implicit val canAdd_VV_Double: BinaryOp[SparseVector[Double], SparseVector[Double], OpAdd, SparseVector[Double]]

  11. implicit val canAxpy_SV_SV_Double: SparseVector.canAxpy_SV_SV_Double

  12. implicit val canDivInto_SV_S_Double: SparseVector.canDivInto_SV_S_Double

  13. implicit val canDivInto_VV_Double: SparseVector.canDivInto_VV_Double

  14. implicit val canDiv_SV_S_Double: BinaryOp[SparseVector[Double], Double, OpDiv, SparseVector[Double]]

  15. implicit val canDiv_VV_Double: BinaryOp[SparseVector[Double], SparseVector[Double], OpDiv, SparseVector[Double]]

  16. implicit val canDotProductSV_Double: SparseVector.canDotProductSV_Double

  17. implicit val canModInto_SV_S_Double: SparseVector.canModInto_SV_S_Double

  18. implicit val canModInto_VV_Double: SparseVector.canModInto_VV_Double

  19. implicit val canMod_SV_S_Double: BinaryOp[SparseVector[Double], Double, OpMod, SparseVector[Double]]

  20. implicit val canMod_VV_Double: BinaryOp[SparseVector[Double], SparseVector[Double], OpMod, SparseVector[Double]]

  21. implicit val canMulMatrixInto_SV_S_Double: SparseVector.canMulMatrixInto_SV_S_Double

  22. implicit val canMulMatrix_SV_S_Double: BinaryOp[SparseVector[Double], Double, OpMulMatrix, SparseVector[Double]]

  23. implicit val canMulScalarInto_SV_S_Double: SparseVector.canMulScalarInto_SV_S_Double

  24. implicit val canMulScalarInto_VV_Double: SparseVector.canMulScalarInto_VV_Double

  25. implicit val canMulScalar_SV_S_Double: BinaryOp[SparseVector[Double], Double, OpMulScalar, SparseVector[Double]]

  26. implicit val canMulScalar_VV_Double: SparseVector.canMulScalar_VV_Double

  27. implicit val canPowInto_SV_S_Double: SparseVector.canPowInto_SV_S_Double

  28. implicit val canPowInto_VV_Double: SparseVector.canPowInto_VV_Double

  29. implicit val canPow_SV_S_Double: BinaryOp[SparseVector[Double], Double, OpPow, SparseVector[Double]]

  30. implicit val canPow_VV_Double: BinaryOp[SparseVector[Double], SparseVector[Double], OpPow, SparseVector[Double]]

  31. implicit val canSetInto_SV_S_Double: SparseVector.canSetInto_SV_S_Double

  32. implicit val canSetInto_VV_Double: SparseVector.canSetInto_VV_Double

  33. implicit val canSet_SV_S_Double: BinaryOp[SparseVector[Double], Double, OpSet, SparseVector[Double]]

  34. implicit val canSet_VV_Double: BinaryOp[SparseVector[Double], SparseVector[Double], OpSet, SparseVector[Double]]

  35. implicit val canSubInto_SV_S_Double: SparseVector.canSubInto_SV_S_Double

  36. implicit val canSubInto_VV_Double: SparseVector.canSubInto_VV_Double

  37. implicit val canSub_SV_S_Double: BinaryOp[SparseVector[Double], Double, OpSub, SparseVector[Double]]

  38. implicit val canSub_VV_Double: BinaryOp[SparseVector[Double], SparseVector[Double], OpSub, SparseVector[Double]]

  39. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  51. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped