Home
last modified time | relevance | path

Searched refs:pmn (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/math/octave-forge-divand/divand/inst/
H A Ddivand_orthogonalize_modes.m3 % [U3,WE] = divand_orthogonalize_mode(mask,pmn,U)
5 % The modes U are orthogonalized using the mask and metric (pmn). WE is square
9 function [U3,WE] = divand_orthogonalize_modes(mask,pmn,U);
11 pmn = cat_cell_array(pmn); variable
13 n = size(pmn,ndims(pmn));
16 d = statevector_pack(sv,1./(prod(pmn,n+1)));
H A Ddivand_operators.m3 % s = divand_operators(mask,pmn,nu,iscyclic)
11 % pmn: scale factor of the grid.
24 function s = divand_operators(mask,pmn,nu,iscyclic,mapindex)
26 pmn = cat_cell_array(pmn); variable
29 n = size(pmn,ndims(pmn));
55 D = divand_laplacian(mask,pmn,nu,iscyclic);
58 d = statevector_pack(sv,1./(prod(pmn,n+1)));
68 d = sparse_pack(ma) * prod(S * reshape(pmn,numel(mask),n),2);
74 [s.Dx{:}] = sparse_gradient(mask,pmn,iscyclic);
H A Ddivand_laplacian.m3 % Lap = divand_laplacian(mask,pmn,nu,iscyclic)
11 % pmn: scale factor of the grid.
19 function Lap = divand_laplacian(mask,pmn,nu,iscyclic)
21 pmn = cat_cell_array(pmn); variable
24 n = size(pmn,ndims(pmn));
49 Pmn = reshape(pmn,[prod(sz) n]);
96 ivol = prod(pmn,n+1);
H A Dsparse_gradient.m3 % [Dx1,Dx2,...,Dxn] = sparse_gradient(mask,pmn)
11 % pmn: scale factor of the grid.
17 function varargout = sparse_gradient(mask,pmn,iscyclic)
22 n = size(pmn,ndims(pmn));
23 Pmn = reshape(pmn,[prod(sz) n]);
H A Ddivand_background.m3 % s = divand_background(mask,pmn,Labs,alpha,moddim)
12 % pmn: scale factor of the grid.
28 function s = divand_background(mask,pmn,Labs,alpha,moddim,mapindex)
32 pmn = cat_cell_array(pmn); variable
33 n = size(pmn,ndims(pmn));
86 %if ~isequal([size(mask) n],size(pmn))
87 …r('mask (%s) and metric (%s) have incompatible size',formatsize(size(mask)),formatsize(size(pmn)));
90 s = divand_operators(mask,pmn,Labs.^2,iscyclic,mapindex);
98 pmnp = permute(pmn,[n+1 1:n]);
142 pmnv = reshape(pmn,numel(mask),n);
H A Ddivand.m3 % [fi,err,s] = divand(mask,pmn,xi,x,f,len,lambda,...);
4 % [fi,err] = divand(mask,pmn,xi,x,f,len,lambda,...);
5 % [fi,s] = divand(mask,pmn,xi,x,f,len,lambda,...);
9 % defined by the coordinates xi and the scales factors pmn.
15 % pmn: scale factor of the grid. pmn is a cell array with n elements. Every
109 function varargout = divand(mask,pmn,xi,x,f,len,lambda,varargin)
175 s = divand_background(mask,pmn,len,alpha,moddim);
290 % LocalWords: fi divand pmn len diag CovarParam vel ceil moddim fracdim
/dports/graphics/bmeps/dktools-4.31.1/doc/md/
H A Ddk-lines.md34 dk-ls -pmn -tf -r | dk-lines --from=2017-11-18 --to=2017-11-19
40 |-pmn|Configure output columns:<ul><li>m Modification timestamp</li><li>n File name</li></ul>
51 dk-ls -pmn -tf -r | dk-lines --today
63 dk-ls -pmn -tf -r | dk-sort | dk-lines -l -10
75 dk-ls -pmn -tf -r | dk-sort | dk-lines -l 1/10
H A Ddk-lines-manual.md112 dk-ls -pmn -tf -r | dk-lines --from=2017-11-18 --to=2017-11-19
118 |-pmn|Configure output columns:<ul><li>m Modification timestamp</li><li>n File name</li></ul>
129 dk-ls -pmn -tf -r | dk-lines --today
141 dk-ls -pmn -tf -r | dk-sort | dk-lines -l -10
153 dk-ls -pmn -tf -r | dk-sort | dk-lines -l 1/10
H A Ddk-ls.md98 dk-ls -tf -pmn | dk-sort -t -s 2
105 |-pmn|Set print order to:<br><ul><li>m Modification timestamp</li><li>n File name</li></ul>
H A Ddk-sort.md112 dk-ls -tf -pmn | dk-sort -t -s 2
119 |-pmn|Set print order to:<br><ul><li>m Modification timestamp</li><li>n File name</li></ul>
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Dedit_forum_preferences_action.php62 $pmn = post_int("pm_notification"); variable
63 if ($pmn != $user->prefs->pm_notification) {
64 $user->prefs->update("pm_notification=$pmn");
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/testunits/tests/
H A DMarkovNetTestSuite.py189 pmn = gum.Potential()
190 pmn.fillWith(1)
192 pmn *= mn.factor(f)
193 pmn.normalize()
196 ppmn.fillWith(pmn) # copy of pmn using pbn's variables
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_MN/
H A DMarkovNetTestSuite.h257 gum::Potential< double > pmn; in testFromBN() local
258 pmn.fill(1); in testFromBN()
261 pmn *= *key.second; in testFromBN()
263 pmn.normalize(); in testFromBN()
274 ppmn.fillWith(pmn); // copy of pmn using pbn's variables in testFromBN()
/dports/graphics/bmeps/dktools-4.31.1/man/src/
H A Ddk-lines.1.pod149 dk-ls -pmn -tf -r | dk-lines --from=2017-11-18 --to=2017-11-19
153 dk-ls -pmn -tf -r | dk-lines --today
157 dk-ls -pmn -tf -r | dk-sort | dk-lines -l -10
161 dk-ls -pmn -tf -r | dk-sort | dk-lines -l 1/10
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/libasf/
H A Dasf.c462 int pmn = (int)(time * 0.001f / 60); in asf_seek() local
463 int psc = time * 0.001f - pmn * 60; in asf_seek()
464 …ime %d (%d:%d), ms %d (%d:%d), duration %d, count %d\n", packet_num, time, pmn, psc, ms, mn, sc, d… in asf_seek()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdfm.c2085 const pdfmark_name *pmn; in pdfmark_process() local
2101 for (pmn = mark_names; pmn->mname != 0; ++pmn) in pdfmark_process()
2102 if (pdf_key_eq(pts, pmn->mname)) { in pdfmark_process()
2104 int odd_ok = (pmn->options & PDFMARK_ODD_OK) != 0; in pdfmark_process()
2113 if (pmn->options & PDFMARK_TRUECTM) in pdfmark_process()
2124 if (pmn->options & PDFMARK_NAMEABLE) { in pdfmark_process()
2156 if (!(pmn->options & PDFMARK_NO_REFS)) { in pdfmark_process()
2157 for (j = (pmn->options & PDFMARK_KEEP_NAME ? 1 : 1 - odd_ok); in pdfmark_process()
2167 code = (*pmn->proc) (pdev, pairs, size, &ctm, objname); in pdfmark_process()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdfm.c2085 const pdfmark_name *pmn; in pdfmark_process() local
2101 for (pmn = mark_names; pmn->mname != 0; ++pmn) in pdfmark_process()
2102 if (pdf_key_eq(pts, pmn->mname)) { in pdfmark_process()
2104 int odd_ok = (pmn->options & PDFMARK_ODD_OK) != 0; in pdfmark_process()
2113 if (pmn->options & PDFMARK_TRUECTM) in pdfmark_process()
2124 if (pmn->options & PDFMARK_NAMEABLE) { in pdfmark_process()
2156 if (!(pmn->options & PDFMARK_NO_REFS)) { in pdfmark_process()
2157 for (j = (pmn->options & PDFMARK_KEEP_NAME ? 1 : 1 - odd_ok); in pdfmark_process()
2167 code = (*pmn->proc) (pdev, pairs, size, &ctm, objname); in pdfmark_process()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfm.c1750 const pdfmark_name *pmn; in pdfmark_process() local
1771 for (pmn = mark_names; pmn->mname != 0; ++pmn) in pdfmark_process()
1772 if (pdf_key_eq(pts, pmn->mname)) { in pdfmark_process()
1774 int odd_ok = (pmn->options & PDFMARK_ODD_OK) != 0; in pdfmark_process()
1780 if (pmn->options & PDFMARK_NAMEABLE) { in pdfmark_process()
1812 if (!(pmn->options & PDFMARK_NO_REFS)) { in pdfmark_process()
1813 for (j = (pmn->options & PDFMARK_KEEP_NAME ? 1 : 1 - odd_ok); in pdfmark_process()
1823 code = (*pmn->proc) (pdev, pairs, size, &ctm, objname); in pdfmark_process()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfm.c1750 const pdfmark_name *pmn; in pdfmark_process() local
1771 for (pmn = mark_names; pmn->mname != 0; ++pmn) in pdfmark_process()
1772 if (pdf_key_eq(pts, pmn->mname)) { in pdfmark_process()
1774 int odd_ok = (pmn->options & PDFMARK_ODD_OK) != 0; in pdfmark_process()
1780 if (pmn->options & PDFMARK_NAMEABLE) { in pdfmark_process()
1812 if (!(pmn->options & PDFMARK_NO_REFS)) { in pdfmark_process()
1813 for (j = (pmn->options & PDFMARK_KEEP_NAME ? 1 : 1 - odd_ok); in pdfmark_process()
1823 code = (*pmn->proc) (pdev, pairs, size, &ctm, objname); in pdfmark_process()
/dports/security/snort3/snort3-3.1.19.0/src/search_engines/
H A Dbnfa_search.cc507 bnfa_match_node_t* pmn; in _bnfa_add_pattern_states() local
557 pmn = (bnfa_match_node_t*)BNFA_MALLOC(sizeof(bnfa_match_node_t),bnfa->matchlist_memory); in _bnfa_add_pattern_states()
558 if ( !pmn ) in _bnfa_add_pattern_states()
563 pmn->data = p; in _bnfa_add_pattern_states()
564 pmn->next = bnfa->bnfaMatchList[state]; in _bnfa_add_pattern_states()
566 bnfa->bnfaMatchList[state] = pmn; in _bnfa_add_pattern_states()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdfm.c2097 const pdfmark_name *pmn; in pdfmark_process() local
2113 for (pmn = mark_names; pmn->mname != 0; ++pmn) in pdfmark_process()
2114 if (pdf_key_eq(pts, pmn->mname)) { in pdfmark_process()
2116 int odd_ok = (pmn->options & PDFMARK_ODD_OK) != 0; in pdfmark_process()
2125 if (pmn->options & PDFMARK_TRUECTM) in pdfmark_process()
2136 if (pmn->options & PDFMARK_NAMEABLE) { in pdfmark_process()
2168 if (!(pmn->options & PDFMARK_NO_REFS)) { in pdfmark_process()
2169 for (j = (pmn->options & PDFMARK_KEEP_NAME ? 1 : 1 - odd_ok); in pdfmark_process()
2179 code = (*pmn->proc) (pdev, pairs, size, &ctm, objname); in pdfmark_process()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdfm.c2097 const pdfmark_name *pmn; in pdfmark_process() local
2113 for (pmn = mark_names; pmn->mname != 0; ++pmn) in pdfmark_process()
2114 if (pdf_key_eq(pts, pmn->mname)) { in pdfmark_process()
2116 int odd_ok = (pmn->options & PDFMARK_ODD_OK) != 0; in pdfmark_process()
2125 if (pmn->options & PDFMARK_TRUECTM) in pdfmark_process()
2136 if (pmn->options & PDFMARK_NAMEABLE) { in pdfmark_process()
2168 if (!(pmn->options & PDFMARK_NO_REFS)) { in pdfmark_process()
2169 for (j = (pmn->options & PDFMARK_KEEP_NAME ? 1 : 1 - odd_ok); in pdfmark_process()
2179 code = (*pmn->proc) (pdev, pairs, size, &ctm, objname); in pdfmark_process()
/dports/math/R-cran-acepack/acepack/src/
H A Davas.f418 double precision pmn local
437 50 pmn=(x(bb)*(eb-bb+1)+x(br)*(er-br+1))/(er-bb+1)
440 x(i)=pmn
450 90 pmn=(x(bb)*(eb-bb+1)+x(bl)*(el-bl+1))/(eb-bl+1)
453 x(i)=pmn
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdfm.c2813 const pdfmark_name *pmn; in pdfmark_process() local
2829 for (pmn = mark_names; pmn->mname != 0; ++pmn) in pdfmark_process()
2830 if (pdf_key_eq(pts, pmn->mname)) { in pdfmark_process()
2832 int odd_ok = (pmn->options & PDFMARK_ODD_OK) != 0; in pdfmark_process()
2841 if (pmn->options & PDFMARK_TRUECTM) in pdfmark_process()
2852 if (pmn->options & PDFMARK_NAMEABLE) { in pdfmark_process()
2884 if (!(pmn->options & PDFMARK_NO_REFS)) { in pdfmark_process()
2885 for (j = (pmn->options & PDFMARK_KEEP_NAME ? 1 : 1 - odd_ok); in pdfmark_process()
2895 code = (*pmn->proc) (pdev, pairs, size, &ctm, objname); in pdfmark_process()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdfm.c2813 const pdfmark_name *pmn; in pdfmark_process() local
2829 for (pmn = mark_names; pmn->mname != 0; ++pmn) in pdfmark_process()
2830 if (pdf_key_eq(pts, pmn->mname)) { in pdfmark_process()
2832 int odd_ok = (pmn->options & PDFMARK_ODD_OK) != 0; in pdfmark_process()
2841 if (pmn->options & PDFMARK_TRUECTM) in pdfmark_process()
2852 if (pmn->options & PDFMARK_NAMEABLE) { in pdfmark_process()
2884 if (!(pmn->options & PDFMARK_NO_REFS)) { in pdfmark_process()
2885 for (j = (pmn->options & PDFMARK_KEEP_NAME ? 1 : 1 - odd_ok); in pdfmark_process()
2895 code = (*pmn->proc) (pdev, pairs, size, &ctm, objname); in pdfmark_process()

12345678910>>...13