Home
last modified time | relevance | path

Searched refs:allpairs (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/pgrouting/pgrouting-3.2.0/locale/en/LC_MESSAGES/
H A Dallpairs-family.po26 "/allpairs-family.html>`__"
35 "<https://docs.pgrouting.org/2.3/en/src/allpairs/doc/allpairs.html>`__ "
37 "<https://docs.pgrouting.org/2.2/en/src/allpairs/doc/allpairs.html>`__"
120 #: ../../build/doc/allpairs-family.rst ../../build/doc/allpairs-family.rst:106
129 #: ../../build/doc/allpairs-family.rst ../../build/doc/allpairs-family.rst:106
139 #: ../../build/doc/allpairs-family.rst ../../build/doc/allpairs-family.rst:106
149 #: ../../build/doc/allpairs-family.rst ../../build/doc/allpairs-family.rst:106
159 #: ../../build/doc/allpairs-family.rst ../../build/doc/allpairs-family.rst:106
169 #: ../../build/doc/allpairs-family.rst ../../build/doc/allpairs-family.rst:106
1028 #~ "<https://docs.pgrouting.org/2.3/en/src/allpairs/doc/allpairs.html>`__"
[all …]
H A Dpgr_floydWarshall.po35 "<https://docs.pgrouting.org/2.3/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
37 "<https://docs.pgrouting.org/2.2/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
416 #~ "<https://docs.pgrouting.org/2.3/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
418 #~ "<https://docs.pgrouting.org/2.2/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
/dports/databases/pgrouting/pgrouting-3.2.0/locale/pot/
H A Dallpairs-family.pot19 #: ../../build/doc/allpairs-family.rst:12
23 #: ../../build/doc/allpairs-family.rst:17
24allpairs-family.html>`__ `2.5 <https://docs.pgrouting.org/2.5/en/allpairs-family.html>`__ `2.4 <ht…
27 #: ../../build/doc/allpairs-family.rst:26
31 #: ../../build/doc/allpairs-family.rst:28
35 #: ../../build/doc/allpairs-family.rst:32
39 #: ../../build/doc/allpairs-family.rst:33
43 #: ../../build/doc/allpairs-family.rst:45
47 #: ../../build/doc/allpairs-family.rst:52
87 #: ../../build/doc/allpairs-family.rst:0
[all …]
/dports/databases/pgrouting/pgrouting-3.2.0/locale/es/LC_MESSAGES/
H A Dallpairs-family.po30 "/allpairs-family.html>`__ (`3.2 <https://docs.pgrouting.org/3.2/en/allpairs-"
36 "/allpairs-family.html>`__ (`3.2 <https://docs.pgrouting.org/3.2/en/allpairs-"
47 "<https://docs.pgrouting.org/2.3/en/src/allpairs/doc/allpairs.html>`__ `2.2 "
48 "<https://docs.pgrouting.org/2.2/en/src/allpairs/doc/allpairs.html>`__"
51 "/allpairs-family.html>`__ `2.5 <https://docs.pgrouting.org/2.5/en/allpairs-"
54 "<https://docs.pgrouting.org/2.3/en/src/allpairs/doc/allpairs.html>`__ `2.2 "
55 "<https://docs.pgrouting.org/2.2/en/src/allpairs/doc/allpairs.html>`__"
142 #: ../../build/doc/allpairs-family.rst ../../build/doc/allpairs-family.rst:106
151 #: ../../build/doc/allpairs-family.rst ../../build/doc/allpairs-family.rst:106
161 #: ../../build/doc/allpairs-family.rst ../../build/doc/allpairs-family.rst:106
[all …]
H A Dpgr_floydWarshall.po47 "<https://docs.pgrouting.org/2.3/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
49 "<https://docs.pgrouting.org/2.2/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
58 "<https://docs.pgrouting.org/2.3/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
60 "<https://docs.pgrouting.org/2.2/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
462 #~ "<https://docs.pgrouting.org/2.3/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
464 #~ "<https://docs.pgrouting.org/2.2/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
472 #~ "<https://docs.pgrouting.org/2.3/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
474 #~ "<https://docs.pgrouting.org/2.2/en/src/allpairs/doc/pgr_floydWarshall.html>`__"
/dports/www/moodle310/moodle/backup/util/helper/
H A Drestore_log_rule.class.php53 protected $allpairs; // to acummulate all tokens and values pairs on each log record restored variable in restore_log_rule
72 $this->allpairs = array();
106 $this->allpairs = array();
173 if (array_key_exists($token, $this->allpairs)) {
179 $this->allpairs[$token] = $value;
188 if (array_key_exists($literaltoken, $this->allpairs)) {
189 $ctoken = '{' . $this->allpairs[$literaltoken] . '}';
196 $this->allpairs[$token] = $this->fixedvalues[$plaintoken];
201 $this->allpairs[$token] = $mapping->newitemid;
208 krsort($this->allpairs); // First mappings, then literals
[all …]
/dports/www/moodle311/moodle/backup/util/helper/
H A Drestore_log_rule.class.php53 protected $allpairs; // to acummulate all tokens and values pairs on each log record restored variable in restore_log_rule
72 $this->allpairs = array();
106 $this->allpairs = array();
173 if (array_key_exists($token, $this->allpairs)) {
179 $this->allpairs[$token] = $value;
188 if (array_key_exists($literaltoken, $this->allpairs)) {
189 $ctoken = '{' . $this->allpairs[$literaltoken] . '}';
196 $this->allpairs[$token] = $this->fixedvalues[$plaintoken];
201 $this->allpairs[$token] = $mapping->newitemid;
208 krsort($this->allpairs); // First mappings, then literals
[all …]
/dports/www/moodle39/moodle/backup/util/helper/
H A Drestore_log_rule.class.php53 protected $allpairs; // to acummulate all tokens and values pairs on each log record restored variable in restore_log_rule
72 $this->allpairs = array();
106 $this->allpairs = array();
173 if (array_key_exists($token, $this->allpairs)) {
179 $this->allpairs[$token] = $value;
188 if (array_key_exists($literaltoken, $this->allpairs)) {
189 $ctoken = '{' . $this->allpairs[$literaltoken] . '}';
196 $this->allpairs[$token] = $this->fixedvalues[$plaintoken];
201 $this->allpairs[$token] = $mapping->newitemid;
208 krsort($this->allpairs); // First mappings, then literals
[all …]
/dports/databases/pgrouting/pgrouting-3.2.0/doc/allpairs/
H A Dallpairs-family.rst13 `Latest <https://docs.pgrouting.org/latest/en/allpairs-family.html>`__
14 (`3.2 <https://docs.pgrouting.org/3.2/en/allpairs-family.html>`__)
15 `3.1 <https://docs.pgrouting.org/3.1/en/allpairs-family.html>`__
16 `3.0 <https://docs.pgrouting.org/3.0/en/allpairs-family.html>`__
18 `2.6 <https://docs.pgrouting.org/2.6/en/allpairs-family.html>`__
19 `2.5 <https://docs.pgrouting.org/2.5/en/allpairs-family.html>`__
20 `2.4 <https://docs.pgrouting.org/2.4/en/allpairs-family.html>`__
21 `2.3 <https://docs.pgrouting.org/2.3/en/src/allpairs/doc/allpairs.html>`__
22 `2.2 <https://docs.pgrouting.org/2.2/en/src/allpairs/doc/allpairs.html>`__
H A Dpgr_floydWarshall.rst21 `2.3 <https://docs.pgrouting.org/2.3/en/src/allpairs/doc/pgr_floydWarshall.html>`__
22 `2.2 <https://docs.pgrouting.org/2.2/en/src/allpairs/doc/pgr_floydWarshall.html>`__
H A Dpgr_johnson.rst21 `2.3 <https://docs.pgrouting.org/2.3/en/src/allpairs/doc/pgr_johnson.html>`__
22 `2.2 <https://docs.pgrouting.org/2.2/en/src/allpairs/doc/pgr_johnson.html>`__
/dports/science/madness/madness-ebb3fd7/src/apps/chem/
H A DCCStructures.h329 pairmapT allpairs; member
334 return allpairs.at(std::make_pair(i, j)); in operator()
340 return allpairs.at(std::make_pair(i, j)); in operator()
347 allpairs.insert(std::make_pair(key, pair)); in insert()
352 allpairs.swap(other.allpairs); in swap()
356 if(allpairs.size()==0) return true; in empty()
632 …if(type==HOLE)for(const auto& tmp:imH.allpairs)tmp.second.print_size("<H"+std::to_string(tmp.first… in print_intermediate()
633 …else if(type==PARTICLE)for(const auto& tmp:imP.allpairs)tmp.second.print_size("<H"+std::to_string(… in print_intermediate()
634 …else if(type==RESPONSE)for(const auto& tmp:imR.allpairs)tmp.second.print_size("<H"+std::to_string(… in print_intermediate()
H A DCC2.cc53 for(auto& tmp:mp2_pairs.allpairs){ in solve()
195 for(auto& tmp:cispd.allpairs){ in solve()
261 for(auto tmp:mp2.allpairs){ in solve()
387 for(auto& tmp_pair : doubles.allpairs){ in solve_mp2()
403 for(auto& a : pair_energies.allpairs){ in solve_mp2()
416 for(auto &pairs:cispd.allpairs){ in solve_cispd()
455 for(auto &pairs:cispd.allpairs){ in iterate_adc2_pairs()
471 for(auto &tmp:lrcc2_d.allpairs){ in iterate_lrcc2_pairs()
514 for(auto& pairs: doubles.allpairs){ in solve_cc2()
735 for(auto& tmp:doubles.allpairs){ in update_reg_residues_gs()
[all …]
H A DCCStructures.cc735 … else if(bra.type==HOLE and ket.type==HOLE and not imH.allpairs.empty()) result = imH(bra.i,ket.i); in operator ()()
736 …else if(bra.type==HOLE and ket.type==RESPONSE and not imR.allpairs.empty()) result = imR(bra.i,ket… in operator ()()
737 …else if(bra.type==HOLE and ket.type==PARTICLE and not imP.allpairs.empty()) result = imP(bra.i,ket… in operator ()()
738 …else if(bra.type==HOLE and ket.type==MIXED and (not imP.allpairs.empty() and not imH.allpairs.empt… in operator ()()
913 case HOLE : {imH.allpairs.clear(); break;} in clear_intermediates()
914 case PARTICLE:{imP.allpairs.clear(); break;} in clear_intermediates()
915 case RESPONSE:{imR.allpairs.clear(); break;} in clear_intermediates()
926 …std::cout <<std::setw(5)<<"("<<imH.allpairs.size() << ") x <H|"+name()+"H>=" << std::scientific <<… in info()
927 …std::cout <<std::setw(5)<<"("<<imP.allpairs.size() << ") x <H|"+name()+"P>=" << std::scientific <<… in info()
928 …std::cout <<std::setw(5)<<"("<<imR.allpairs.size() << ") x <H|"+name()+"R>=" << std::scientific <<… in info()
[all …]
H A Dmp2.h423 pairmapT allpairs; member
427 return allpairs.find(std::make_pair(i, j))->second; in operator()
432 return allpairs[std::make_pair(i, j)]; in operator()
438 allpairs.insert(std::make_pair(key, pair)); in insert()
/dports/math/R-cran-raster/raster/R/
H A Dpointdistance.R94 pointDistance <- function (p1, p2, lonlat, allpairs=FALSE, ...) { argument
120 allpairs <- TRUE
123 if (allpairs) {
/dports/math/R-cran-raster/raster/man/
H A DpointDistance.Rd8 …n each point and the corresponding point in the other set is given, except if \code{allpairs=TRUE}.
12 pointDistance(p1, p2, lonlat, allpairs=FALSE, ...)
19 \item{allpairs}{logical. Only relevant if the number of points in \code{x} and \code{y} is the same…
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_things.cpp557 FClassMap::Pair *pair, **allpairs; in DumpClassMap() local
562 allpairs = new FClassMap::Pair *[themap.CountUsed()]; in DumpClassMap()
565 allpairs[i++] = pair; in DumpClassMap()
567 qsort(allpairs, i, sizeof(*allpairs), SpawnableSort); in DumpClassMap()
570 pair = allpairs[j]; in DumpClassMap()
573 delete[] allpairs; in DumpClassMap()
/dports/databases/pgrouting/pgrouting-3.2.0/doc/src/
H A DroutingFunctions.rst34 :doc:`allpairs-family`
36 .. include:: allpairs-family.rst
149 allpairs-family
/dports/databases/grass7/grass-7.8.6/vector/v.net.allpairs/
H A DMakefile3 PGM=v.net.allpairs
/dports/lang/fennel/fennel-1.0.0/src/fennel/
H A Dutils.fnl87 (fn allpairs [tbl]
90 (assert (= (type tbl) :table) "allpairs expects a table")
93 (fn allpairs-next [_ state]
96 (allpairs-next nil next-state)
104 (allpairs-next t))))))
106 allpairs-next))
361 : allpairs
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/weights/tests/
H A Dtest_adjlist.py72 allpairs = np.subtract.outer(df[col].values, df[col].values)
73 flat_diffs = allpairs[W.sparse.toarray().astype(bool)]
/dports/biology/vsearch/vsearch-2.17.1/src/
H A DMakefile.am20 allpairs.h \
116 allpairs.cc \
/dports/databases/pgrouting/pgrouting-3.2.0/sql/scripts/
H A Dbuild-extension-update-files.pl411 push @commands, allpairs();
556 sub allpairs { subroutine
/dports/databases/pgrouting/pgrouting-3.2.0/
H A Dconfiguration.conf17 allpairs | Y | Y | Y

1234