maspack.matlab
Class MatlabInterfaceTest

java.lang.Object
  extended by maspack.matlab.MatlabInterfaceTest

public class MatlabInterfaceTest
extends java.lang.Object


Constructor Summary
MatlabInterfaceTest()
           
 
Method Summary
 void closeEngine()
           
static void main(java.lang.String[] args)
           
 void testGetMatrix()
           
 void testIntArray()
           
 void testReadArray()
           
 void testSetMatrix()
           
 void testSetSparse()
           
 void testWriteArray()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatlabInterfaceTest

public MatlabInterfaceTest()
Method Detail

main

public static void main(java.lang.String[] args)

testSetMatrix

public void testSetMatrix()
                   throws java.io.IOException
Throws:
java.io.IOException

testGetMatrix

public void testGetMatrix()
                   throws java.io.IOException
Throws:
java.io.IOException

testSetSparse

public void testSetSparse()
                   throws java.io.IOException
Throws:
java.io.IOException

testIntArray

public void testIntArray()
                  throws java.io.IOException
Throws:
java.io.IOException

testWriteArray

public void testWriteArray()
                    throws java.io.IOException
Throws:
java.io.IOException

testReadArray

public void testReadArray()
                   throws java.io.IOException
Throws:
java.io.IOException

closeEngine

public void closeEngine()
                 throws java.io.IOException
Throws:
java.io.IOException