Home
last modified time | relevance | path

Searched refs:maxdim (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-api/src/main/java/de/lmu/ifi/dbs/elki/data/type/
H A DVectorTypeInformation.java72 protected final int maxdim; field in VectorTypeInformation
84 assert (mindim <= maxdim); in VectorTypeInformation()
86 this.maxdim = maxdim; in VectorTypeInformation()
100 assert (mindim <= maxdim); in VectorTypeInformation()
102 this.maxdim = maxdim; in VectorTypeInformation()
119 return othertype.maxdim <= this.maxdim; in isAssignableFromType()
130 return odim >= mindim && odim <= maxdim; in isAssignableFrom()
162 public int maxdim() { in maxdim() method in VectorTypeInformation
163 if(maxdim == Integer.MAX_VALUE) { in maxdim()
166 return maxdim; in maxdim()
[all …]
H A DVectorFieldTypeInformation.java53 …ector<?>> VectorFieldTypeInformation<V> typeRequest(Class<? super V> cls, int mindim, int maxdim) { in typeRequest() argument
54 return new VectorFieldTypeInformation<>(cls, mindim, maxdim); in typeRequest()
84 …public VectorFieldTypeInformation(FeatureVector.Factory<V, ?> factory, int mindim, int maxdim, Byt… in VectorFieldTypeInformation() argument
85 super(factory, serializer, mindim, maxdim); in VectorFieldTypeInformation()
119 private VectorFieldTypeInformation(Class<? super V> cls, int mindim, int maxdim) { in VectorFieldTypeInformation() argument
120 super(cls, mindim, maxdim); in VectorFieldTypeInformation()
144 return other.mindim == other.maxdim; in isAssignableFromType()
149 if(mindim != maxdim) { in getDimensionality()
158 if(mindim == maxdim) { in toString()
166 if(maxdim < Integer.MAX_VALUE) { in toString()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/mrpt/fci/
H A Dfci_davids.F29 integer maxdim
32 double precision aa(maxdim,maxdim), ss(maxdim,maxdim),
33 $ yy(maxdim,maxdim), ee(maxdim), fv1(maxdim), fv2(maxdim),
34 $ rnorm(maxdim)
231 $ work(irbuf), yy, maxdim)
258 double precision aa(maxdim,maxdim) ! [output] Reduced H matrix
259 double precision ss(maxdim,maxdim) ! [output] Reduced S matrix
270 call dfill(0.0d0,aa,1,maxdim*maxdim)
271 call dfill(0.0d0,ss,1,maxdim*maxdim)
314 $ ee, yy, maxdim, rnorm)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/mrpt/fci/
H A Dfci_davids.F29 integer maxdim
32 double precision aa(maxdim,maxdim), ss(maxdim,maxdim),
33 $ yy(maxdim,maxdim), ee(maxdim), fv1(maxdim), fv2(maxdim),
34 $ rnorm(maxdim)
231 $ work(irbuf), yy, maxdim)
258 double precision aa(maxdim,maxdim) ! [output] Reduced H matrix
259 double precision ss(maxdim,maxdim) ! [output] Reduced S matrix
270 call dfill(0.0d0,aa,1,maxdim*maxdim)
271 call dfill(0.0d0,ss,1,maxdim*maxdim)
314 $ ee, yy, maxdim, rnorm)
[all …]
/dports/science/madness/madness-ebb3fd7/src/apps/moldft/fci/
H A Dfci_davids.F29 integer maxdim
32 double precision aa(maxdim,maxdim), ss(maxdim,maxdim),
33 $ yy(maxdim,maxdim), ee(maxdim), fv1(maxdim), fv2(maxdim),
34 $ rnorm(maxdim)
231 $ work(irbuf), yy, maxdim)
258 double precision aa(maxdim,maxdim) ! [output] Reduced H matrix
259 double precision ss(maxdim,maxdim) ! [output] Reduced S matrix
270 call dfill(0.0d0,aa,1,maxdim*maxdim)
271 call dfill(0.0d0,ss,1,maxdim*maxdim)
314 $ ee, yy, maxdim, rnorm)
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_mirror.F12 integer maxdim
13 parameter(maxdim=10)
14 integer gnblock(maxdim)
15 integer type, dims(maxdim)
25 if(ndim.gt.maxdim) call errquit(
28 do i=1,maxdim
43 integer maxdim
79 integer maxdim
80 parameter(maxdim=10)
81 integer gnblock(maxdim),plist
[all …]
H A Dga_iter_diag.F84 integer maxdim
86 double precision shift(maxdim)
87 double precision aa(maxdim,maxdim), ss(maxdim,maxdim),
88 $ yy(maxdim,maxdim), ee(maxdim), fv1(maxdim), fv2(maxdim)
96 if (maxsub .gt. maxdim) call errquit
97 $ ('ga_iter_diag: maxsub > maxdim', maxdim, INPUT_ERR)
199 call output(aa, 1, nsub, 1, nsub, maxdim, nsub, 1)
201 call output(ss, 1, nsub, 1, nsub, maxdim, nsub, 1)
211 call output(yy, 1, nsub, 1, nsub, maxdim, nsub, 1)
220 call ga_mix(g_x, n, nsub, yy, maxdim)
[all …]
H A Dga_it_lsolve.F73 integer maxdim
74 parameter (maxdim = 100) ! Maximum size of iterative subspace
75 double precision aa(maxdim, maxdim), bb(maxdim), yy(maxdim)
80 integer temp(maxdim), info ! For dgesv
90 if (maxsub .gt. maxdim) call errquit
91 $ ('ga_iter_lsolve: maxsub > maxdim', maxdim, INPUT_ERR)
184 call ga_local_mdot(n, nsub, nsub, aa, maxdim, g_p, g_p)
199 call output(aa, 1, nsub, 1, nsub, maxdim, nsub, 1)
206 call dgesv(nsub, 1, aa, maxdim, temp, bb, maxdim, info)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_mirror.F12 integer maxdim
13 parameter(maxdim=10)
14 integer gnblock(maxdim)
15 integer type, dims(maxdim)
25 if(ndim.gt.maxdim) call errquit(
28 do i=1,maxdim
43 integer maxdim
79 integer maxdim
80 parameter(maxdim=10)
81 integer gnblock(maxdim),plist
[all …]
H A Dga_iter_diag.F84 integer maxdim
86 double precision shift(maxdim)
87 double precision aa(maxdim,maxdim), ss(maxdim,maxdim),
88 $ yy(maxdim,maxdim), ee(maxdim), fv1(maxdim), fv2(maxdim)
96 if (maxsub .gt. maxdim) call errquit
97 $ ('ga_iter_diag: maxsub > maxdim', maxdim, INPUT_ERR)
199 call output(aa, 1, nsub, 1, nsub, maxdim, nsub, 1)
201 call output(ss, 1, nsub, 1, nsub, maxdim, nsub, 1)
211 call output(yy, 1, nsub, 1, nsub, maxdim, nsub, 1)
220 call ga_mix(g_x, n, nsub, yy, maxdim)
[all …]
H A Dga_it_lsolve.F73 integer maxdim
74 parameter (maxdim = 100) ! Maximum size of iterative subspace
75 double precision aa(maxdim, maxdim), bb(maxdim), yy(maxdim)
80 integer temp(maxdim), info ! For dgesv
90 if (maxsub .gt. maxdim) call errquit
91 $ ('ga_iter_lsolve: maxsub > maxdim', maxdim, INPUT_ERR)
184 call ga_local_mdot(n, nsub, nsub, aa, maxdim, g_p, g_p)
199 call output(aa, 1, nsub, 1, nsub, maxdim, nsub, 1)
206 call dgesv(nsub, 1, aa, maxdim, temp, bb, maxdim, info)
/dports/math/fplll/fplll-5.4.1/fplll/enum/
H A Denumerate_base.h59 static const int maxdim = FPLLL_MAX_ENUM_DIM;
79 enumf mut[maxdim][maxdim];
80 array<enumf, maxdim> rdiag, partdistbounds;
84 enumf center_partsums[maxdim][maxdim];
85 array<enumf, maxdim> center_partsum;
86 array<int, maxdim> center_partsum_begin;
89 array<enumf, maxdim> partdist, center, alpha;
90 array<enumxt, maxdim> x, dx, ddx;
91 array<enumf, maxdim> subsoldists;
125 opts<(kk < (maxdim - 1) ? kk : -1), 0, dualenum, findsubsols, enable_reset>()); in enumerate_recursive_wrapper()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/basisfunctionset/hpdg/
H A Dtypeindexset.hh94 template< int maxdim, bool regular = false >
97 template< int maxdim >
98 class GlobalGeometryTypeIndexSet< maxdim, true >
100 typedef GlobalGeometryTypeIndexSet< maxdim, true > This;
105 return (1 << maxdim); in size()
115 return ((type.dim() <= maxdim) && !type.isNone()); in contains()
130 template< int maxdim >
131 class GlobalGeometryTypeIndexSet< maxdim, false >
133 typedef GlobalGeometryTypeIndexSet< maxdim, false > This;
139 return RegularTypeIndexSet::size() + (maxdim + 1); in size()
[all …]
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dspke21.c39 static integer maxdim; in spke21_() local
305 maxdim = i_dnnt(record); in spke21_()
306 if (maxdim > 25) { in spke21_()
312 errint_("#", &maxdim, (ftnlen)1); in spke21_()
334 moved_(&record[2], &maxdim, g); in spke21_()
338 refpos[0] = record[maxdim + 2]; in spke21_()
339 refvel[0] = record[maxdim + 3]; in spke21_()
340 refpos[1] = record[maxdim + 4]; in spke21_()
341 refvel[1] = record[maxdim + 5]; in spke21_()
342 refpos[2] = record[maxdim + 6]; in spke21_()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dspke21.c39 static integer maxdim; in spke21_() local
305 maxdim = i_dnnt(record); in spke21_()
306 if (maxdim > 25) { in spke21_()
312 errint_("#", &maxdim, (ftnlen)1); in spke21_()
334 moved_(&record[2], &maxdim, g); in spke21_()
338 refpos[0] = record[maxdim + 2]; in spke21_()
339 refvel[0] = record[maxdim + 3]; in spke21_()
340 refpos[1] = record[maxdim + 4]; in spke21_()
341 refvel[1] = record[maxdim + 5]; in spke21_()
342 refpos[2] = record[maxdim + 6]; in spke21_()
[all …]
/dports/science/dynare/dynare-4.6.4/dynare++/tl/cc/
H A Dt_polynomial.hh137 int maxdim; member in TensorPolynomial
142 nr(rows), nv(vars), maxdim(0) in TensorPolynomial()
147 nr(tp.nr), nv(tp.nv), maxdim(0) in TensorPolynomial()
153 nr(num), nv(tp.nv), maxdim(tp.maxdim) in TensorPolynomial()
261 : TensorContainer<_Ttype>(tp), nr(tp.nr), nv(tp.nv), maxdim(tp.maxdim) in TensorPolynomial()
288 for (int d = 1; d <= maxdim; d++) in evalTrad()
311 if (maxdim == 0) in evalHorner()
315 if (maxdim == 1) in evalHorner()
343 if (maxdim < t->dimen()) in insert()
344 maxdim = t->dimen(); in insert()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/projector/
H A DHistogramFactory.java47 private int maxdim = ScatterPlotFactory.MAX_DIMENSIONS_DEFAULT; field in HistogramFactory
54 public HistogramFactory(int maxdim) { in HistogramFactory() argument
56 this.maxdim = maxdim; in HistogramFactory()
77 HistogramProjector<NumberVector> proj = new HistogramProjector<>(vrel, Math.min(dim, maxdim)); in processNewResult()
91 private int maxdim = ScatterPlotFactory.MAX_DIMENSIONS_DEFAULT; field in HistogramFactory.Parameterizer
99 maxdim = maxdimP.intValue(); in makeOptions()
105 return new HistogramFactory(maxdim); in makeInstance()
H A DScatterPlotFactory.java57 private int maxdim = MAX_DIMENSIONS_DEFAULT; field in ScatterPlotFactory
64 public ScatterPlotFactory(int maxdim) { in ScatterPlotFactory() argument
66 this.maxdim = maxdim; in ScatterPlotFactory()
86 …terPlotProjector<SpatialComparable> proj = new ScatterPlotProjector<>(vrel, Math.min(maxdim, dim)); in processNewResult()
120 private int maxdim = MAX_DIMENSIONS_DEFAULT; field in ScatterPlotFactory.Parameterizer
128 maxdim = maxdimP.intValue(); in makeOptions()
134 return new ScatterPlotFactory(maxdim); in makeInstance()
/dports/math/chaco/Chaco-2.2/code/misc/
H A Ddefine_submeshes.c27 int maxdim; /* longest dimension of the mesh */ local
50 maxdim = -1;
54 if (dims[i] > maxdim) {
55 maxdim = dims[i];
69 (maxdim > nsets &&
77 maxdim = -1;
79 if (dims[i] > maxdim) {
80 maxdim = dims[i];
88 maxdim = -1;
90 if (dims[i] > maxdim) {
[all …]
/dports/math/gretl/gretl-2021d/plugin/
H A Dbdstest.c279 k = maxdim - 1; in compute_k_c1()
280 for (i=0; i<maxdim-1; i++) { in compute_k_c1()
286 for (i=1; i<maxdim; i++) { in compute_k_c1()
289 bs0 = ki->c1[maxdim-1]; in compute_k_c1()
299 k = n - maxdim + 1; in compute_k_c1()
300 for (i=1; i<maxdim; i++) { in compute_k_c1()
306 for (i=0; i<maxdim/2; i++) { in compute_k_c1()
309 ki->c1[maxdim-i-1] = tmp; in compute_k_c1()
387 ki->maxdim = maxdim; in kanzler_init()
568 md1 = maxdim - 1; in bdstest()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-input/src/main/java/de/lmu/ifi/dbs/elki/datasource/parser/
H A DNumberVectorLabelParser.java91 protected int mindim, maxdim; field in NumberVectorLabelParser
192 maxdim = 0; in initStream()
214 if(curdim > maxdim || mindim > curdim) { in nextEvent()
216 maxdim = (curdim > maxdim) ? curdim : maxdim; in nextEvent()
229 if(maxdim == 0) { in nextEvent()
251 meta.add(getTypeInformation(mindim, maxdim)); in buildMeta()
256 meta.add(getTypeInformation(mindim, maxdim)); in buildMeta()
334 SimpleTypeInformation<V> getTypeInformation(int mindim, int maxdim) { in getTypeInformation() argument
335 if(mindim > maxdim) { in getTypeInformation()
338 if(mindim == maxdim) { in getTypeInformation()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/drdy/
H A Dpot2.F3 * natom,ndim,maxdim,maxbar)
9 Integer natom,ndim,maxdim,maxbar
10 Double Precision x(ndim),v,dx(ndim),fmat(maxdim,ndim),
16 Call nwc_gen (x,v,dx,fmat,hess,xs,natom,ndim,maxdim,maxbar,
21 Call drdy_tranf (1,maxdim,ndim,amass,fmat)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/drdy/
H A Dpot2.F3 * natom,ndim,maxdim,maxbar)
9 Integer natom,ndim,maxdim,maxbar
10 Double Precision x(ndim),v,dx(ndim),fmat(maxdim,ndim),
16 Call nwc_gen (x,v,dx,fmat,hess,xs,natom,ndim,maxdim,maxbar,
21 Call drdy_tranf (1,maxdim,ndim,amass,fmat)
/dports/math/vtk9/VTK-9.1.0/Rendering/VR/
H A DvtkVRPanelRepresentation.cxx466 int maxdim = tbounds[1] - tbounds[0]; in PlaceWidgetExtended() local
467 if (tbounds[3] - tbounds[2] > maxdim) in PlaceWidgetExtended()
469 maxdim = tbounds[3] - tbounds[2]; in PlaceWidgetExtended()
473 maxdim = maxdim > 50 ? maxdim : 50.0; in PlaceWidgetExtended()
509 this->TextActor->SetScale(0.4 * scale / maxdim, 0.4 * scale / maxdim, 0.4 * scale / maxdim); in PlaceWidgetExtended()
517 this->TextActor->SetScale(0.4 / maxdim, 0.4 / maxdim, 0.4 / maxdim); in PlaceWidgetExtended()
518 this->TextActor->SetPosition(0.5 * (bds[0] + bds[1]) - 0.2 * (tbounds[1] - tbounds[0]) / maxdim, in PlaceWidgetExtended()
525 this->TextActor->SetScale(0.4 * scale / maxdim, 0.4 * scale / maxdim, 0.4 * scale / maxdim); in PlaceWidgetExtended()
526 this->TextActor->SetPosition(-0.2 * (tbounds[1] - tbounds[0]) * scale / maxdim, in PlaceWidgetExtended()
527 -0.2 * (tbounds[3] - tbounds[2]) * scale / maxdim, -0.5 * scale); in PlaceWidgetExtended()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-input/src/main/java/de/lmu/ifi/dbs/elki/datasource/filter/typeconversions/
H A DSparseVectorFieldFilter.java51 int maxdim = -1; field in SparseVectorFieldFilter
67 maxdim = Math.max(maxdim, obj.getDimensionality()); in prepareProcessInstance()
72 assert (maxdim > 0); in filterSingleObject()
73 obj.setDimensionality(maxdim); in filterSingleObject()
85 return new VectorFieldTypeInformation<>(factory, maxdim); in convertedType()

12345678910>>...17