|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmetal.problems.WFG.Transformations
public class Transformations
Class implementing the basics transformations for WFG
| Constructor Summary | |
|---|---|
Transformations()
|
|
| Method Summary | |
|---|---|
float |
b_flat(float y,
float A,
float B,
float C)
b_flat transformation |
float |
b_param(float y,
float u,
float A,
float B,
float C)
b_param transformation |
float |
b_poly(float y,
float alpha)
b_poly transformation |
float |
r_nonsep(float[] y,
int A)
r_nonsep transformation |
float |
r_sum(float[] y,
float[] w)
r_sum transformation |
float |
s_decept(float y,
float A,
float B,
float C)
s_decept transformation |
float |
s_linear(float y,
float A)
s_linear transformation |
float |
s_multi(float y,
int A,
int B,
float C)
s_multi transformation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Transformations()
| Method Detail |
|---|
public float b_poly(float y,
float alpha)
throws JMException
JMException
public float b_flat(float y,
float A,
float B,
float C)
public float s_linear(float y,
float A)
public float s_decept(float y,
float A,
float B,
float C)
public float s_multi(float y,
int A,
int B,
float C)
public float r_sum(float[] y,
float[] w)
public float r_nonsep(float[] y,
int A)
public float b_param(float y,
float u,
float A,
float B,
float C)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||