public class TestEngine {
public static void main(String[] args) throws IllegalActionException {
Engine eng = new Engine();
eng.setDebugging((byte) 0);
long[] engineHandle = eng.open();
eng.evalString(engineHandle, "clear");
DoubleMatrixToken tx = new DoubleMatrixToken(
new double[][] { { 1, 2, 3 } });
System.out.println("\nNote: All data output is via "