Class

optimus.algebra

ConstProduct

Related Doc: package algebra

Permalink

case class ConstProduct(scalar: Const, a: Expression) extends Expression with scala.Product with Serializable

Const product represents an expression multiplied by a constant and has the form of (c * a).

scalar

the constant

a

the expression

Linear Supertypes
Serializable, Serializable, scala.Product, Equals, Expression, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstProduct
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Expression
  7. LazyLogging
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConstProduct(scalar: Const, a: Expression)

    Permalink

    scalar

    the constant

    a

    the expression

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(that: Expression): Expression

    Permalink
    Definition Classes
    Expression
  4. def +(that: Expression): Expression

    Permalink
    Definition Classes
    Expression
  5. def -(that: Expression): Expression

    Permalink
    Definition Classes
    Expression
  6. def :=(that: Expression): Constraint

    Permalink
    Definition Classes
    Expression
  7. def <:=(that: Expression): Constraint

    Permalink
    Definition Classes
    Expression
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def >:=(that: Expression): Constraint

    Permalink
    Definition Classes
    Expression
  10. val a: Expression

    Permalink

    the expression

  11. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val constant: Double

    Permalink
    Definition Classes
    ConstProductExpression
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(obj: Any): Boolean

    Permalink

    obj

    an object to compare

    returns

    true in case this object has identical constant and terms as the obj argument; false otherwise.

    Definition Classes
    Expression → AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getOrder: ExpressionType

    Permalink
    Definition Classes
    Expression
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  21. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val scalar: Const

    Permalink

    the constant

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

    Permalink
    Definition Classes
    AnyRef
  26. val terms: LongDoubleMap

    Permalink
    Definition Classes
    ConstProductExpression
  27. def toString(): String

    Permalink
    Definition Classes
    Expression → AnyRef → Any
  28. def unary_-(): Expression

    Permalink
    Definition Classes
    ConstProductExpression
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from Expression

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped