|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgausselim.pivoting.NoPivoting
public class NoPivoting
Pivoting method that does not pivot at all.
Constructor Summary | |
---|---|
NoPivoting()
|
Method Summary | |
---|---|
int[] |
pivot(java.math.BigDecimal[][] a,
java.math.BigDecimal[] b,
int step,
java.math.MathContext mc)
Perform pivoting. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoPivoting()
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 |