org.ojalgo.matrix.decomposition
Class ArbitraryLU.Pivot

java.lang.Object
  extended by org.ojalgo.matrix.decomposition.ArbitraryLU.Pivot
Enclosing class:
ArbitraryLU<N extends Number>

public static final class ArbitraryLU.Pivot
extends Object


Constructor Summary
ArbitraryLU.Pivot(int aRowDim)
           
 
Method Summary
 void change(int aRow1, int aRow2)
           
 int[] getOrder()
           
 int signum()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArbitraryLU.Pivot

public ArbitraryLU.Pivot(int aRowDim)
Method Detail

change

public void change(int aRow1,
                   int aRow2)

getOrder

public int[] getOrder()

signum

public int signum()