Home
last modified time | relevance | path

Searched refs:ordv (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DOrdvArith.H66 virtual void myAssignZero(OrdvElem* ordv) const;
78 virtual long myStdDeg(const OrdvElem* ordv) const;
79 virtual void myWDeg(degree& d, const OrdvElem* ordv) const;
82 virtual bool myIsZero(const OrdvElem* ordv) const;
87 OrdvElem myOrdvGetNth(const OrdvElem* ordv, long n) const;
112 virtual long myExponent(const OrdvElem* ordv, long var) const;
123 virtual long myStdDeg(const OrdvElem* ordv) const;
135 virtual long myStdDeg(const OrdvElem* ordv) const;
147 virtual long myStdDeg(const OrdvElem* ordv) const;
207 ordv[i] = ordv1[i]+ordv2[i]; in myMul()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DOrdvArith.H66 virtual void myAssignZero(OrdvElem* ordv) const;
78 virtual long myStdDeg(const OrdvElem* ordv) const;
79 virtual void myWDeg(degree& d, const OrdvElem* ordv) const;
82 virtual bool myIsZero(const OrdvElem* ordv) const;
87 OrdvElem myOrdvGetNth(const OrdvElem* ordv, long n) const;
112 virtual long myExponent(const OrdvElem* ordv, long var) const;
123 virtual long myStdDeg(const OrdvElem* ordv) const;
135 virtual long myStdDeg(const OrdvElem* ordv) const;
147 virtual long myStdDeg(const OrdvElem* ordv) const;
207 ordv[i] = ordv1[i]+ordv2[i]; in myMul()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DOrdvArith.C94 ordv[i] = 0; in myAssignZero()
122 myMul(ordv, ordv, &PowerOrdv[0]); in myMulIndetPower()
136 ordv[i] = exp*ordv1[i]; in myPower()
262 ordv[i] = word; in myCompress()
271 std::copy(&ordv[0], &ordv[NumCompts], buffer.begin()); in myDecompress()
277 OrdvElem word = ordv[i]; in myDecompress()
305 myCompress(ordv, myOrdvBuffer); in myAssignFromExpv()
357 myCompress(ordv, myOrdvBuffer); in myAssignFromExpv()
434 myCompress(ordv, myOrdvBuffer); in myAssignFromExpv()
511 myCompress(ordv, myOrdvBuffer); in myAssignFromExpv()
[all …]
H A DOrdvArith.C-OpenMP107 ordv[i] = 0;
134 myMul(ordv, ordv, &PowerOrdv[0]);
157 myCompress(ordv, OrdvBuffer);
254 ordv[i] = word;
263 std::copy(&ordv[0], &ordv[NumCompts], buffer.begin());
269 OrdvElem word = ordv[i];
295 myCompress(ordv, OrdvBuffer);
342 myCompress(ordv, OrdvBuffer);
410 myCompress(ordv, OrdvBuffer);
478 myCompress(ordv, OrdvBuffer);
[all …]
H A DDistrMPolyInlFpPP.C546 vector<OrdvArith::OrdvElem> ordv(OrdvWords(myOrdvArith)); in myMulByPP()
550 myOrdvArith->myAssignFromExpv(&ordv[0], expv); in myMulByPP()
554 myOrdvArith->myMul(f_smnd->myOrdv, f_smnd->myOrdv, &ordv[0]); in myMulByPP()
H A DDistrMPolyInlPP.C666 vector<OrdvArith::OrdvElem> ordv(OrdvWords(myOrdvArith)); in myMulByPP()
670 myOrdvArith->myAssignFromExpv(&ordv[0], expv); in myMulByPP()
674 myOrdvArith->myMul(f_smnd->myOrdv, f_smnd->myOrdv, &ordv[0]); in myMulByPP()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DOrdvArith.C94 ordv[i] = 0; in myAssignZero()
122 myMul(ordv, ordv, &PowerOrdv[0]); in myMulIndetPower()
136 ordv[i] = exp*ordv1[i]; in myPower()
262 ordv[i] = word; in myCompress()
271 std::copy(&ordv[0], &ordv[NumCompts], buffer.begin()); in myDecompress()
277 OrdvElem word = ordv[i]; in myDecompress()
305 myCompress(ordv, myOrdvBuffer); in myAssignFromExpv()
357 myCompress(ordv, myOrdvBuffer); in myAssignFromExpv()
434 myCompress(ordv, myOrdvBuffer); in myAssignFromExpv()
511 myCompress(ordv, myOrdvBuffer); in myAssignFromExpv()
[all …]
H A DOrdvArith.C-OpenMP107 ordv[i] = 0;
134 myMul(ordv, ordv, &PowerOrdv[0]);
157 myCompress(ordv, OrdvBuffer);
254 ordv[i] = word;
263 std::copy(&ordv[0], &ordv[NumCompts], buffer.begin());
269 OrdvElem word = ordv[i];
295 myCompress(ordv, OrdvBuffer);
342 myCompress(ordv, OrdvBuffer);
410 myCompress(ordv, OrdvBuffer);
478 myCompress(ordv, OrdvBuffer);
[all …]
H A DDistrMPolyInlFpPP.C546 vector<OrdvArith::OrdvElem> ordv(OrdvWords(myOrdvArith)); in myMulByPP()
550 myOrdvArith->myAssignFromExpv(&ordv[0], expv); in myMulByPP()
554 myOrdvArith->myMul(f_smnd->myOrdv, f_smnd->myOrdv, &ordv[0]); in myMulByPP()
H A DDistrMPolyInlPP.C666 vector<OrdvArith::OrdvElem> ordv(OrdvWords(myOrdvArith)); in myMulByPP()
670 myOrdvArith->myAssignFromExpv(&ordv[0], expv); in myMulByPP()
674 myOrdvArith->myMul(f_smnd->myOrdv, f_smnd->myOrdv, &ordv[0]); in myMulByPP()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/computation/
H A DFESPMatrixComputation.hpp106 dimen_t ordu = 0, ordv = 0; in compute() local
110ordv = std::max(ordv, dimen_t(ibf->opv().diffOrder())); //order of v differential involved in op… in compute()
133 ord_fe=ordv; /*ord_sp=ordu;*/ in compute()
H A DSPMatrixComputation.hpp211 dimen_t ordu = 0, ordv = 0; in compute() local
216ordv = std::max(ordv, dimen_t(ibf->opv().diffOrder())); //order of v differential involved in op… in compute()
H A DFEextMatrixComputation.hpp64 dimen_t ordu = 0, ordv = 0; in compute() local
74ordv = std::max(ordv, dimen_t(op_v.diffOrder())); //order of v differential involved in operators in compute()
/dports/math/reduce/Reduce-svn5758-src/packages/misc/
H A Dlie1234.red451 array ordv(12);
452 ordv(1):=ordv(3):=ordv(7):=1;ordv(2):=ordv(5):=ordv(9):=2;
453 ordv(4):=ordv(6):=ordv(11):=3;ordv(8):=ordv(10):=ordv(12):=4;
472 <<clear l_f,ordv,cc;symbolic rederr "not a Lie algebra">>;
507 com43(ordv(2*m1-1),ordv(2*m1),ordv(2*m2-1),ordv(2*m2),
508 ordv(2*m3-1),ordv(2*m3)) else
510 com41(ordv(2*m1-1),ordv(2*m1),p1) else
511 com42(ordv(2*m1-1),ordv(2*m1),ordv(2*m2-1),ordv(2*m2));
512 clear ordv,l_f
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/space/
H A DFeSpace.cpp223 std::map<number_t,number_t> ordv; //small map to order vertex global numbers in buildFeDofs() local
226 for(; itv!=v.end(); ++itv, ++k) ordv[geoElt->vertexNumber(*itv)]=k; in buildFeDofs()
227 std::map<number_t,number_t>::iterator ito = ordv.begin(); in buildFeDofs()
231 for(; ito!=ordv.end(); ++ito,++iti, ++itj) in buildFeDofs()
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/functions/builtin/
H A DFns3.java959 return ordv((LispVector)u, (LispVector)v); in ordp()
997 boolean ordv(LispVector u, LispVector v) in ordv() method in Fns3.OrderpFn
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/co/codemist/jlisp/
H A DFns3.java1055 return ordv((LispVector)u, (LispVector)v); in ordp()
1093 boolean ordv(LispVector u, LispVector v) in ordv() method in Fns3.OrderpFn
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DFns3.java1372 return ordv((LispVector)u, (LispVector)v); in ordp()
1413 boolean ordv(LispVector u, LispVector v) in ordv() method in Fns3.OrderpFn
/dports/textproc/sv-mythes/sv-mythes-2008.06.10_1/
H A Dth_sv_SE.idx8910 ordv�xling|276406
H A Dth_sv_SE.dat3977 |ordv�xling|r�dslag|�verl�ggning|debatt|samtal|ordbyte
17816 ordv�xling|1
/dports/chinese/wenju/wenju-1.6/src/tim/tables/
H A Dliu.tim13246 ordv=唶
/dports/chinese/rime-array/rime-array-d10f2f8b2aec7c7e736ace01e8a399e5ae5e7c3a/
H A Darray30_phrases.dict.yaml111213 扭出來 ordv'
111214 抬出來 ordv'
111215 撞出來 ordv'
111216 擴散出來 ordv'
111217 生出來 ordv'
/dports/mail/thunderbird-dictionaries/dictionaries/spell-sv.xpi/
H A Dsv.dic15844 ordv�xling/ADGS
/dports/textproc/sv-hunspell/sv-hunspell-2.40/dictionaries/
H A Dsv_FI.dic91428 ordvändning/ADGY
91429 ordväxling/ADGY
H A Dsv_SE.dic91592 ordvändning/ADGY
91593 ordväxling/ADGY

12