Home
last modified time | relevance | path

Searched refs:getRowVector (Results 1 – 7 of 7) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
DSimplexTableau.java209 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()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DRealMatrix.java273 RealVector getRowVector(int row) throws MatrixIndexException; in getRowVector() method
DFieldMatrix.java266 FieldVector<T> getRowVector(int row) throws MatrixIndexException; in getRowVector() method
DAbstractRealMatrix.java476 public RealVector getRowVector(final int row)
DAbstractFieldMatrix.java500 public FieldVector<T> getRowVector(final int row) in getRowVector() method in AbstractFieldMatrix
DBlockRealMatrix.java1066 public RealVector getRowVector(final int row) in getRowVector() method in BlockRealMatrix
DBlockFieldMatrix.java1040 public FieldVector<T> getRowVector(final int row) in getRowVector() method in BlockFieldMatrix