|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RationalMatrix
| Method Summary | |
|---|---|
boolean |
reduce()
Reduce the whole matrix, that is, divide numerators/denominators by their greatest common divisor |
boolean |
reduceRow(int row)
Reduce the specified row, that is, divide numerators/denominators by their greatest common divisor |
boolean |
reduceValueAt(int row,
int col)
Reduce the specified value, that is, divide numerator/denominator by their greatest common divisor |
| Method Detail |
|---|
boolean reduce()
boolean reduceRow(int row)
boolean reduceValueAt(int row,
int col)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||