Home
last modified time | relevance | path

Searched refs:hrep (Results 1 – 25 of 26) sorted by relevance

12

/dports/science/mpqc/mpqc-2.3.1/src/lib/math/symmetry/
H A Dico.cc147 hrep[3] = hrep[3].transform(hrep[1]).transform(hrep[1]); in i_ops()
148 hrep[4] = hrep[4].transform(hrep[1]).transform(hrep[1]); in i_ops()
163 hrep[i] = hrep[i-2].transform(hrep[1]); in i_ops()
176 hrep[i] = hrep[i-12].operate(hrep[i-12]); in i_ops()
196 hrep[i] = hrep[i-2].transform(hrep[1]); in i_ops()
213 hrep[i] = hrep[i-2].transform(hrep[1]); in i_ops()
254 hrep[i] = hrep[i-1].transform(hrep[1]); in i_ops()
265 hrep[50] = hrep[50].transform(hrep[2]).transform(hrep[2]); in i_ops()
271 hrep[i] = hrep[i-1].transform(hrep[1]); in i_ops()
278 hrep[55] = hrep[45].transform(hrep[35]).transform(hrep[1]); in i_ops()
[all …]
/dports/math/latte-integrale/latte-version_1_7_6/
H A DChangeLog1826 EXAMPLES/volumeIntegrationPaperComparison/randomPolytopes/dim2/rp_2_1.hrep.latte,
1837 EXAMPLES/volumeIntegrationPaperComparison/randomPolytopes/dim2/rp_2_2.hrep.latte,
1848 EXAMPLES/volumeIntegrationPaperComparison/randomPolytopes/dim2/rp_2_3.hrep.latte,
1859 EXAMPLES/volumeIntegrationPaperComparison/randomPolytopes/dim2/rp_2_4.hrep.latte,
1870 EXAMPLES/volumeIntegrationPaperComparison/randomPolytopes/dim2/rp_2_5.hrep.latte,
1872 EXAMPLES/volumeIntegrationPaperComparison/randomPolytopes/dim2/rp_2_6.hrep.latte,
1873 EXAMPLES/volumeIntegrationPaperComparison/randomPolytopes/dim2/rp_2_7.hrep.latte,
1874 EXAMPLES/volumeIntegrationPaperComparison/randomPolytopes/dim2/rp_2_8.hrep.latte,
1875 EXAMPLES/volumeIntegrationPaperComparison/randomPolytopes/dim2/rp_2_9.hrep.latte,
1876 EXAMPLES/volumeIntegrationPaperComparison/randomPolytopes/dim3/rp_3_1.hrep.latte,
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Subscriptions/
H A DPageSubscriptionSender.php37 $hrep = [];
70 $hrep['DIFF'] = $hdiff;
83 $hrep,
H A DSubscriptionSender.php54 * @param array $hrep Predefined parameters used to parse the
62 …protected function send($subscriber_mail, $subject, $context, $template, $trep, $hrep = null, $hea… argument
72 $mail->setBody($text, $trep, $hrep);
H A DBulkSubscriptionSender.php248 $hrep = [
258 $hrep
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/src/
H A DMatrixHelper.cpp64 MatrixHelper<S>::replaceRep(MatrixHelperRep<S>* hrep) { in replaceRep() argument
66 rep=hrep; in replaceRep()
73 MatrixHelper<S>::MatrixHelper(MatrixHelperRep<S>* hrep) : rep(hrep) in MatrixHelper() argument
746 const MatrixHelperRep& hrep = h.getRep(); in addIn() local
748 assert(nrow()==hrep.nrow() && ncol()==hrep.ncol()); in addIn()
749 assert(getEltSize()==hrep.getEltSize()); in addIn()
753 addToElt(updElt(i,j),hrep.getElt(i,j)); in addIn()
762 const MatrixHelperRep& hrep = h.getRep(); in subIn() local
764 assert(nrow()==hrep.nrow() && ncol()==hrep.ncol()); in subIn()
765 assert(getEltSize()==hrep.getEltSize()); in subIn()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/include/SimTKcommon/internal/
H A DRowVectorView_.h55 explicit RowVectorView_(MatrixHelperRep<S>* hrep) : Base(hrep) {} in RowVectorView_() argument
H A DMatrixView_.h52 explicit MatrixView_(MatrixHelperRep<S>* hrep) : Base(hrep) {} in MatrixView_() argument
H A DVectorView_.h55 explicit VectorView_(MatrixHelperRep<S>* hrep) : Base(hrep) {} in VectorView_() argument
H A DMatrixHelper.h335 void setRep(MatrixHelperRep<S>* hrep) {assert(!rep); rep = hrep;} in setRep() argument
H A DRowVectorBase.h307 explicit RowVectorBase(MatrixHelperRep<Scalar>* hrep) : Base(hrep) {} in RowVectorBase() argument
H A DVectorBase.h467 explicit VectorBase(MatrixHelperRep<Scalar>* hrep) : Base(hrep) {} in VectorBase() argument
H A DMatrixBase.h861 explicit MatrixBase(MatrixHelperRep<Scalar>* hrep) : helper(hrep) {} in MatrixBase() argument
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DHandle_with_policy.h479 typename H::Rep* hrep = h.ptr_;
482 CGAL_precondition( hrep->union_size() >= grep->union_size());
489 hrep->add_reference();
490 hrep->add_union_size( grep->union_size());
491 grep->next = hrep;
496 g.ptr_ = hrep;
497 hrep->add_reference();
498 hrep->add_union_size(1);
/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_platypus_breaking.py244 def doPara(x,text,wc,ns,n,hrep=' ',crep=' ',hdw=0,cdw=0): argument
246 text = text.replace('{H}',hrep)
385 hrep='<span face="Courier-BoldOblique"> </span>',
392 hrep='<span face="Courier-BoldOblique"> </span>',
/dports/math/SCIP/scip-7.0.3/applications/PolySCIP/src/
H A Ddouble_description_method.cpp439 const H_RepT& hrep = h_rep_[current_hrep_index_]; in extendVRep() local
443 hrep.first.cbegin(), -(v->wov_ * hrep.second)); in extendVRep()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/
H A Dfilter_galois.cpp403 index_t hrep = Gal[h]; in thread_galois() local
406 int neg = (rel->primes[i].e < 0) ^ (hrep != h); in thread_galois()
409 p = u64toa16(p, (uint64_t) hrep); in thread_galois()
/dports/math/latte-integrale/latte-version_1_7_6/doc/
H A Dmanual.tex589 count fileName.hrep.latte
596 count --dilation=n fileName.hrep.latte
601 count --interior fileName.hrep.latte
606 count --homog fileName.hrep.latte
615 fileName.hrep.latte
652 count --dual fileName.hrep.latte
665 count --maxdet=N fileName.hrep.latte
673 count --polynomial fileName.hrep.latte
749 --monomials=FILE fileName.hrep.latte
842 fileName.hrep.latte
[all …]
/dports/misc/mmv/mmv-1.01b.orig/
H A Dmmv.c437 static REP hrep, *lastrep = &hrep; variable
2157 q = &hrep, p = q->r_next, prd = rd, i = 0; in checkcollisions()
2218 for (q = &hrep, p = q->r_next; p != NULL; q = p, p = p->r_next) in findorder()
2253 for (q = &hrep, p = q->r_next; p != NULL; q = p, p = p->r_next) in nochains()
2281 for (q = &hrep, p = q->r_next; p != NULL; q = p, p = p->r_next) {
2413 for (first = hrep.r_next, k = 0; first != NULL; first = first->r_next) { in doreps()
2584 for (first = hrep.r_next; ; first = first->r_next)
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A DMailer.class.php236 $hrep = array_merge($this->replacements['html'], (array)$htmlrep);
242 foreach($hrep as $key => $substitution) {
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DBigMatrix.h1041 explicit MatrixBase(MatrixHelperRep<Scalar>* hrep) : helper(hrep) {} in MatrixBase() argument
1491 explicit VectorBase(MatrixHelperRep<Scalar>* hrep) : Base(hrep) {} in VectorBase() argument
1789 explicit RowVectorBase(MatrixHelperRep<Scalar>* hrep) : Base(hrep) {} in RowVectorBase() argument
1813 explicit MatrixView_(MatrixHelperRep<S>* hrep) : Base(hrep) {} in MatrixView_() argument
1881 explicit DeadMatrixView_(MatrixHelperRep<S>* hrep) : Base(hrep) {} in DeadMatrixView_() argument
2054 explicit VectorView_(MatrixHelperRep<S>* hrep) : Base(hrep) {} in VectorView_() argument
2216 explicit RowVectorView_(MatrixHelperRep<S>* hrep) : Base(hrep) {} in RowVectorView_() argument
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/controller/
H A Dhub.py308 hrep = ctx.socket(zmq.ROUTER)
309 util.set_hwm(hrep, 0)
310 hrep.bind(self.engine_url('hb_pong'))
313 pongstream=ZMQStream(hrep,loop)
/dports/lang/ferite/ferite-1.0.2/scripts/cgi/
H A Dcookies.fe60 string hrep, cookie_env;
/dports/math/py-sympy/sympy-1.9/sympy/polys/
H A Dnumberfields.py867 hrep = frep.eject(K, front=True)
869 return g.new(hrep, g.gens[0])
/dports/chinese/rime-middle-chinese/rime-middle-chinese-582e144e525525ac2b6c2498097d7c7919e84174/
H A Dzyenpheng.dict.yaml6905hrep 2%
6916hrep
21136hrep
21140hrep

12