final class SingleMoment[E <: Aux[M] with Singleton, M <: MonoDef with Singleton] extends LinearMomentLike[E, generic.SingleMoment.E.Mono]
Evaluated monomial, which represents an equivalence class under an evaluator.
- Self Type
- E.SingleMomentType
- Source
- SingleMoment.scala
- Alphabetic
- By Inheritance
- SingleMoment
- LinearMomentLike
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SingleMoment(normalForm: M.MonoType)(implicit arg0: Aux[E], arg1: Aux[E.Mono])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
<=!(rhs: Cyclo)(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
def
<=!(rhs: Rational)(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
def
<=!(rhs: Int)(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
def
<=!(rhs: LinearMomentLike[E, E.Mono])(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
def
=!(rhs: Cyclo)(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
def
=!(rhs: Rational)(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
def
=!(rhs: Int)(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
def
=!(rhs: LinearMomentLike[E, E.Mono])(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>=!(rhs: Cyclo)(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
def
>=!(rhs: Rational)(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
def
>=!(rhs: Int)(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
def
>=!(rhs: LinearMomentLike[E, E.Mono])(implicit E: Aux[E], M: Aux[E.Mono]): ScalarConstraint[E, E.Mono]
- Definition Classes
- LinearMomentLike
- def E: E
- def M: E.Mono
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(any: Any): Boolean
- Definition Classes
- SingleMoment → AnyRef → Any
-
def
expandIn(relaxation: Relaxation[E, E.Mono], factor: Cyclo = Cyclo.one): Seq[BasisTerm]
Expands this monomial on the given semidefinite relaxation.
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- SingleMoment → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isZero: Boolean
-
def
maximize(implicit E: Aux[E], M: Aux[E.Mono]): Optimization[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
def
minimize(implicit E: Aux[E], M: Aux[E.Mono]): Optimization[E, E.Mono]
- Definition Classes
- LinearMomentLike
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val normalForm: M.MonoType
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toPoly: LinearMoment[E, E.Mono]
- Definition Classes
- SingleMoment → LinearMomentLike
-
def
toString(): String
- Definition Classes
- SingleMoment → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )