Uses of Class
linearalgebra.exception.SwapRowsException

Packages that use SwapRowsException
linearalgebra   
 

Uses of SwapRowsException in linearalgebra
 

Methods in linearalgebra that throw SwapRowsException
 double LinearSystem.getPivot(int srcRow, int dstRow)
           
private  int LinearSystem.getPivotColumn(int row)
           
 void LinearSystem.normalize()
           
 void LinearSystem.normalizeRow(int row)