gausselim.systems
Class HilbertSystem

java.lang.Object
  extended by gausselim.systems.HilbertSystem
All Implemented Interfaces:
ExampleSystem

public class HilbertSystem
extends java.lang.Object
implements ExampleSystem

Hilbert system where A is a Hilbert matrix and b is a vector containing the row sums of A.


Constructor Summary
HilbertSystem()
           
 
Method Summary
 void fill(java.math.BigDecimal[][] a, java.math.BigDecimal[] b, java.math.MathContext mc)
          Fill A with a Hilbert matrix and b with the row sums of A.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HilbertSystem

public HilbertSystem()
Method Detail

fill

public void fill(java.math.BigDecimal[][] a,
                 java.math.BigDecimal[] b,
                 java.math.MathContext mc)
Fill A with a Hilbert matrix and b with the row sums of A.

Specified by:
fill in interface ExampleSystem