Home
last modified time | relevance | path

Searched refs:coarsen (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/dports/devel/py-xarray/xarray-0.20.1/xarray/tests/
H A Dtest_coarsen.py22 ds.coarsen(foo=2)
53 ds.coarsen(x=3).mean()
63 actual = da.coarsen(time=2).mean()
70 actual = da.coarsen(time=3).mean()
282 actual = ds.coarsen(time=12, x=5).construct(
288 actual = ds.coarsen(time=12, x=5).construct(
294 actual = ds.coarsen(time=12, x=5).construct(
308 ds.coarsen(time=12).construct(foo="bar")
314 ds.coarsen(time=12).construct()
317 ds.coarsen(time=12).construct(time="bar")
[all …]
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/cpperl/
H A Dwrap-coarsen.cpperl1 {"app": "tropical", "embed": "coarsen.cc",
3 …{"args": ["Max", "void", "void"], "func": "coarsen", "include": ["polymake/TropicalNumber.h"], "si…
4 …{"args": ["Min", "void", "void"], "func": "coarsen", "include": ["polymake/TropicalNumber.h"], "si…
/dports/math/suitesparse-config/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
H A DContents.m4 % coarsen - coarsen a graph unsafely but quickly.
11 % safe_coarsen - coarsen a graph after attempting to sanitize it.
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
H A DContents.m4 % coarsen - coarsen a graph unsafely but quickly.
11 % safe_coarsen - coarsen a graph after attempting to sanitize it.
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
H A DContents.m4 % coarsen - coarsen a graph unsafely but quickly.
11 % safe_coarsen - coarsen a graph after attempting to sanitize it.
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
H A DContents.m4 % coarsen - coarsen a graph unsafely but quickly.
11 % safe_coarsen - coarsen a graph after attempting to sanitize it.
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/Mongoose/MATLAB/
H A Dcoarsen.m1 function [G_coarse, A_coarse, map] = coarsen (G, O, A) %#ok function
2 %COARSEN coarsen a graph unsafely but quickly.
3 % coarsen(G) computes a matching of vertices in the graph G and then coarsens
13 % [G_coarse, A_coarse, map] = coarsen(G) coarsens a graph represented with
18 % [G_coarse, A_coarse, map] = coarsen(G, O) uses the option struct O to
21 % [G_coarse, A_coarse, map] = coarsen(G, O, A) uses the array A as vertex
28 % G_coarse = coarsen(G);
35 error ('coarsen mexFunction not found') ;
/dports/math/chaco/Chaco-2.2/code/
H A DMakefile32 coarsen/coarsen.c coarsen/interpolate.c coarsen/makefgraph.c \
33 coarsen/makeccoords.c \
34 coarsen/coarsen1.c coarsen/makev2cv.c \
35 coarsen/maxmatch.c coarsen/maxmatch1.c coarsen/maxmatch2.c \
36 coarsen/maxmatch3.c coarsen/maxmatch4.c coarsen/maxmatch5.c \
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/ProgViewer/
H A DProgViewerWidget.cc203 void ProgViewerWidget::coarsen(unsigned int _n) in coarsen() function in ProgViewerWidget
235 coarsen(mesh_.n_vertices()-1); in keyPressEvent()
237 coarsen((unsigned int)(0.9*mesh_.n_vertices())); in keyPressEvent()
251 coarsen(n_base_vertices_); in keyPressEvent()
282 coarsen(0); count = mesh_.n_vertices(); in keyPressEvent()
288 coarsen(0); in keyPressEvent()
298 coarsen(0); in keyPressEvent()
326 coarsen((unsigned int)(0.9*(mesh_.n_vertices()-1))); in animate()

12345678910>>...23