gausselim.systems
Interface ExampleSystem

All Known Implementing Classes:
HilbertSystem, ZeroSystem

public interface ExampleSystem

Special system of linear equations.


Method Summary
 void fill(java.math.BigDecimal[][] a, java.math.BigDecimal[] b, java.math.MathContext mc)
          Fill input matrices A and b with a special system of linear equations.
 

Method Detail

fill

void fill(java.math.BigDecimal[][] a,
          java.math.BigDecimal[] b,
          java.math.MathContext mc)
Fill input matrices A and b with a special system of linear equations.