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. def *(that: ProductIndexExpression): ProductIndexExpression
  2. def /(that: ProductIndexExpression): ProductIndexExpression
  3. val constant: Double
  4. val denSupport: String
  5. def eval(v: ParVector[Double]): Double
  6. def evaluate(m: Map[Int, Double]): Double
  7. def gradient(v: ParSeq[Double]): Vector[(Int, Double)]
  8. val indices: Vector[Int]
  9. val initialValue: Double
  10. val isConstant: Boolean
  11. val isPositiveConstant: Boolean
  12. val negIndices: Vector[Int]
  13. val numSupport: String
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. def toString(): String
    Definition Classes
    ProductIndexExpression → AnyRef → Any