Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
M
O
P
Q
S
T
P
Periodizer
- interface q1471341.mp1074.integration.lattice.
Periodizer
.
Models the interface of a periodizer for application in periodizing an integrand function for numerical integration using lattice rules which usually require one-periodic integrands.
Polynom1Periodizer
- class q1471341.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)
.
Polynom1Periodizer()
- Constructor for class q1471341.mp1074.integration.lattice.
Polynom1Periodizer
Polynom2Periodizer
- class q1471341.mp1074.integration.lattice.
Polynom2Periodizer
.
Implements a periodizer based on the polynomial transformation
phi(t) = t^3(10-15t+6t^2)
with derivative
phi(t)' = 30t^2(1-t)^2
.
Polynom2Periodizer()
- Constructor for class q1471341.mp1074.integration.lattice.
Polynom2Periodizer
PrintfFormat
- class q1471341.util.
PrintfFormat
.
PrintfFormat allows the formatting of an array of objects embedded within a string.
PrintfFormat(String)
- Constructor for class q1471341.util.
PrintfFormat
Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
PrintfFormat(Locale, String)
- Constructor for class q1471341.util.
PrintfFormat
Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
periodize(double[])
- Method in class q1471341.mp1074.integration.lattice.
IdentityPeriodizer
Applies the periodizing transformation on the argument vector
x
periodize(double[])
- Method in interface q1471341.mp1074.integration.lattice.
Periodizer
Applies the periodizing transformation on the argument vector
x
periodize(double[])
- Method in class q1471341.mp1074.integration.lattice.
Polynom1Periodizer
Applies the periodizing transformation on the argument vector
x
periodize(double[])
- Method in class q1471341.mp1074.integration.lattice.
Polynom2Periodizer
Applies the periodizing transformation on the argument vector
x
periodize(double[])
- Method in class q1471341.mp1074.integration.lattice.
Trigonometric1Periodizer
Applies the periodizing transformation on the argument vector
x
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
M
O
P
Q
S
T