Home
last modified time | relevance | path

Searched refs:findPivot (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dsmith-form-kannan-bachem.h99 bool findPivot(Matrix &A) { in findPivot() function
287 if (!findPivot(A)) { in hermite()
303 if (!findPivot(A)) { in solveHelper()
327 if (!findPivot(A)) { in solveTextBookHelper()
368 if (!findPivot(A)) { in solveIliopoulosHelper()
H A Dinvert-tb.h91 bool findPivot(Matrix &A, size_t pivot) { in findPivot() function
156 if (!findPivot(B, i)) { in invert()
H A Dpoly-smith-form-local-x.h105 bool findPivot(Matrix &A) const { in findPivot() function
207 if (!findPivot(A)) { in solveHelper()
/dports/math/spooles-mpich/spooles.2.2_SHARED/Chv/src/
H A DmakeGlobalLib11 findPivot.c \
H A Dmakefile12 $(OBJ).a(findPivot.o) \
/dports/math/spooles-mpich/spooles.2.2/Chv/src/
H A DmakeGlobalLib11 findPivot.c \
H A Dmakefile12 $(OBJ).a(findPivot.o) \
/dports/math/spooles/spooles.2.2_SHARED/Chv/src/
H A DmakeGlobalLib11 findPivot.c \
H A Dmakefile12 $(OBJ).a(findPivot.o) \
/dports/math/spooles/spooles.2.2/Chv/src/
H A DmakeGlobalLib11 findPivot.c \
H A Dmakefile12 $(OBJ).a(findPivot.o) \
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/markbaker/matrix/classes/src/Decomposition/
H A DLU.php129 $pivot = $this->findPivot($column, $luColumn);
165 private function findPivot($column, array $luColumn): int function in Matrix\\Decomposition\\LU
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h236 Optional<Pivot> findPivot(int row, Direction direction) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h263 Optional<Pivot> findPivot(int row, Direction direction) const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h277 Optional<Pivot> findPivot(int row, Direction direction) const;
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h274 Optional<Pivot> findPivot(int row, Direction direction) const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h274 Optional<Pivot> findPivot(int row, Direction direction) const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h274 Optional<Pivot> findPivot(int row, Direction direction) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h274 Optional<Pivot> findPivot(int row, Direction direction) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h274 Optional<Pivot> findPivot(int row, Direction direction) const;
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSimpFactorization.hpp186 int findPivot(FactorPointers &pointers, int &r, int &s, bool &ifSlack);
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSimpFactorization.hpp186 int findPivot(FactorPointers &pointers, int &r, int &s, bool &ifSlack);
/dports/math/ogdf/OGDF/include/coin/
H A DCoinSimpFactorization.hpp182 int findPivot(FactorPointers &pointers, int &r, int &s, bool &ifSlack);
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSimpFactorization.hpp186 int findPivot(FactorPointers &pointers, int &r, int &s, bool &ifSlack);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp157 Optional<Simplex::Pivot> Simplex::findPivot(int row, in findPivot() function in mlir::Simplex
268 Optional<Pivot> maybePivot = findPivot(u.pos, Direction::Up); in restoreRow()
455 while (Optional<Pivot> maybePivot = findPivot(row, direction)) { in computeRowOptimum()

12