Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class Jama.test.TestMatrix

java.lang.Object
  |
  +--Jama.test.TestMatrix

public class TestMatrix
extends java.lang.Object
TestMatrix tests the functionality of the Jama Matrix class and associated decompositions.

Run the test from the command line using


java Jama.test.TestMatrix 
Detailed output is provided indicating the functionality being tested and whether the functionality is correctly implemented. Exception handling is also tested.

The test is designed to run to completion and give a summary of any implementation errors encountered. The final output should be:


TestMatrix completed.
Total errors reported: n1
Total warning reported: n2
If the test does not run to completion, this indicates that there is a substantial problem within the implementation that was not anticipated in the test design. The stopping point should give an indication of where the problem exists.


Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Method Detail

main

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

Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD