|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgausselim.pivoting.RowPivoting
public class RowPivoting
Row pivoting (also called partial pivoting).
Constructor Summary | |
---|---|
RowPivoting()
|
Method Summary | |
---|---|
int[] |
pivot(java.math.BigDecimal[][] a,
java.math.BigDecimal[] b,
int step,
java.math.MathContext mc)
Perform row pivoting. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowPivoting()
Method Detail |
---|
public int[] pivot(java.math.BigDecimal[][] a, java.math.BigDecimal[] b, int step, java.math.MathContext mc)
pivot
in interface PivotingMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |