Packages

t

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
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. implicit val dv_sv_op_Double_OpAdd: OpAdd.Impl2[DenseVector[Double], SparseVector[Double], DenseVector[Double]]
  7. implicit val dv_sv_op_Double_OpMod: OpMod.Impl2[DenseVector[Double], SparseVector[Double], DenseVector[Double]]
  8. implicit val dv_sv_op_Double_OpPow: OpPow.Impl2[DenseVector[Double], SparseVector[Double], DenseVector[Double]]
  9. implicit val dv_sv_op_Double_OpSet: OpSet.Impl2[DenseVector[Double], SparseVector[Double], DenseVector[Double]]
  10. implicit val dv_sv_op_Double_OpSub: OpSub.Impl2[DenseVector[Double], SparseVector[Double], DenseVector[Double]]
  11. implicit val dv_sv_op_Float_OpAdd: OpAdd.Impl2[DenseVector[Float], SparseVector[Float], DenseVector[Float]]
  12. implicit val dv_sv_op_Float_OpMod: OpMod.Impl2[DenseVector[Float], SparseVector[Float], DenseVector[Float]]
  13. implicit val dv_sv_op_Float_OpPow: OpPow.Impl2[DenseVector[Float], SparseVector[Float], DenseVector[Float]]
  14. implicit val dv_sv_op_Float_OpSet: OpSet.Impl2[DenseVector[Float], SparseVector[Float], DenseVector[Float]]
  15. implicit val dv_sv_op_Float_OpSub: OpSub.Impl2[DenseVector[Float], SparseVector[Float], DenseVector[Float]]
  16. implicit val dv_sv_op_Int_OpAdd: OpAdd.Impl2[DenseVector[Int], SparseVector[Int], DenseVector[Int]]
  17. implicit val dv_sv_op_Int_OpMod: OpMod.Impl2[DenseVector[Int], SparseVector[Int], DenseVector[Int]]
  18. implicit val dv_sv_op_Int_OpPow: OpPow.Impl2[DenseVector[Int], SparseVector[Int], DenseVector[Int]]
  19. implicit val dv_sv_op_Int_OpSet: OpSet.Impl2[DenseVector[Int], SparseVector[Int], DenseVector[Int]]
  20. implicit val dv_sv_op_Int_OpSub: OpSub.Impl2[DenseVector[Int], SparseVector[Int], DenseVector[Int]]
  21. implicit val dv_sv_op_Long_OpAdd: OpAdd.Impl2[DenseVector[Long], SparseVector[Long], DenseVector[Long]]
  22. implicit val dv_sv_op_Long_OpMod: OpMod.Impl2[DenseVector[Long], SparseVector[Long], DenseVector[Long]]
  23. implicit val dv_sv_op_Long_OpPow: OpPow.Impl2[DenseVector[Long], SparseVector[Long], DenseVector[Long]]
  24. implicit val dv_sv_op_Long_OpSet: OpSet.Impl2[DenseVector[Long], SparseVector[Long], DenseVector[Long]]
  25. implicit val dv_sv_op_Long_OpSub: OpSub.Impl2[DenseVector[Long], SparseVector[Long], DenseVector[Long]]
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. implicit val implOpMulInner_DVT_SVT_eq_T_Double: OpMulInner.Impl2[DenseVector[Double], SparseVector[Double], Double]
  31. implicit val implOpMulInner_DVT_SVT_eq_T_Float: OpMulInner.Impl2[DenseVector[Float], SparseVector[Float], Float]
  32. implicit val implOpMulInner_DVT_SVT_eq_T_Int: OpMulInner.Impl2[DenseVector[Int], SparseVector[Int], Int]
  33. implicit val implOpMulInner_DVT_SVT_eq_T_Long: OpMulInner.Impl2[DenseVector[Long], SparseVector[Long], Long]
  34. implicit val implOpMulMatrix_DVT_SVTt_eq_SMT_Complex: OpMulMatrix.Impl2[DenseVector[Complex], Transpose[SparseVector[Complex]], CSCMatrix[Complex]]
  35. implicit val implOpMulMatrix_DVT_SVTt_eq_SMT_Double: OpMulMatrix.Impl2[DenseVector[Double], Transpose[SparseVector[Double]], CSCMatrix[Double]]
  36. implicit val implOpMulMatrix_DVT_SVTt_eq_SMT_Float: OpMulMatrix.Impl2[DenseVector[Float], Transpose[SparseVector[Float]], CSCMatrix[Float]]
  37. implicit val implOpMulMatrix_DVT_SVTt_eq_SMT_Int: OpMulMatrix.Impl2[DenseVector[Int], Transpose[SparseVector[Int]], CSCMatrix[Int]]
  38. implicit val implOpMulMatrix_DVT_SVTt_eq_SMT_Long: OpMulMatrix.Impl2[DenseVector[Long], Transpose[SparseVector[Long]], CSCMatrix[Long]]
  39. implicit val implOps_DVT_SVT_InPlace_Double_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]
  40. implicit val implOps_DVT_SVT_InPlace_Double_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]
  41. implicit val implOps_DVT_SVT_InPlace_Double_OpMod: OpMod.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]
  42. implicit val implOps_DVT_SVT_InPlace_Double_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]
  43. implicit val implOps_DVT_SVT_InPlace_Double_OpPow: OpPow.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]
  44. implicit val implOps_DVT_SVT_InPlace_Double_OpSet: OpSet.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]
  45. implicit val implOps_DVT_SVT_InPlace_Double_OpSub: OpSub.InPlaceImpl2[DenseVector[Double], SparseVector[Double]]
  46. implicit val implOps_DVT_SVT_InPlace_Float_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]
  47. implicit val implOps_DVT_SVT_InPlace_Float_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]
  48. implicit val implOps_DVT_SVT_InPlace_Float_OpMod: OpMod.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]
  49. implicit val implOps_DVT_SVT_InPlace_Float_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]
  50. implicit val implOps_DVT_SVT_InPlace_Float_OpPow: OpPow.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]
  51. implicit val implOps_DVT_SVT_InPlace_Float_OpSet: OpSet.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]
  52. implicit val implOps_DVT_SVT_InPlace_Float_OpSub: OpSub.InPlaceImpl2[DenseVector[Float], SparseVector[Float]]
  53. implicit val implOps_DVT_SVT_InPlace_Int_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]
  54. implicit val implOps_DVT_SVT_InPlace_Int_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]
  55. implicit val implOps_DVT_SVT_InPlace_Int_OpMod: OpMod.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]
  56. implicit val implOps_DVT_SVT_InPlace_Int_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]
  57. implicit val implOps_DVT_SVT_InPlace_Int_OpPow: OpPow.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]
  58. implicit val implOps_DVT_SVT_InPlace_Int_OpSet: OpSet.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]
  59. implicit val implOps_DVT_SVT_InPlace_Int_OpSub: OpSub.InPlaceImpl2[DenseVector[Int], SparseVector[Int]]
  60. implicit val implOps_DVT_SVT_InPlace_Long_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]
  61. implicit val implOps_DVT_SVT_InPlace_Long_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]
  62. implicit val implOps_DVT_SVT_InPlace_Long_OpMod: OpMod.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]
  63. implicit val implOps_DVT_SVT_InPlace_Long_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]
  64. implicit val implOps_DVT_SVT_InPlace_Long_OpPow: OpPow.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]
  65. implicit val implOps_DVT_SVT_InPlace_Long_OpSet: OpSet.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]
  66. implicit val implOps_DVT_SVT_InPlace_Long_OpSub: OpSub.InPlaceImpl2[DenseVector[Long], SparseVector[Long]]
  67. implicit val implOps_DVT_SVT_eq_SVT_Double_OpDiv: OpDiv.Impl2[DenseVector[Double], SparseVector[Double], SparseVector[Double]]
  68. implicit val implOps_DVT_SVT_eq_SVT_Double_OpMulScalar: OpMulScalar.Impl2[DenseVector[Double], SparseVector[Double], SparseVector[Double]]
  69. implicit val implOps_DVT_SVT_eq_SVT_Float_OpDiv: OpDiv.Impl2[DenseVector[Float], SparseVector[Float], SparseVector[Float]]
  70. implicit val implOps_DVT_SVT_eq_SVT_Float_OpMulScalar: OpMulScalar.Impl2[DenseVector[Float], SparseVector[Float], SparseVector[Float]]
  71. implicit val implOps_DVT_SVT_eq_SVT_Int_OpDiv: OpDiv.Impl2[DenseVector[Int], SparseVector[Int], SparseVector[Int]]
  72. implicit val implOps_DVT_SVT_eq_SVT_Int_OpMulScalar: OpMulScalar.Impl2[DenseVector[Int], SparseVector[Int], SparseVector[Int]]
  73. implicit val implOps_DVT_SVT_eq_SVT_Long_OpDiv: OpDiv.Impl2[DenseVector[Long], SparseVector[Long], SparseVector[Long]]
  74. implicit val implOps_DVT_SVT_eq_SVT_Long_OpMulScalar: OpMulScalar.Impl2[DenseVector[Long], SparseVector[Long], SparseVector[Long]]
  75. implicit val implScaleAdd_DVT_T_SVT_InPlace_Double: scaleAdd.InPlaceImpl3[DenseVector[Double], Double, SparseVector[Double]]
  76. implicit val implScaleAdd_DVT_T_SVT_InPlace_Float: scaleAdd.InPlaceImpl3[DenseVector[Float], Float, SparseVector[Float]]
  77. implicit val implScaleAdd_DVT_T_SVT_InPlace_Int: scaleAdd.InPlaceImpl3[DenseVector[Int], Int, SparseVector[Int]]
  78. implicit val implScaleAdd_DVT_T_SVT_InPlace_Long: scaleAdd.InPlaceImpl3[DenseVector[Long], Long, SparseVector[Long]]
  79. implicit val implZipValues_DVT_SVT_eq_ZVTT_Double: zipValues.Impl2[DenseVector[Double], SparseVector[Double], ZippedValues[Double, Double]]
  80. implicit val implZipValues_DVT_SVT_eq_ZVTT_Float: zipValues.Impl2[DenseVector[Float], SparseVector[Float], ZippedValues[Float, Float]]
  81. implicit val implZipValues_DVT_SVT_eq_ZVTT_Int: zipValues.Impl2[DenseVector[Int], SparseVector[Int], ZippedValues[Int, Int]]
  82. implicit val implZipValues_DVT_SVT_eq_ZVTT_Long: zipValues.Impl2[DenseVector[Long], SparseVector[Long], ZippedValues[Long, Long]]
  83. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  84. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  85. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  86. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  87. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  88. def toString(): String
    Definition Classes
    AnyRef → Any
  89. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  90. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  91. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped