|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgausselim.systems.HilbertSystem
public class HilbertSystem
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 |
---|
public HilbertSystem()
Method Detail |
---|
public void fill(java.math.BigDecimal[][] a, java.math.BigDecimal[] b, java.math.MathContext mc)
fill
in interface ExampleSystem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |