|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.pobjects.functions.Function
org.icepdf.core.pobjects.functions.Function_3
public class Function_3
Type 3 Function (PDF 1.3) defines a stitching of the sub-domains of several 1-input functions to produce a single new 1-input function.
| Field Summary |
|---|
| Fields inherited from class org.icepdf.core.pobjects.functions.Function |
|---|
domain, functionType, range |
| Method Summary | |
|---|---|
float[] |
calculate(float[] x)
Puts the value x thought the function type 3 algorithm. |
| Methods inherited from class org.icepdf.core.pobjects.functions.Function |
|---|
getDomain, getFunction, getFunctionType, getRange, interpolate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public float[] calculate(float[] x)
Puts the value x thought the function type 3 algorithm.
calculate in class Functionx - input values m
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||