public class TestOctaveDouble extends Object
OctaveDouble| Constructor and Description |
|---|
TestOctaveDouble() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Runs the test case.
|
void |
testDataSizeConstructor() |
void |
testGetAndSet() |
void |
testGrowth() |
void |
testMakeCopy() |
void |
testPerformance()
Test Performance of Resize
|
void |
testResize() |
void |
testResize2()
Test
OctaveComplex resizes correctly |
void |
testScalar()
Test
|
void |
testShallowCopy()
Test that shallowCopy makes an identical copy
that does not change when the original is changed.
|
void |
testShallowCopySize()
Test that shallowCopy makes an identical copy
that does not change size when the original is changed.
|
void |
testSizeConstructor() |
void |
testSizeConstructorModify()
Test that the Matrix is not modified when the size matrix is changed.
|
public void testScalar()
public void testGetAndSet()
public void testSizeConstructorModify()
public void testSizeConstructor()
public void testDataSizeConstructor()
public void testShallowCopy()
public void testShallowCopySize()
public void testMakeCopy()
public void testGrowth()
public void testResize()
public void testPerformance()
public void testResize2()
OctaveComplex resizes correctlypublic static void main(String[] args)
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.