breeze.linalg.operators

DenseVector_SparseVector_Ops

trait DenseVector_SparseVector_Ops extends AnyRef

Self Type
SparseVector.type
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DenseVector_SparseVector_Ops
  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. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit val dv_sv_op_Double_OpAdd: OpAdd.Impl2[DenseVector[Double], SparseVector[Double], DenseVector[Double]]

  9. implicit val dv_sv_op_Double_OpMod: OpMod.Impl2[DenseVector[Double], SparseVector[Double], DenseVector[Double]]

  10. implicit val dv_sv_op_Double_OpPow: OpPow.Impl2[DenseVector[Double], SparseVector[Double], DenseVector[Double]]

  11. implicit val dv_sv_op_Double_OpSet: OpSet.Impl2[DenseVector[Double], SparseVector[Double], DenseVector[Double]]

  12. implicit val dv_sv_op_Double_OpSub: OpSub.Impl2[DenseVector[Double], SparseVector[Double], DenseVector[Double]]

  13. implicit val dv_sv_op_Float_OpAdd: OpAdd.Impl2[DenseVector[Float], SparseVector[Float], DenseVector[Float]]

  14. implicit val dv_sv_op_Float_OpMod: OpMod.Impl2[DenseVector[Float], SparseVector[Float], DenseVector[Float]]

  15. implicit val dv_sv_op_Float_OpPow: OpPow.Impl2[DenseVector[Float], SparseVector[Float], DenseVector[Float]]

  16. implicit val dv_sv_op_Float_OpSet: OpSet.Impl2[DenseVector[Float], SparseVector[Float], DenseVector[Float]]

  17. implicit val dv_sv_op_Float_OpSub: OpSub.Impl2[DenseVector[Float], SparseVector[Float], DenseVector[Float]]

  18. implicit val dv_sv_op_Int_OpAdd: OpAdd.Impl2[DenseVector[Int], SparseVector[Int], DenseVector[Int]]

  19. implicit val dv_sv_op_Int_OpMod: OpMod.Impl2[DenseVector[Int], SparseVector[Int], DenseVector[Int]]

  20. implicit val dv_sv_op_Int_OpPow: OpPow.Impl2[DenseVector[Int], SparseVector[Int], DenseVector[Int]]

  21. implicit val dv_sv_op_Int_OpSet: OpSet.Impl2[DenseVector[Int], SparseVector[Int], DenseVector[Int]]

  22. implicit val dv_sv_op_Int_OpSub: OpSub.Impl2[DenseVector[Int], SparseVector[Int], DenseVector[Int]]

  23. implicit val dv_sv_op_Long_OpAdd: OpAdd.Impl2[DenseVector[Long], SparseVector[Long], DenseVector[Long]]

  24. implicit val dv_sv_op_Long_OpMod: OpMod.Impl2[DenseVector[Long], SparseVector[Long], DenseVector[Long]]

  25. implicit val dv_sv_op_Long_OpPow: OpPow.Impl2[DenseVector[Long], SparseVector[Long], DenseVector[Long]]

  26. implicit val dv_sv_op_Long_OpSet: OpSet.Impl2[DenseVector[Long], SparseVector[Long], DenseVector[Long]]

  27. implicit val dv_sv_op_Long_OpSub: OpSub.Impl2[DenseVector[Long], SparseVector[Long], DenseVector[Long]]

  28. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  33. implicit val implOpMulInner_DVT_SVT_eq_T_Double: OpMulInner.Impl2[DenseVector[Double], SparseVector[Double], Double]

  34. implicit val implOpMulInner_DVT_SVT_eq_T_Float: OpMulInner.Impl2[DenseVector[Float], SparseVector[Float], Float]

  35. implicit val implOpMulInner_DVT_SVT_eq_T_Int: OpMulInner.Impl2[DenseVector[Int], SparseVector[Int], Int]

  36. implicit val implOpMulInner_DVT_SVT_eq_T_Long: OpMulInner.Impl2[DenseVector[Long], SparseVector[Long], Long]

  37. implicit val implOps_DVT_SVT_InPlace_Double_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]

  38. implicit val implOps_DVT_SVT_InPlace_Double_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]

  39. implicit val implOps_DVT_SVT_InPlace_Double_OpMod: OpMod.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]

  40. implicit val implOps_DVT_SVT_InPlace_Double_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]

  41. implicit val implOps_DVT_SVT_InPlace_Double_OpPow: OpPow.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]

  42. implicit val implOps_DVT_SVT_InPlace_Double_OpSet: OpSet.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]

  43. implicit val implOps_DVT_SVT_InPlace_Double_OpSub: OpSub.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]

  44. implicit val implOps_DVT_SVT_InPlace_Float_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]

  45. implicit val implOps_DVT_SVT_InPlace_Float_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]

  46. implicit val implOps_DVT_SVT_InPlace_Float_OpMod: OpMod.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]

  47. implicit val implOps_DVT_SVT_InPlace_Float_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]

  48. implicit val implOps_DVT_SVT_InPlace_Float_OpPow: OpPow.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]

  49. implicit val implOps_DVT_SVT_InPlace_Float_OpSet: OpSet.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]

  50. implicit val implOps_DVT_SVT_InPlace_Float_OpSub: OpSub.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]

  51. implicit val implOps_DVT_SVT_InPlace_Int_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]

  52. implicit val implOps_DVT_SVT_InPlace_Int_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]

  53. implicit val implOps_DVT_SVT_InPlace_Int_OpMod: OpMod.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]

  54. implicit val implOps_DVT_SVT_InPlace_Int_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]

  55. implicit val implOps_DVT_SVT_InPlace_Int_OpPow: OpPow.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]

  56. implicit val implOps_DVT_SVT_InPlace_Int_OpSet: OpSet.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]

  57. implicit val implOps_DVT_SVT_InPlace_Int_OpSub: OpSub.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]

  58. implicit val implOps_DVT_SVT_InPlace_Long_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]

  59. implicit val implOps_DVT_SVT_InPlace_Long_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]

  60. implicit val implOps_DVT_SVT_InPlace_Long_OpMod: OpMod.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]

  61. implicit val implOps_DVT_SVT_InPlace_Long_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]

  62. implicit val implOps_DVT_SVT_InPlace_Long_OpPow: OpPow.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]

  63. implicit val implOps_DVT_SVT_InPlace_Long_OpSet: OpSet.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]

  64. implicit val implOps_DVT_SVT_InPlace_Long_OpSub: OpSub.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]

  65. implicit val implOps_DVT_SVT_eq_SVT_Double_OpDiv: OpDiv.Impl2[DenseVector[Double], SparseVector[Double], SparseVector[Double]]

  66. implicit val implOps_DVT_SVT_eq_SVT_Double_OpMulScalar: OpMulScalar.Impl2[DenseVector[Double], SparseVector[Double], SparseVector[Double]]

  67. implicit val implOps_DVT_SVT_eq_SVT_Float_OpDiv: OpDiv.Impl2[DenseVector[Float], SparseVector[Float], SparseVector[Float]]

  68. implicit val implOps_DVT_SVT_eq_SVT_Float_OpMulScalar: OpMulScalar.Impl2[DenseVector[Float], SparseVector[Float], SparseVector[Float]]

  69. implicit val implOps_DVT_SVT_eq_SVT_Int_OpDiv: OpDiv.Impl2[DenseVector[Int], SparseVector[Int], SparseVector[Int]]

  70. implicit val implOps_DVT_SVT_eq_SVT_Int_OpMulScalar: OpMulScalar.Impl2[DenseVector[Int], SparseVector[Int], SparseVector[Int]]

  71. implicit val implOps_DVT_SVT_eq_SVT_Long_OpDiv: OpDiv.Impl2[DenseVector[Long], SparseVector[Long], SparseVector[Long]]

  72. implicit val implOps_DVT_SVT_eq_SVT_Long_OpMulScalar: OpMulScalar.Impl2[DenseVector[Long], SparseVector[Long], SparseVector[Long]]

  73. implicit val implScaleAdd_DVT_T_SVT_InPlace_Double: scaleAdd.InPlaceImpl3[DenseVector[Double], Double, SparseVector[Double]]

  74. implicit val implScaleAdd_DVT_T_SVT_InPlace_Float: scaleAdd.InPlaceImpl3[DenseVector[Float], Float, SparseVector[Float]]

  75. implicit val implScaleAdd_DVT_T_SVT_InPlace_Int: scaleAdd.InPlaceImpl3[DenseVector[Int], Int, SparseVector[Int]]

  76. implicit val implScaleAdd_DVT_T_SVT_InPlace_Long: scaleAdd.InPlaceImpl3[DenseVector[Long], Long, SparseVector[Long]]

  77. implicit val implZipValues_DVT_SVT_eq_ZVTT_Double: zipValues.Impl2[DenseVector[Double], SparseVector[Double], ZippedValues[Double, Double]]

  78. implicit val implZipValues_DVT_SVT_eq_ZVTT_Float: zipValues.Impl2[DenseVector[Float], SparseVector[Float], ZippedValues[Float, Float]]

  79. implicit val implZipValues_DVT_SVT_eq_ZVTT_Int: zipValues.Impl2[DenseVector[Int], SparseVector[Int], ZippedValues[Int, Int]]

  80. implicit val implZipValues_DVT_SVT_eq_ZVTT_Long: zipValues.Impl2[DenseVector[Long], SparseVector[Long], ZippedValues[Long, Long]]

  81. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  85. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  86. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped