Home
last modified time | relevance | path

Searched refs:rank2 (Results 76 – 100 of 304) sorted by relevance

12345678910>>...13

/dports/math/eprover/eprover-E-2.0/BASICS/
H A Dclb_ddarrays.c204 long i,j, start, end, rank1, rank2; in DDArraySelectPart() local
212 rank2 = ((long)(tmp+0.5)); in DDArraySelectPart()
259 if(rank2!=rank1) in DDArraySelectPart()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tri/
H A Dtriinterpolate.py1461 rank2 = (np.abs(delta) > 1e-8*np.abs(prod1))
1462 if np.all(rank2):
1468 delta_inv[rank2] = 1./delta[rank2]
1493 rank2 = (np.abs(delta) > 1e-8*np.abs(prod1))
1495 if np.all(rank2):
1505 delta = delta[rank2]
1506 M_inv[rank2, 0, 0] = M[rank2, 1, 1] / delta
1507 M_inv[rank2, 0, 1] = -M[rank2, 0, 1] / delta
1508 M_inv[rank2, 1, 0] = -M[rank2, 1, 0] / delta
1509 M_inv[rank2, 1, 1] = M[rank2, 0, 0] / delta
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn114 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5), profile1(81),
20 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5)}
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn114 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5), profile1(81),
20 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5)}
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn114 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5), profile1(81),
20 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5)}
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn114 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5), profile1(81),
20 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5)}
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn114 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5), profile1(81),
20 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5)}
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn114 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5), profile1(81),
20 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5)}
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn114 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5), profile1(81),
20 undefined(0), rank1(1), rank2(2), rank3(3), rank4(4), rank5(5)}
/dports/games/coronapoker/coronapoker-4.33/src/main/java/org/alberta/poker/ai/model/
H A DWeightTable.java597 int rank1, rank2, swaptemp, handprob;
599 rank2 = card2 % 13;
600 if (rank1 < rank2) {
602 rank1 = rank2;
603 rank2 = swaptemp;
606 handprob = probtable[rank1][rank2];
608 handprob = probtable[rank2][rank1];
/dports/math/polymake/polymake-4.5/apps/matroid/src/
H A Dsums.cc40 const Int rank2 = m2.give("RANK"); in split_flacets()
41 m_new.take("RANK") << rank1+rank2; in split_flacets()
49 …m_new.take("BINARY_VECTORS") << ( points1|Matrix<Rational>(n1,rank2) ) / ( (Matrix<Rational>(n2,ra… in split_flacets()
223 const Int rank2 = m2.give("RANK"); in split_flacets()
237 "RANK", rank1+rank2-1, in split_flacets()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/stats/
H A Dnonparametric.py60 rank2 = rank[nobs1:]
67 return rank1, rank2, ranki1, ranki2
465 rank1, rank2, ranki1, ranki2 = rankdata_2samp(x1, x2)
468 meanr2 = np.mean(rank2, axis=0)
474 S2 = np.sum(np.power(rank2 - ranki2 - meanr2 + meanri2, 2.0), axis=0)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/util/
H A Dautodef_source_desc.cpp333 int rank1, rank2; in Compare() local
336 rank2 = mod.GetRank(); in Compare()
338 if (rank1 < rank2) { in Compare()
340 } else if (rank1 > rank2) { in Compare()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/util/
H A Dautodef_source_desc.cpp333 int rank1, rank2; in Compare() local
336 rank2 = mod.GetRank(); in Compare()
338 if (rank1 < rank2) { in Compare()
340 } else if (rank1 > rank2) { in Compare()
/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dmrank2.h29 class rank2 : public rank12 { // class to do 2-descent via 2-isogeny
44 rank2(Curvedata* ec, int verb,int sel=0, long l1=20, long l2=5,int second=1);
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbptr12/
H A Dtransform_ijxy.cc94 int rank2 = space2_->rank(); in compute_transform_dynamic_memory_() local
102 int nij = compute_nij(ni, rank2, nproc, 0); in compute_transform_dynamic_memory_()
105 + (distsize_t)ni * rank2 * nfuncmax3 * nfuncmax4 // ijrs in compute_transform_dynamic_memory_()
H A Dtransform_ixjy.cc127 const int rank2 = space2_->rank(); in memgrp_blksize() local
128 const int dim2 = (nbasis2 > rank2) ? nbasis2 : rank2; in memgrp_blksize()
/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
H A Dt-fmpz_matxx.cpp240 slong rank1, rank2; in test_row_reduction() local
249 rank2 = fmpz_mat_fflu(res2._mat(), den2._fmpz(), p2._data(), in test_row_reduction()
251 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
255 rank2 = fmpz_mat_rref(res2._mat(), den2._fmpz(), A._mat()); in test_row_reduction()
256 tassert(rank1 == rank2 && res1 == res2 && den1 == den2); in test_row_reduction()
H A Dt-nmod_poly_matxx.cpp220 slong rank1, rank2; in test_row_reduction() local
232 rank2 = nmod_poly_mat_fflu(res2._mat(), den2._poly(), p2._data(), in test_row_reduction()
234 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
238 rank2 = nmod_poly_mat_rref(res2._mat(), den2._poly(), A._mat()); in test_row_reduction()
239 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
H A Dt-fmpz_poly_matxx.cpp228 slong rank1, rank2; in test_row_reduction() local
239 rank2 = fmpz_poly_mat_fflu(res2._mat(), den2._poly(), p2._data(), in test_row_reduction()
241 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
245 rank2 = fmpz_poly_mat_rref(res2._mat(), den2._poly(), A._mat()); in test_row_reduction()
246 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
/dports/math/flint2/flint-2.8.4/flintxx/test/
H A Dt-fmpz_matxx.cpp240 slong rank1, rank2; in test_row_reduction() local
249 rank2 = fmpz_mat_fflu(res2._mat(), den2._fmpz(), p2._data(), in test_row_reduction()
251 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
255 rank2 = fmpz_mat_rref(res2._mat(), den2._fmpz(), A._mat()); in test_row_reduction()
256 tassert(rank1 == rank2 && res1 == res2 && den1 == den2); in test_row_reduction()
H A Dt-fmpz_poly_matxx.cpp228 slong rank1, rank2; in test_row_reduction() local
239 rank2 = fmpz_poly_mat_fflu(res2._mat(), den2._poly(), p2._data(), in test_row_reduction()
241 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
245 rank2 = fmpz_poly_mat_rref(res2._mat(), den2._poly(), A._mat()); in test_row_reduction()
246 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
H A Dt-nmod_poly_matxx.cpp220 slong rank1, rank2; in test_row_reduction() local
232 rank2 = nmod_poly_mat_fflu(res2._mat(), den2._poly(), p2._data(), in test_row_reduction()
234 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
238 rank2 = nmod_poly_mat_rref(res2._mat(), den2._poly(), A._mat()); in test_row_reduction()
239 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
H A Dt-fmpz_poly_matxx.cpp228 slong rank1, rank2; in test_row_reduction() local
239 rank2 = fmpz_poly_mat_fflu(res2._mat(), den2._poly(), p2._data(), in test_row_reduction()
241 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
245 rank2 = fmpz_poly_mat_rref(res2._mat(), den2._poly(), A._mat()); in test_row_reduction()
246 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
H A Dt-fmpz_matxx.cpp240 slong rank1, rank2; in test_row_reduction() local
249 rank2 = fmpz_mat_fflu(res2._mat(), den2._fmpz(), p2._data(), in test_row_reduction()
251 tassert(rank1 == rank2 && res1 == res2 && p1 == p2 && den1 == den2); in test_row_reduction()
255 rank2 = fmpz_mat_rref(res2._mat(), den2._fmpz(), A._mat()); in test_row_reduction()
256 tassert(rank1 == rank2 && res1 == res2 && den1 == den2); in test_row_reduction()

12345678910>>...13