HomeSort by relevance Sort by last modified time
    Searched refs:getRowVector (Results 1 - 7 of 7) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
SimplexTableau.java 209 matrix.setRowVector(0, matrix.getRowVector(0).subtract(matrix.getRowVector(row)));
423 tableau.setRowVector(minuendRow, tableau.getRowVector(minuendRow)
424 .subtract(tableau.getRowVector(subtrahendRow).mapMultiply(multiple)));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealMatrix.java 273 RealVector getRowVector(int row) throws MatrixIndexException;
    [all...]
FieldMatrix.java 266 FieldVector<T> getRowVector(int row) throws MatrixIndexException;
    [all...]
AbstractFieldMatrix.java 500 public FieldVector<T> getRowVector(final int row)
    [all...]
AbstractRealMatrix.java 476 public RealVector getRowVector(final int row)
    [all...]
BlockFieldMatrix.java     [all...]
BlockRealMatrix.java     [all...]

Completed in 100 milliseconds