Home
last modified time | relevance | path

Searched refs:divideRow (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dmatrix.cpp104 static inline void divideRow(double *r1, double d) { in divideRow() function
125 divideRow(w[0], w[0][0]); in invertMatrix()
132 divideRow(w[1], w[1][1]); in invertMatrix()
136 divideRow(w[2], w[2][2]); in invertMatrix()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dmatrix.cpp104 static inline void divideRow(double *r1, double d) { in divideRow() function
125 divideRow(w[0], w[0][0]); in invertMatrix()
132 divideRow(w[1], w[1][1]); in invertMatrix()
136 divideRow(w[2], w[2][2]); in invertMatrix()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/linear/
H A DSimplexTableau.java486 divideRow(pivotRow, pivotVal); in performRowOperations()
514 protected void divideRow(final int dividendRowIndex, final double divisor) { in divideRow() method in SimplexTableau
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optimization/linear/
H A DSimplexSolver.java181 tableau.divideRow(pivotRow, pivotVal); in doIteration()
H A DSimplexTableau.java443 protected void divideRow(final int dividendRow, final double divisor) { in divideRow() method in SimplexTableau