Home
last modified time | relevance | path

Searched refs:TestRank (Results 1 – 13 of 13) sorted by relevance

/dports/cad/solvespace/solvespace-2.3/src/
H A Dsystem.cpp175 bool System::TestRank(void) { in TestRank() function in System
455 rankOk = TestRank(); in Solve()
462 rankOk = TestRank(); in Solve()
H A Dsolvespace.h440 bool TestRank(void);
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_hist_util.h119 inline void TestRank(const std::vector<float> &column_cuts, in TestRank() function
175 TestRank(column_cuts, sorted_column, sorted_weights); in ValidateColumn()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_hist_util.h119 inline void TestRank(const std::vector<float> &column_cuts, in TestRank() function
175 TestRank(column_cuts, sorted_column, sorted_weights); in ValidateColumn()
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/anthonynsimon/bild/bild-0.13.0/util/
H A Dutil_test.go41 func TestRank(t *testing.T) { func
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/methods/
H A Dtest_rank.py12 class TestRank: class
/dports/math/polylib/polylib-5.22.5/source/kernel/
H A Dpolyparam.c151 static int TestRank(Matrix *Mat) {
398 r = TestRank(PiTest);
728 redundant = !TestRank(CTest);
/dports/math/barvinok/barvinok-0.41.5/polylib/source/kernel/
H A Dpolyparam.c151 static int TestRank(Matrix *Mat) { in TestRank() function
398 r = TestRank(PiTest); in traite_m_face()
728 redundant = !TestRank(CTest); in scan_m_face()
/dports/math/polylib/polylib-5.22.5/doc/
H A DChanges557 (1) TestRank : M -> Mat
566 (1) TestRank : gcd (added)
/dports/math/barvinok/barvinok-0.41.5/polylib/doc/
H A DChanges557 (1) TestRank : M -> Mat
566 (1) TestRank : gcd (added)
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/filters/rank/tests/
H A Dtest_rank.py62 class TestRank(): class
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DArrayTest.cs115 public void TestRank() { in TestRank() method in MonoTests.System.ArrayTest
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/
H A Dtest_algos.py1728 class TestRank: