Packages

c

provingground.learning

ProductIndexExpression

case class ProductIndexExpression(constant: Double, indices: Vector[Int], negIndices: Vector[Int]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProductIndexExpression
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProductIndexExpression(constant: Double, indices: Vector[Int], negIndices: Vector[Int])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def *(that: ProductIndexExpression): ProductIndexExpression
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ProductIndexExpression toany2stringadd[ProductIndexExpression] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (ProductIndexExpression, B)
    Implicit
    This member is added by an implicit conversion from ProductIndexExpression toArrowAssoc[ProductIndexExpression] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def /(that: ProductIndexExpression): ProductIndexExpression
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val constant: Double
  11. val denSupport: String
  12. def ensuring(cond: (ProductIndexExpression) => Boolean, msg: => Any): ProductIndexExpression
    Implicit
    This member is added by an implicit conversion from ProductIndexExpression toEnsuring[ProductIndexExpression] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (ProductIndexExpression) => Boolean): ProductIndexExpression
    Implicit
    This member is added by an implicit conversion from ProductIndexExpression toEnsuring[ProductIndexExpression] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): ProductIndexExpression
    Implicit
    This member is added by an implicit conversion from ProductIndexExpression toEnsuring[ProductIndexExpression] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): ProductIndexExpression
    Implicit
    This member is added by an implicit conversion from ProductIndexExpression toEnsuring[ProductIndexExpression] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def eval(v: ParVector[Double]): Double
  18. def evaluate(m: Map[Int, Double]): Double
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ProductIndexExpression toStringFormat[ProductIndexExpression] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def gradient(v: ParSeq[Double]): Vector[(Int, Double)]
  22. val indices: Vector[Int]
  23. val initialValue: Double
  24. val isConstant: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val isPositiveConstant: Boolean
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. val negIndices: Vector[Int]
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val numSupport: String
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    ProductIndexExpression → AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. 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
  2. def [B](y: B): (ProductIndexExpression, B)
    Implicit
    This member is added by an implicit conversion from ProductIndexExpression toArrowAssoc[ProductIndexExpression] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromProductIndexExpression to any2stringadd[ProductIndexExpression]

Inherited by implicit conversion StringFormat fromProductIndexExpression to StringFormat[ProductIndexExpression]

Inherited by implicit conversion Ensuring fromProductIndexExpression to Ensuring[ProductIndexExpression]

Inherited by implicit conversion ArrowAssoc fromProductIndexExpression to ArrowAssoc[ProductIndexExpression]

Ungrouped