Packages

t

breeze.linalg.operators

DenseVector_HashVector_Ops

trait DenseVector_HashVector_Ops extends AnyRef

Self Type
HashVector.type
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DenseVector_HashVector_Ops
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit val canDot_DV_HV_Double: OpMulInner.Impl2[DenseVector[Double], HashVector[Double], Double]
  6. implicit val canDot_DV_HV_Float: OpMulInner.Impl2[DenseVector[Float], HashVector[Float], Float]
  7. implicit val canDot_DV_HV_Int: OpMulInner.Impl2[DenseVector[Int], HashVector[Int], Int]
  8. implicit val canDot_DV_HV_Long: OpMulInner.Impl2[DenseVector[Long], HashVector[Long], Long]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit def dv_hv_UpdateOp_Double_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Double], HashVector[Double]]
  11. implicit def dv_hv_UpdateOp_Double_OpMod: OpMod.InPlaceImpl2[DenseVector[Double], HashVector[Double]]
  12. implicit def dv_hv_UpdateOp_Double_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Double], HashVector[Double]]
  13. implicit def dv_hv_UpdateOp_Double_OpPow: OpPow.InPlaceImpl2[DenseVector[Double], HashVector[Double]]
  14. implicit def dv_hv_UpdateOp_Double_OpSet: OpSet.InPlaceImpl2[DenseVector[Double], HashVector[Double]]
  15. implicit def dv_hv_UpdateOp_Float_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Float], HashVector[Float]]
  16. implicit def dv_hv_UpdateOp_Float_OpMod: OpMod.InPlaceImpl2[DenseVector[Float], HashVector[Float]]
  17. implicit def dv_hv_UpdateOp_Float_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Float], HashVector[Float]]
  18. implicit def dv_hv_UpdateOp_Float_OpPow: OpPow.InPlaceImpl2[DenseVector[Float], HashVector[Float]]
  19. implicit def dv_hv_UpdateOp_Float_OpSet: OpSet.InPlaceImpl2[DenseVector[Float], HashVector[Float]]
  20. implicit def dv_hv_UpdateOp_Int_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Int], HashVector[Int]]
  21. implicit def dv_hv_UpdateOp_Int_OpMod: OpMod.InPlaceImpl2[DenseVector[Int], HashVector[Int]]
  22. implicit def dv_hv_UpdateOp_Int_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Int], HashVector[Int]]
  23. implicit def dv_hv_UpdateOp_Int_OpPow: OpPow.InPlaceImpl2[DenseVector[Int], HashVector[Int]]
  24. implicit def dv_hv_UpdateOp_Int_OpSet: OpSet.InPlaceImpl2[DenseVector[Int], HashVector[Int]]
  25. implicit def dv_hv_UpdateOp_Long_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Long], HashVector[Long]]
  26. implicit def dv_hv_UpdateOp_Long_OpMod: OpMod.InPlaceImpl2[DenseVector[Long], HashVector[Long]]
  27. implicit def dv_hv_UpdateOp_Long_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Long], HashVector[Long]]
  28. implicit def dv_hv_UpdateOp_Long_OpPow: OpPow.InPlaceImpl2[DenseVector[Long], HashVector[Long]]
  29. implicit def dv_hv_UpdateOp_Long_OpSet: OpSet.InPlaceImpl2[DenseVector[Long], HashVector[Long]]
  30. implicit val dv_hv_Update_Zero_Idempotent_Double_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Double], HashVector[Double]]
  31. implicit val dv_hv_Update_Zero_Idempotent_Double_OpSub: OpSub.InPlaceImpl2[DenseVector[Double], HashVector[Double]]
  32. implicit val dv_hv_Update_Zero_Idempotent_Float_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Float], HashVector[Float]]
  33. implicit val dv_hv_Update_Zero_Idempotent_Float_OpSub: OpSub.InPlaceImpl2[DenseVector[Float], HashVector[Float]]
  34. implicit val dv_hv_Update_Zero_Idempotent_Int_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Int], HashVector[Int]]
  35. implicit val dv_hv_Update_Zero_Idempotent_Int_OpSub: OpSub.InPlaceImpl2[DenseVector[Int], HashVector[Int]]
  36. implicit val dv_hv_Update_Zero_Idempotent_Long_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Long], HashVector[Long]]
  37. implicit val dv_hv_Update_Zero_Idempotent_Long_OpSub: OpSub.InPlaceImpl2[DenseVector[Long], HashVector[Long]]
  38. implicit def dv_hv_op_Double_OpAdd: UImpl2[OpAdd.type, DenseVector[Double], HashVector[Double], DenseVector[Double]]
  39. implicit def dv_hv_op_Double_OpDiv: UImpl2[OpDiv.type, DenseVector[Double], HashVector[Double], DenseVector[Double]]
  40. implicit def dv_hv_op_Double_OpMod: UImpl2[OpMod.type, DenseVector[Double], HashVector[Double], DenseVector[Double]]
  41. implicit def dv_hv_op_Double_OpMulScalar: UImpl2[OpMulScalar.type, DenseVector[Double], HashVector[Double], DenseVector[Double]]
  42. implicit def dv_hv_op_Double_OpPow: UImpl2[OpPow.type, DenseVector[Double], HashVector[Double], DenseVector[Double]]
  43. implicit def dv_hv_op_Double_OpSet: UImpl2[OpSet.type, DenseVector[Double], HashVector[Double], DenseVector[Double]]
  44. implicit def dv_hv_op_Double_OpSub: UImpl2[OpSub.type, DenseVector[Double], HashVector[Double], DenseVector[Double]]
  45. implicit def dv_hv_op_Float_OpAdd: UImpl2[OpAdd.type, DenseVector[Float], HashVector[Float], DenseVector[Float]]
  46. implicit def dv_hv_op_Float_OpDiv: UImpl2[OpDiv.type, DenseVector[Float], HashVector[Float], DenseVector[Float]]
  47. implicit def dv_hv_op_Float_OpMod: UImpl2[OpMod.type, DenseVector[Float], HashVector[Float], DenseVector[Float]]
  48. implicit def dv_hv_op_Float_OpMulScalar: UImpl2[OpMulScalar.type, DenseVector[Float], HashVector[Float], DenseVector[Float]]
  49. implicit def dv_hv_op_Float_OpPow: UImpl2[OpPow.type, DenseVector[Float], HashVector[Float], DenseVector[Float]]
  50. implicit def dv_hv_op_Float_OpSet: UImpl2[OpSet.type, DenseVector[Float], HashVector[Float], DenseVector[Float]]
  51. implicit def dv_hv_op_Float_OpSub: UImpl2[OpSub.type, DenseVector[Float], HashVector[Float], DenseVector[Float]]
  52. implicit def dv_hv_op_Int_OpAdd: UImpl2[OpAdd.type, DenseVector[Int], HashVector[Int], DenseVector[Int]]
  53. implicit def dv_hv_op_Int_OpDiv: UImpl2[OpDiv.type, DenseVector[Int], HashVector[Int], DenseVector[Int]]
  54. implicit def dv_hv_op_Int_OpMod: UImpl2[OpMod.type, DenseVector[Int], HashVector[Int], DenseVector[Int]]
  55. implicit def dv_hv_op_Int_OpMulScalar: UImpl2[OpMulScalar.type, DenseVector[Int], HashVector[Int], DenseVector[Int]]
  56. implicit def dv_hv_op_Int_OpPow: UImpl2[OpPow.type, DenseVector[Int], HashVector[Int], DenseVector[Int]]
  57. implicit def dv_hv_op_Int_OpSet: UImpl2[OpSet.type, DenseVector[Int], HashVector[Int], DenseVector[Int]]
  58. implicit def dv_hv_op_Int_OpSub: UImpl2[OpSub.type, DenseVector[Int], HashVector[Int], DenseVector[Int]]
  59. implicit def dv_hv_op_Long_OpAdd: UImpl2[OpAdd.type, DenseVector[Long], HashVector[Long], DenseVector[Long]]
  60. implicit def dv_hv_op_Long_OpDiv: UImpl2[OpDiv.type, DenseVector[Long], HashVector[Long], DenseVector[Long]]
  61. implicit def dv_hv_op_Long_OpMod: UImpl2[OpMod.type, DenseVector[Long], HashVector[Long], DenseVector[Long]]
  62. implicit def dv_hv_op_Long_OpMulScalar: UImpl2[OpMulScalar.type, DenseVector[Long], HashVector[Long], DenseVector[Long]]
  63. implicit def dv_hv_op_Long_OpPow: UImpl2[OpPow.type, DenseVector[Long], HashVector[Long], DenseVector[Long]]
  64. implicit def dv_hv_op_Long_OpSet: UImpl2[OpSet.type, DenseVector[Long], HashVector[Long], DenseVector[Long]]
  65. implicit def dv_hv_op_Long_OpSub: UImpl2[OpSub.type, DenseVector[Long], HashVector[Long], DenseVector[Long]]
  66. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  68. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  69. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  70. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  71. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  72. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  73. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  74. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  75. def toString(): String
    Definition Classes
    AnyRef → Any
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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