shh.csparse
Class TestHNF

Object
  extended byTestHNF

public class TestHNF
extends Object


Constructor Summary
TestHNF()
           
 
Method Summary
static void main(String[] args)
          Runs a CSparse through CSparse.HNF() and prints the results.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestHNF

public TestHNF()
Method Detail

main

public static void main(String[] args)
Runs a CSparse through CSparse.HNF() and prints the results.

Parameters:
args - m n entry0 entry1 ... We create an m × n matrix and feed the entries into it using CSparse.userInputMatrix(java.util.List).