Package eu.simuline.octave.io.impl
Class TestIoOctaveDouble
- java.lang.Object
-
- eu.simuline.octave.io.impl.TestIoOctaveDouble
-
public class TestIoOctaveDouble extends Object
Test read/write ofOctaveDouble
-
-
Constructor Summary
Constructors Constructor Description TestIoOctaveDouble()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test2dToText()
void
test2dToTextB()
void
test3dToText()
Testvoid
testEmpty2dToText()
void
testEmpty3dToText()
Testvoid
testOctave3dMatrix()
Testvoid
testOctaveGet()
void
testOctaveGlobal()
Test that we can get and set globalsvoid
testOctaveNdMatrix()
Testvoid
testOctaveSaveNanInf()
Test how the system handles save of Inf and NaNvoid
testOctaveScalar()
void
testOctaveSetExecGet()
void
testScalarToText()
-
-
-
Method Detail
-
testScalarToText
public void testScalarToText()
-
test3dToText
public void test3dToText()
Test
-
testEmpty3dToText
public void testEmpty3dToText()
Test
-
testOctaveSaveNanInf
public void testOctaveSaveNanInf() throws Exception
Test how the system handles save of Inf and NaN- Throws:
Exception
-
testOctave3dMatrix
public void testOctave3dMatrix()
Test
-
testOctaveNdMatrix
public void testOctaveNdMatrix()
Test
-
testOctaveGlobal
public void testOctaveGlobal()
Test that we can get and set globals
-
-