Packages

c

optimus.algebra

ConstProduct

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, scala.Product, Equals, Expression, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstProduct
  2. Serializable
  3. Product
  4. Equals
  5. Expression
  6. LazyLogging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

    scalar

    the constant

    a

    the expression

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def *(that: Expression): Expression
    Definition Classes
    Expression
  4. def +(that: Expression): Expression
    Definition Classes
    Expression
  5. def -(that: Expression): Expression
    Definition Classes
    Expression
  6. def :=(that: Expression): Constraint
    Definition Classes
    Expression
  7. def <:=(that: Expression): Constraint
    Definition Classes
    Expression
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def >:=(that: Expression): Constraint
    Definition Classes
    Expression
  10. val a: Expression
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val constant: Double
    Definition Classes
    ConstProductExpression
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(obj: Any): Boolean

    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
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getOrder: ExpressionType
    Definition Classes
    Expression
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. val scalar: Const
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. val terms: LongDoubleMap
    Definition Classes
    ConstProductExpression
  28. def toString(): String
    Definition Classes
    Expression → AnyRef → Any
  29. def unary_-(): Expression
    Definition Classes
    ConstProductExpression
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from Expression

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped