|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.nonlinear.OSnLNode
org.optimizationservices.oscommon.nonlinear.OSnLNodeSquare
public class OSnLNodeSquare
The OSnLNodeSquare
class represents a square node in an expression tree.
It extends the abstract OSnLNode class and implements its abstract methods such as
calculateFunction(double[]).
org.optimizationservices.oscommon.nonlinear.OSExpressionTree;
,
org.optimizationservices.oscommon.nonlinear.OSnLNode;
Constructor Summary | |
---|---|
OSnLNodeSquare(OSnLNode node)
constructor |
Method Summary |
---|
Methods inherited from class org.optimizationservices.oscommon.nonlinear.OSnLNode |
---|
reLabelVariableIndices, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OSnLNodeSquare(OSnLNode node)
node
- holds the node operand of the square function.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |