Trait

breeze.linalg

SliceVectorOps

Related Doc: package linalg

Permalink

trait SliceVectorOps extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SliceVectorOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  12. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  14. implicit def slv_s_InPlaceOp_Double_OpDiv[K]: BinaryUpdateRegistry[SliceVector[K, Double], Double, OpDiv.type]

    Permalink
  15. implicit def slv_s_InPlaceOp_Double_OpMod[K]: BinaryUpdateRegistry[SliceVector[K, Double], Double, OpMod.type]

    Permalink
  16. implicit def slv_s_InPlaceOp_Double_OpMulScalar[K]: BinaryUpdateRegistry[SliceVector[K, Double], Double, OpMulScalar.type]

    Permalink
  17. implicit def slv_s_InPlaceOp_Double_OpPow[K]: BinaryUpdateRegistry[SliceVector[K, Double], Double, OpPow.type]

    Permalink
  18. implicit def slv_s_InPlaceOp_Double_OpSet[K]: BinaryUpdateRegistry[SliceVector[K, Double], Double, OpSet.type]

    Permalink
  19. implicit def slv_s_InPlaceOp_Float_OpDiv[K]: BinaryUpdateRegistry[SliceVector[K, Float], Float, OpDiv.type]

    Permalink
  20. implicit def slv_s_InPlaceOp_Float_OpMod[K]: BinaryUpdateRegistry[SliceVector[K, Float], Float, OpMod.type]

    Permalink
  21. implicit def slv_s_InPlaceOp_Float_OpMulScalar[K]: BinaryUpdateRegistry[SliceVector[K, Float], Float, OpMulScalar.type]

    Permalink
  22. implicit def slv_s_InPlaceOp_Float_OpPow[K]: BinaryUpdateRegistry[SliceVector[K, Float], Float, OpPow.type]

    Permalink
  23. implicit def slv_s_InPlaceOp_Float_OpSet[K]: BinaryUpdateRegistry[SliceVector[K, Float], Float, OpSet.type]

    Permalink
  24. implicit def slv_s_InPlaceOp_Int_OpDiv[K]: BinaryUpdateRegistry[SliceVector[K, Int], Int, OpDiv.type]

    Permalink
  25. implicit def slv_s_InPlaceOp_Int_OpMod[K]: BinaryUpdateRegistry[SliceVector[K, Int], Int, OpMod.type]

    Permalink
  26. implicit def slv_s_InPlaceOp_Int_OpMulScalar[K]: BinaryUpdateRegistry[SliceVector[K, Int], Int, OpMulScalar.type]

    Permalink
  27. implicit def slv_s_InPlaceOp_Int_OpPow[K]: BinaryUpdateRegistry[SliceVector[K, Int], Int, OpPow.type]

    Permalink
  28. implicit def slv_s_InPlaceOp_Int_OpSet[K]: BinaryUpdateRegistry[SliceVector[K, Int], Int, OpSet.type]

    Permalink
  29. implicit def slv_s_InPlaceOp_Long_OpDiv[K]: BinaryUpdateRegistry[SliceVector[K, Long], Long, OpDiv.type]

    Permalink
  30. implicit def slv_s_InPlaceOp_Long_OpMod[K]: BinaryUpdateRegistry[SliceVector[K, Long], Long, OpMod.type]

    Permalink
  31. implicit def slv_s_InPlaceOp_Long_OpMulScalar[K]: BinaryUpdateRegistry[SliceVector[K, Long], Long, OpMulScalar.type]

    Permalink
  32. implicit def slv_s_InPlaceOp_Long_OpPow[K]: BinaryUpdateRegistry[SliceVector[K, Long], Long, OpPow.type]

    Permalink
  33. implicit def slv_s_InPlaceOp_Long_OpSet[K]: BinaryUpdateRegistry[SliceVector[K, Long], Long, OpSet.type]

    Permalink
  34. implicit def slv_s_Op_Double_OpAdd[K]: BinaryRegistry[SliceVector[K, Double], Double, OpAdd.type, DenseVector[Double]]

    Permalink
  35. implicit def slv_s_Op_Double_OpDiv[K]: BinaryRegistry[SliceVector[K, Double], Double, OpDiv.type, DenseVector[Double]]

    Permalink
  36. implicit def slv_s_Op_Double_OpMod[K]: BinaryRegistry[SliceVector[K, Double], Double, OpMod.type, DenseVector[Double]]

    Permalink
  37. implicit def slv_s_Op_Double_OpMulScalar[K]: BinaryRegistry[SliceVector[K, Double], Double, OpMulScalar.type, DenseVector[Double]]

    Permalink
  38. implicit def slv_s_Op_Double_OpPow[K]: BinaryRegistry[SliceVector[K, Double], Double, OpPow.type, DenseVector[Double]]

    Permalink
  39. implicit def slv_s_Op_Double_OpSet[K]: BinaryRegistry[SliceVector[K, Double], Double, OpSet.type, DenseVector[Double]]

    Permalink
  40. implicit def slv_s_Op_Double_OpSub[K]: BinaryRegistry[SliceVector[K, Double], Double, OpSub.type, DenseVector[Double]]

    Permalink
  41. implicit def slv_s_Op_Float_OpAdd[K]: BinaryRegistry[SliceVector[K, Float], Float, OpAdd.type, DenseVector[Float]]

    Permalink
  42. implicit def slv_s_Op_Float_OpDiv[K]: BinaryRegistry[SliceVector[K, Float], Float, OpDiv.type, DenseVector[Float]]

    Permalink
  43. implicit def slv_s_Op_Float_OpMod[K]: BinaryRegistry[SliceVector[K, Float], Float, OpMod.type, DenseVector[Float]]

    Permalink
  44. implicit def slv_s_Op_Float_OpMulScalar[K]: BinaryRegistry[SliceVector[K, Float], Float, OpMulScalar.type, DenseVector[Float]]

    Permalink
  45. implicit def slv_s_Op_Float_OpPow[K]: BinaryRegistry[SliceVector[K, Float], Float, OpPow.type, DenseVector[Float]]

    Permalink
  46. implicit def slv_s_Op_Float_OpSet[K]: BinaryRegistry[SliceVector[K, Float], Float, OpSet.type, DenseVector[Float]]

    Permalink
  47. implicit def slv_s_Op_Float_OpSub[K]: BinaryRegistry[SliceVector[K, Float], Float, OpSub.type, DenseVector[Float]]

    Permalink
  48. implicit def slv_s_Op_Int_OpAdd[K]: BinaryRegistry[SliceVector[K, Int], Int, OpAdd.type, DenseVector[Int]]

    Permalink
  49. implicit def slv_s_Op_Int_OpDiv[K]: BinaryRegistry[SliceVector[K, Int], Int, OpDiv.type, DenseVector[Int]]

    Permalink
  50. implicit def slv_s_Op_Int_OpMod[K]: BinaryRegistry[SliceVector[K, Int], Int, OpMod.type, DenseVector[Int]]

    Permalink
  51. implicit def slv_s_Op_Int_OpMulScalar[K]: BinaryRegistry[SliceVector[K, Int], Int, OpMulScalar.type, DenseVector[Int]]

    Permalink
  52. implicit def slv_s_Op_Int_OpPow[K]: BinaryRegistry[SliceVector[K, Int], Int, OpPow.type, DenseVector[Int]]

    Permalink
  53. implicit def slv_s_Op_Int_OpSet[K]: BinaryRegistry[SliceVector[K, Int], Int, OpSet.type, DenseVector[Int]]

    Permalink
  54. implicit def slv_s_Op_Int_OpSub[K]: BinaryRegistry[SliceVector[K, Int], Int, OpSub.type, DenseVector[Int]]

    Permalink
  55. implicit def slv_s_Op_Long_OpAdd[K]: BinaryRegistry[SliceVector[K, Long], Long, OpAdd.type, DenseVector[Long]]

    Permalink
  56. implicit def slv_s_Op_Long_OpDiv[K]: BinaryRegistry[SliceVector[K, Long], Long, OpDiv.type, DenseVector[Long]]

    Permalink
  57. implicit def slv_s_Op_Long_OpMod[K]: BinaryRegistry[SliceVector[K, Long], Long, OpMod.type, DenseVector[Long]]

    Permalink
  58. implicit def slv_s_Op_Long_OpMulScalar[K]: BinaryRegistry[SliceVector[K, Long], Long, OpMulScalar.type, DenseVector[Long]]

    Permalink
  59. implicit def slv_s_Op_Long_OpPow[K]: BinaryRegistry[SliceVector[K, Long], Long, OpPow.type, DenseVector[Long]]

    Permalink
  60. implicit def slv_s_Op_Long_OpSet[K]: BinaryRegistry[SliceVector[K, Long], Long, OpSet.type, DenseVector[Long]]

    Permalink
  61. implicit def slv_s_Op_Long_OpSub[K]: BinaryRegistry[SliceVector[K, Long], Long, OpSub.type, DenseVector[Long]]

    Permalink
  62. implicit def slv_v_InPlaceOp_Double_OpDiv[K]: BinaryUpdateRegistry[SliceVector[K, Double], Vector[Double], OpDiv.type]

    Permalink
  63. implicit def slv_v_InPlaceOp_Double_OpMod[K]: BinaryUpdateRegistry[SliceVector[K, Double], Vector[Double], OpMod.type]

    Permalink
  64. implicit def slv_v_InPlaceOp_Double_OpMulScalar[K]: BinaryUpdateRegistry[SliceVector[K, Double], Vector[Double], OpMulScalar.type]

    Permalink
  65. implicit def slv_v_InPlaceOp_Double_OpPow[K]: BinaryUpdateRegistry[SliceVector[K, Double], Vector[Double], OpPow.type]

    Permalink
  66. implicit def slv_v_InPlaceOp_Double_OpSet[K]: BinaryUpdateRegistry[SliceVector[K, Double], Vector[Double], OpSet.type]

    Permalink
  67. implicit def slv_v_InPlaceOp_Float_OpDiv[K]: BinaryUpdateRegistry[SliceVector[K, Float], Vector[Float], OpDiv.type]

    Permalink
  68. implicit def slv_v_InPlaceOp_Float_OpMod[K]: BinaryUpdateRegistry[SliceVector[K, Float], Vector[Float], OpMod.type]

    Permalink
  69. implicit def slv_v_InPlaceOp_Float_OpMulScalar[K]: BinaryUpdateRegistry[SliceVector[K, Float], Vector[Float], OpMulScalar.type]

    Permalink
  70. implicit def slv_v_InPlaceOp_Float_OpPow[K]: BinaryUpdateRegistry[SliceVector[K, Float], Vector[Float], OpPow.type]

    Permalink
  71. implicit def slv_v_InPlaceOp_Float_OpSet[K]: BinaryUpdateRegistry[SliceVector[K, Float], Vector[Float], OpSet.type]

    Permalink
  72. implicit def slv_v_InPlaceOp_Int_OpDiv[K]: BinaryUpdateRegistry[SliceVector[K, Int], Vector[Int], OpDiv.type]

    Permalink
  73. implicit def slv_v_InPlaceOp_Int_OpMod[K]: BinaryUpdateRegistry[SliceVector[K, Int], Vector[Int], OpMod.type]

    Permalink
  74. implicit def slv_v_InPlaceOp_Int_OpMulScalar[K]: BinaryUpdateRegistry[SliceVector[K, Int], Vector[Int], OpMulScalar.type]

    Permalink
  75. implicit def slv_v_InPlaceOp_Int_OpPow[K]: BinaryUpdateRegistry[SliceVector[K, Int], Vector[Int], OpPow.type]

    Permalink
  76. implicit def slv_v_InPlaceOp_Int_OpSet[K]: BinaryUpdateRegistry[SliceVector[K, Int], Vector[Int], OpSet.type]

    Permalink
  77. implicit def slv_v_InPlaceOp_Long_OpDiv[K]: BinaryUpdateRegistry[SliceVector[K, Long], Vector[Long], OpDiv.type]

    Permalink
  78. implicit def slv_v_InPlaceOp_Long_OpMod[K]: BinaryUpdateRegistry[SliceVector[K, Long], Vector[Long], OpMod.type]

    Permalink
  79. implicit def slv_v_InPlaceOp_Long_OpMulScalar[K]: BinaryUpdateRegistry[SliceVector[K, Long], Vector[Long], OpMulScalar.type]

    Permalink
  80. implicit def slv_v_InPlaceOp_Long_OpPow[K]: BinaryUpdateRegistry[SliceVector[K, Long], Vector[Long], OpPow.type]

    Permalink
  81. implicit def slv_v_InPlaceOp_Long_OpSet[K]: BinaryUpdateRegistry[SliceVector[K, Long], Vector[Long], OpSet.type]

    Permalink
  82. implicit def slv_v_Op_Double_OpAdd[K]: BinaryRegistry[SliceVector[K, Double], Vector[Double], OpAdd.type, DenseVector[Double]]

    Permalink
  83. implicit def slv_v_Op_Double_OpDiv[K]: BinaryRegistry[SliceVector[K, Double], Vector[Double], OpDiv.type, DenseVector[Double]]

    Permalink
  84. implicit def slv_v_Op_Double_OpMod[K]: BinaryRegistry[SliceVector[K, Double], Vector[Double], OpMod.type, DenseVector[Double]]

    Permalink
  85. implicit def slv_v_Op_Double_OpMulScalar[K]: BinaryRegistry[SliceVector[K, Double], Vector[Double], OpMulScalar.type, DenseVector[Double]]

    Permalink
  86. implicit def slv_v_Op_Double_OpPow[K]: BinaryRegistry[SliceVector[K, Double], Vector[Double], OpPow.type, DenseVector[Double]]

    Permalink
  87. implicit def slv_v_Op_Double_OpSet[K]: BinaryRegistry[SliceVector[K, Double], Vector[Double], OpSet.type, DenseVector[Double]]

    Permalink
  88. implicit def slv_v_Op_Double_OpSub[K]: BinaryRegistry[SliceVector[K, Double], Vector[Double], OpSub.type, DenseVector[Double]]

    Permalink
  89. implicit def slv_v_Op_Float_OpAdd[K]: BinaryRegistry[SliceVector[K, Float], Vector[Float], OpAdd.type, DenseVector[Float]]

    Permalink
  90. implicit def slv_v_Op_Float_OpDiv[K]: BinaryRegistry[SliceVector[K, Float], Vector[Float], OpDiv.type, DenseVector[Float]]

    Permalink
  91. implicit def slv_v_Op_Float_OpMod[K]: BinaryRegistry[SliceVector[K, Float], Vector[Float], OpMod.type, DenseVector[Float]]

    Permalink
  92. implicit def slv_v_Op_Float_OpMulScalar[K]: BinaryRegistry[SliceVector[K, Float], Vector[Float], OpMulScalar.type, DenseVector[Float]]

    Permalink
  93. implicit def slv_v_Op_Float_OpPow[K]: BinaryRegistry[SliceVector[K, Float], Vector[Float], OpPow.type, DenseVector[Float]]

    Permalink
  94. implicit def slv_v_Op_Float_OpSet[K]: BinaryRegistry[SliceVector[K, Float], Vector[Float], OpSet.type, DenseVector[Float]]

    Permalink
  95. implicit def slv_v_Op_Float_OpSub[K]: BinaryRegistry[SliceVector[K, Float], Vector[Float], OpSub.type, DenseVector[Float]]

    Permalink
  96. implicit def slv_v_Op_Int_OpAdd[K]: BinaryRegistry[SliceVector[K, Int], Vector[Int], OpAdd.type, DenseVector[Int]]

    Permalink
  97. implicit def slv_v_Op_Int_OpDiv[K]: BinaryRegistry[SliceVector[K, Int], Vector[Int], OpDiv.type, DenseVector[Int]]

    Permalink
  98. implicit def slv_v_Op_Int_OpMod[K]: BinaryRegistry[SliceVector[K, Int], Vector[Int], OpMod.type, DenseVector[Int]]

    Permalink
  99. implicit def slv_v_Op_Int_OpMulScalar[K]: BinaryRegistry[SliceVector[K, Int], Vector[Int], OpMulScalar.type, DenseVector[Int]]

    Permalink
  100. implicit def slv_v_Op_Int_OpPow[K]: BinaryRegistry[SliceVector[K, Int], Vector[Int], OpPow.type, DenseVector[Int]]

    Permalink
  101. implicit def slv_v_Op_Int_OpSet[K]: BinaryRegistry[SliceVector[K, Int], Vector[Int], OpSet.type, DenseVector[Int]]

    Permalink
  102. implicit def slv_v_Op_Int_OpSub[K]: BinaryRegistry[SliceVector[K, Int], Vector[Int], OpSub.type, DenseVector[Int]]

    Permalink
  103. implicit def slv_v_Op_Long_OpAdd[K]: BinaryRegistry[SliceVector[K, Long], Vector[Long], OpAdd.type, DenseVector[Long]]

    Permalink
  104. implicit def slv_v_Op_Long_OpDiv[K]: BinaryRegistry[SliceVector[K, Long], Vector[Long], OpDiv.type, DenseVector[Long]]

    Permalink
  105. implicit def slv_v_Op_Long_OpMod[K]: BinaryRegistry[SliceVector[K, Long], Vector[Long], OpMod.type, DenseVector[Long]]

    Permalink
  106. implicit def slv_v_Op_Long_OpMulScalar[K]: BinaryRegistry[SliceVector[K, Long], Vector[Long], OpMulScalar.type, DenseVector[Long]]

    Permalink
  107. implicit def slv_v_Op_Long_OpPow[K]: BinaryRegistry[SliceVector[K, Long], Vector[Long], OpPow.type, DenseVector[Long]]

    Permalink
  108. implicit def slv_v_Op_Long_OpSet[K]: BinaryRegistry[SliceVector[K, Long], Vector[Long], OpSet.type, DenseVector[Long]]

    Permalink
  109. implicit def slv_v_Op_Long_OpSub[K]: BinaryRegistry[SliceVector[K, Long], Vector[Long], OpSub.type, DenseVector[Long]]

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

    Permalink
    Definition Classes
    AnyRef
  111. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  112. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  114. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped