|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectq1471341.mp1074.integration.lattice.Polynom1Periodizer
Implements a periodizer based on the polynomial transformation
phi(t) = 3t^2-2t^3
with derivative
phi(t)' = 6t(1-t)
.
Constructor Summary | |
Polynom1Periodizer()
|
Method Summary | |
double |
getDerivative()
|
double[] |
periodize(double[] x)
Applies the periodizing transformation on the argument vector x |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Polynom1Periodizer()
Method Detail |
public double[] periodize(double[] x)
x
periodize
in interface Periodizer
public double getDerivative()
getDerivative
in interface Periodizer
x
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |