final class LinearMoment[E <: Aux[M] with Singleton, M <: MonoDef with Singleton] extends LinearMomentLike[E, generic.LinearMoment.E.Mono]
Evaluated noncommutative polynomial.
- Self Type
- E.LinearMomentType
- Source
- LinearMoment.scala
- Alphabetic
- By Inheritance
- LinearMoment
- LinearMomentLike
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new LinearMoment(normalForm: M.PolyType)(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( ... )
- def coeff(mono: SingleMoment[E, E.Mono]): Cyclo
- def coeff(i: Int): Cyclo
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(any: Any): Boolean
- Definition Classes
- LinearMoment → AnyRef → Any
-
def
expandIn(relaxation: Relaxation[E, E.Mono]): Seq[BasisTerm]
Expands this polynomial in the given SDP relaxation such that real(L(poly)) = sum_i terms(i).realPart * y(terms(i).basisIndex)) imag(L(poly)) = sum_i terms(i).imagPart * y(terms(i).basisIndex))
-
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
- LinearMoment → AnyRef → Any
- def invariantSubgroupOf(grp: Grp[M.PermutationType]): Grp[M.PermutationType]
-
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
- def monomial(i: Int): SingleMoment[E, E.Mono]
- def nTerms: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val normalForm: M.PolyType
-
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
- LinearMoment → LinearMomentLike
-
def
toString(): String
- Definition Classes
- LinearMoment → AnyRef → Any
- def vectorOverOrderedSet(orderedSet: OrderedSet[SingleMoment[E, E.Mono]])(implicit V: VecEngine[Cyclo]): Vec[Cyclo]
- def vectorRealImagPartsIn(relaxation: Relaxation[E, E.Mono]): Seq[Vec[Double]]
-
def
vectorSelfAdjointIn(relaxation: Relaxation[E, E.Mono]): Vec[Double]
Expands this evaluated polynomial in the given SDP relaxation.
Expands this evaluated polynomial in the given SDP relaxation.
Returns a vector v such that the product v * y gives the value of this evaluated polynomial, with y the real variables of the SDP relaxation.
-
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( ... )