gausselim.systems
Class ZeroSystem

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

public class ZeroSystem
extends java.lang.Object
implements ExampleSystem

An all-zero system.

Author:
Steven Van Impe (steven.vanimpe@ugent.be)

Constructor Summary
ZeroSystem()
           
 
Method Summary
 void fill(java.math.BigDecimal[][] a, java.math.BigDecimal[] b, java.math.MathContext mc)
          Fill matrices A and b with zeros.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZeroSystem

public ZeroSystem()
Method Detail

fill

public void fill(java.math.BigDecimal[][] a,
                 java.math.BigDecimal[] b,
                 java.math.MathContext mc)
Fill matrices A and b with zeros.

Specified by:
fill in interface ExampleSystem