vec_math
Class ExpressionMultidimensional.Test
java.lang.Object
vec_math.ExpressionMultidimensional.Test
- Enclosing class:
- ExpressionMultidimensional
public static final class ExpressionMultidimensional.Test
- extends Object
Test by evaluating an arbitrary function at the provided position.
|
Method Summary |
static void |
main(String[] arg)
First command line argument is the expression, second to x the values
where it should be evaluated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionMultidimensional.Test
public ExpressionMultidimensional.Test()
main
public static void main(String[] arg)
throws ParseException
- First command line argument is the expression, second to x the values
where it should be evaluated.
- Throws:
ParseException