Package eu.simuline.octave.type
Class TestOctaveComplex
- java.lang.Object
-
- eu.simuline.octave.type.TestOctaveComplex
-
public class TestOctaveComplex extends Object
Test OctaveComplex
-
-
Constructor Summary
Constructors Constructor Description TestOctaveComplex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
checkSize(OctaveComplex complex, int i, int j)
private void
failGet(OctaveComplex complex, int i, int j)
void
testCast()
Test that an OctaveDouble can be viewed as an OctaveComplexvoid
testResize()
Test OctaveComplex resizes correctly
-
-
-
Method Detail
-
testCast
public void testCast()
Test that an OctaveDouble can be viewed as an OctaveComplex
-
testResize
public void testResize()
Test OctaveComplex resizes correctly
-
checkSize
private void checkSize(OctaveComplex complex, int i, int j)
-
failGet
private void failGet(OctaveComplex complex, int i, int j)
-
-