Searched refs:getRowVector (Results 1 – 7 of 7) sorted by relevance
209 matrix.setRowVector(0, matrix.getRowVector(0).subtract(matrix.getRowVector(row))); in createTableau()423 tableau.setRowVector(minuendRow, tableau.getRowVector(minuendRow) in subtractRow()424 .subtract(tableau.getRowVector(subtrahendRow).mapMultiply(multiple))); in subtractRow()
273 RealVector getRowVector(int row) throws MatrixIndexException; in getRowVector() method
266 FieldVector<T> getRowVector(int row) throws MatrixIndexException; in getRowVector() method
476 public RealVector getRowVector(final int row)
500 public FieldVector<T> getRowVector(final int row) in getRowVector() method in AbstractFieldMatrix
1066 public RealVector getRowVector(final int row) in getRowVector() method in BlockRealMatrix
1040 public FieldVector<T> getRowVector(final int row) in getRowVector() method in BlockFieldMatrix