|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AbstractELOperator | +--OneArgumentOperator | +--TrigonometricOperator
Fields inherited from interface ELOperator |
LARGE_NUMER_OF_ARGUMENTS |
Constructor Summary | |
TrigonometricOperator()
|
Method Summary | |
void |
apply(ELMatrix[] argument,
ELMatrix out,
ELEnvironment environment)
Applies this operator. |
protected abstract float |
function(float f)
Your element wise operator (input will be scaled by PI) |
Methods inherited from class OneArgumentOperator |
checkArguments, getMaxNumArguments, getMinNumArguments, unparse |
Methods inherited from class AbstractELOperator |
clamp, hasExternalInfluences, iconString, paintIcon |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface ELOperator |
description, getMaxNumArguments, getMinNumArguments, hasExternalInfluences, name, paintIcon, unparse |
Constructor Detail |
public TrigonometricOperator()
Method Detail |
public void apply(ELMatrix[] argument, ELMatrix out, ELEnvironment environment)
ELOperator
apply
in interface ELOperator
apply
in class OneArgumentOperator
protected abstract float function(float f)
function
in class OneArgumentOperator
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |