Interface Matrix
-
- All Known Implementing Classes:
DenseMatrix
public interface Matrix
-
-
Method Summary
Modifier and Type Method Description voidfloydWarshall(Matrix next)Doubleg(int row, int col)doublegetMaximum()List<Pair>getRow(int row)voidset(int row, int col, Double value)Sets the value of the matrix at the specified row and column.
-