Fixed javadoc link.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@797801 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2009-07-25 17:22:06 +00:00
parent e827b4f2d7
commit 2dc148477f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class SimplexSolver extends AbstractLinearOptimizer {
/**
* Returns the row with the minimum ratio as given by the minimum ratio test (MRT).
* @param tableau simple tableau for the problem
* @param col the column to test the ratio of. See {@link #getPivotColumn()}
* @param col the column to test the ratio of. See {@link #getPivotColumn(SimplexTableau)}
* @return row with the minimum ratio
*/
private Integer getPivotRow(final int col, final SimplexTableau tableau) {