org.jmat.function
Class TestDoubleFunctionExpression
java.lang.Object
|
+--org.jmat.function.Function
|
+--org.jmat.function.TestDoubleFunction
|
+--org.jmat.function.TestDoubleFunctionExpression
- All Implemented Interfaces:
- CommandLinePrintable, StringPrintable
- public class TestDoubleFunctionExpression
- extends TestDoubleFunction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestDoubleFunctionExpression
public TestDoubleFunctionExpression(java.lang.String exp,
java.lang.String[] vars)
TestDoubleFunctionExpression
public TestDoubleFunctionExpression(java.lang.String exp,
java.lang.String vars)
eval
public boolean eval(double value)
eval
public boolean eval(AbstractMatrix values)
- Specified by:
eval in class TestDoubleFunction
toString
public java.lang.String toString()
- Specified by:
toString in interface StringPrintable- Specified by:
toString in class Function
toCommandLine
public void toCommandLine(java.lang.String title)
- Specified by:
toCommandLine in interface CommandLinePrintable- Specified by:
toCommandLine in class Function