Class TestOctaveDouble

    • Constructor Detail

      • TestOctaveDouble

        public TestOctaveDouble()
    • Method Detail

      • testScalar

        public void testScalar()
        Test
      • testGetAndSet

        public void testGetAndSet()
      • testSizeConstructorModify

        public void testSizeConstructorModify()
        Test that the Matrix is not modified when the size matrix is changed.
      • testSizeConstructor

        public void testSizeConstructor()
      • testDataSizeConstructor

        public void testDataSizeConstructor()
      • testShallowCopy

        public void testShallowCopy()
        Test that shallowCopy makes an identical copy that does not change when the original is changed.
      • testShallowCopySize

        public void testShallowCopySize()
        Test that shallowCopy makes an identical copy that does not change size when the original is changed.
      • testMakeCopy

        public void testMakeCopy()
      • testGrowth

        public void testGrowth()
      • testResize

        public void testResize()
      • testPerformance

        public void testPerformance()
        Test Performance of Resize
      • testResize2

        public void testResize2()
        Test OctaveComplex resizes correctly
      • main

        public static void main​(String[] args)
        Runs the test case. Uncomment either the textual UI, Swing UI, or AWT UI.