|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.root.RootUtil
public class RootUtil
Real root utilities. For example real root count.
Constructor Summary | |
---|---|
RootUtil()
|
Method Summary | ||
---|---|---|
static
|
parseInterval(RingFactory<C> fac,
java.lang.String s)
Parse interval for a real root from String. |
|
static
|
parseRectangle(RingFactory<Complex<C>> fac,
java.lang.String s)
Parse rectangle for a complex root from String. |
|
static
|
signVar(java.util.List<C> L)
Count changes in sign. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RootUtil()
Method Detail |
---|
public static <C extends RingElem<C>> long signVar(java.util.List<C> L)
C
- coefficient type.L
- list of coefficients.
public static <C extends RingElem<C> & Rational> Interval<C> parseInterval(RingFactory<C> fac, java.lang.String s)
s
- String, syntax: [left, right] or [mid].
public static <C extends RingElem<C> & Rational> Rectangle<C> parseRectangle(RingFactory<Complex<C>> fac, java.lang.String s)
s
- String, syntax: [south-west, north-east] or [mid].
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |