Home
last modified time | relevance | path

Searched refs:Lattice (Results 1 – 25 of 2527) sorted by relevance

12345678910>>...102

/dports/math/polylib/polylib-5.22.5/include/polylib/
H A DLattice.h25 extern void AffineHermite ( Lattice *A, Lattice **H, Matrix **U );
26 extern void AffineSmith ( Lattice *A, Lattice **U, Lattice **V, Lattice
30 extern Lattice *ExtractLinearPart ( Lattice *A );
32 extern Lattice *Homogenise ( Lattice *A, Bool Forward );
38 extern LatticeUnion *LatticeDifference ( Lattice *A, Lattice *B );
39 extern Lattice *LatticeImage ( Lattice *A, Matrix *M );
40 extern Bool LatticeIncludes ( Lattice *A, Lattice *B );
41 extern Lattice *LatticeIntersection ( Lattice *X, Lattice *Y );
42 extern Lattice *LatticePreimage ( Lattice *L, Matrix *G );
48 extern Bool sameAffinepart ( Lattice *A, Lattice *B );
[all …]
/dports/math/barvinok/barvinok-0.41.5/polylib/include/polylib/
H A DLattice.h25 extern void AffineHermite ( Lattice *A, Lattice **H, Matrix **U );
26 extern void AffineSmith ( Lattice *A, Lattice **U, Lattice **V, Lattice
30 extern Lattice *ExtractLinearPart ( Lattice *A );
32 extern Lattice *Homogenise ( Lattice *A, Bool Forward );
38 extern LatticeUnion *LatticeDifference ( Lattice *A, Lattice *B );
39 extern Lattice *LatticeImage ( Lattice *A, Matrix *M );
40 extern Bool LatticeIncludes ( Lattice *A, Lattice *B );
41 extern Lattice *LatticeIntersection ( Lattice *X, Lattice *Y );
42 extern Lattice *LatticePreimage ( Lattice *L, Matrix *G );
48 extern Bool sameAffinepart ( Lattice *A, Lattice *B );
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Particle/LongRange/tests/
H A Dtest_ewald3d.cpp29 Lattice.LR_dim_cutoff = 30.;
30 Lattice.R.diagonal(5.0);
31 Lattice.reset();
33 Lattice.SetLRCutoffs(Lattice.Rv);
39 ref.Lattice = Lattice; // !!!! crucial for access to Volume
47 REQUIRE(handler.Sigma == Approx(std::sqrt(Lattice.LR_kc / (2.0 * Lattice.LR_rc))));
78 Lattice.R.diagonal(5.0);
79 Lattice.reset();
81 Lattice.SetLRCutoffs(Lattice.Rv);
87 ref.Lattice = Lattice; // !!!! crucial for access to Volume
[all …]
H A Dtest_srcoul.cpp39 Lattice.BoxBConds = true;
40 Lattice.LR_dim_cutoff = 30.;
41 Lattice.R.diagonal(5.0);
42 Lattice.reset();
44 Lattice.SetLRCutoffs(Lattice.Rv);
50 ref.Lattice = Lattice; // !!!! crucial for access to Volume
83 Lattice.LR_dim_cutoff = 30.;
84 Lattice.R.diagonal(5.0);
85 Lattice.reset();
87 Lattice.SetLRCutoffs(Lattice.Rv);
[all …]
H A Dtest_lrhandler.cpp33 Lattice.BoxBConds = true;
34 Lattice.LR_dim_cutoff = 30.;
35 Lattice.R.diagonal(5.0);
36 Lattice.reset();
37 REQUIRE(Lattice.Volume == Approx(125));
38 Lattice.SetLRCutoffs(Lattice.Rv);
40 REQUIRE(Lattice.LR_rc == Approx(2.5));
41 REQUIRE(Lattice.LR_kc == Approx(12));
44 ref.Lattice = Lattice; // !!!! crucial for access to Volume
47 DummyLRHandler<CoulombF2> handler(Lattice.LR_kc);
[all …]
H A Dtest_temp.cpp39 CrystalLattice<OHMMS_PRECISION, OHMMS_DIM> Lattice; variable
40 Lattice.BoxBConds = true;
41 Lattice.LR_dim_cutoff = 30.;
42 Lattice.R.diagonal(5.0);
43 Lattice.reset();
44 REQUIRE(Approx(Lattice.Volume) == 125);
45 Lattice.SetLRCutoffs(Lattice.Rv);
47 REQUIRE(Approx(Lattice.LR_rc) == 2.5);
48 REQUIRE(Approx(Lattice.LR_kc) == 12);
51 ref.Lattice = Lattice; // !!!! crucial for access to Volume
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Particle/
H A DParticleSet.BC.cpp69 if (Lattice.explicitly_defined) in createSK()
74 Lattice.SetLRCutoffs(Lattice.Rv); in createSK()
75 LRBox = Lattice; in createSK()
77 if (Lattice.SuperCellEnum == SUPERCELL_SLAB && Lattice.VacuumScale != 1.0) in createSK()
84 else if (Lattice.SuperCellEnum == SUPERCELL_WIRE && Lattice.VacuumScale != 1.0) in createSK()
151 if (pin.getUnit() == PosUnit::Lattice) in convert()
165 pout.setUnit(PosUnit::Lattice); in convert2Unit()
187 pinout.setUnit(PosUnit::Lattice); in convert2Unit()
210 …ApplyBConds<ParticlePos_t, Tensor_t, DIM>::Cart2Cart(pin, Lattice.G, Lattice.R, pout, first, last); in applyBC()
237 ApplyBConds<ParticlePos_t, Tensor_t, DIM>::Cart2Cart(pos, Lattice.G, Lattice.R, 0, TotalNum); in applyBC()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_lattice.h35 struct Lattice;
44 struct Lattice *BKE_lattice_add(struct Main *bmain, const char *name);
48 void outside_lattice(struct Lattice *lt);
52 void BKE_lattice_vert_coords_apply_with_mat4(struct Lattice *lt,
61 struct BPoint *BKE_lattice_active_point_get(struct Lattice *lt);
66 void BKE_lattice_center_median(struct Lattice *lt, float cent[3]);
67 void BKE_lattice_center_bounds(struct Lattice *lt, float cent[3]);
71 bool BKE_lattice_is_any_selected(const struct Lattice *lt);
77 void BKE_lattice_bitmap_from_flag(struct Lattice *lt,
95 void BKE_lattice_batch_cache_free(struct Lattice *lt);
[all …]
/dports/audio/festival/speech_tools/include/
H A DEST_lattice.h47 class Lattice {
158 Lattice();
159 ~Lattice();
246 inline Lattice::symbol_t
253 return Lattice::symbol_t();
258 inline int operator > (Lattice::Arc a1, Lattice::Arc a2)
263 inline int operator < (Lattice::Arc a1, Lattice::Arc a2)
268 inline int operator >= (Lattice::Arc a1, Lattice::Arc a2)
273 inline int operator <= (Lattice::Arc a1, Lattice::Arc a2)
278 inline int operator == (Lattice::Arc a1, Lattice::Arc a2)
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Particle/Lattice/tests/
H A Dtest_ParticleBConds.cpp64 Lattice.R.diagonal(0.4);
65 Lattice.reset();
86 Lattice.R.diagonal(1.0);
87 Lattice.reset();
89 REQUIRE(Lattice.R(0, 0) == 1.0);
90 REQUIRE(Lattice.R(0, 1) == 0.0);
91 REQUIRE(Lattice.R(0, 2) == 0.0);
92 REQUIRE(Lattice.R(1, 0) == 0.0);
93 REQUIRE(Lattice.R(1, 1) == 1.0);
94 REQUIRE(Lattice.R(1, 2) == 0.0);
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dex/
H A Ddesigns.temp180 (k=3,d=1) Simplex-Lattice
181 (k=3,d=2) Simplex-Lattice
182 (k=3,d=3) Simplex-Lattice
183 (k=3,d=4) Simplex-Lattice
186 (k=4,d=1) Simplex-Lattice
187 (k=4,d=2) Simplex-Lattice
188 (k=4,d=3) Simplex-Lattice
189 (k=4,d=4) Simplex-Lattice
192 (k=5,d=1) Simplex-Lattice
193 (k=5,d=2) Simplex-Lattice
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Particle/tests/
H A Dtest_particle.cpp112 Lattice.reset();
115 source.Lattice = Lattice;
150 Lattice.R(3) = 0.0;
151 Lattice.R(4) = 1.0;
152 Lattice.R(5) = 0.0;
159 Lattice.reset();
162 source.Lattice = Lattice;
171 Lattice.reset();
172 source.Lattice = Lattice;
181 Lattice.reset();
[all …]
/dports/audio/festival/speech_tools/grammar/ngram/
H A Dlattice_t.cc45 Declare_TList_T(Lattice::Arc *, Lattice_Arc_P)
46 Declare_TSortable_T(Lattice::Arc *, Lattice_Arc_P)
48 Declare_TList_T(Lattice::Node *, Lattice_Node_P)
49 Declare_TSortable_T(Lattice::Node *, Lattice_Node_P)
51 Declare_TList_T(Lattice::symbol_t, Lattice_symbol_t_P)
52 Declare_TSortable_T(Lattice::symbol_t, Lattice_symbol_t_P)
62 Instantiate_TList_T(Lattice::Arc *, Lattice_Arc_P)
63 Instantiate_TSortable_T(Lattice::Arc *, Lattice_Arc_P)
65 Instantiate_TList_T(Lattice::Node *, Lattice_Node_P)
66 Instantiate_TSortable_T(Lattice::Node *, Lattice_Node_P)
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCHamiltonians/tests/
H A Dtest_coulomb_pbcAA.cpp38 Lattice.R.diagonal(1.0);
39 Lattice.reset();
50 ions.Lattice = Lattice;
58 ions.Lattice = Lattice;
82 Lattice.R.diagonal(3.77945227);
83 Lattice.reset();
97 ions.Lattice = Lattice;
105 ions.Lattice = Lattice;
129 Lattice.R.diagonal(1.0);
130 Lattice.reset();
[all …]
H A Dtest_coulomb_pbcAA_ewald.cpp36 Lattice.R.diagonal(1.0);
37 Lattice.reset();
48 ions.Lattice = Lattice;
56 ions.Lattice = Lattice;
81 Lattice.R.diagonal(3.77945227);
82 Lattice.reset();
96 ions.Lattice = Lattice;
104 ions.Lattice = Lattice;
129 Lattice.R.diagonal(1.0);
130 Lattice.reset();
[all …]
H A Dtest_coulomb_CUDA.cpp41 Lattice.R.diagonal(1.0);
42 Lattice.reset();
58 ions.Lattice = Lattice;
62 elec.Lattice = Lattice;
105 Lattice.R.diagonal(3.77945227);
106 Lattice.reset();
126 ions.Lattice = Lattice;
130 elec.Lattice = Lattice;
193 Lattice.reset();
201 ions.Lattice = Lattice;
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dexmix/
H A Dviewmode.top5 (k=3,d=1) Simplex-Lattice <~dexmix\slmod31.top>
6 (k=3,d=2) Simplex-Lattice <~dexmix\slmod32.top>
7 (k=3,d=3) Simplex-Lattice <~dexmix\slmod33.top>
8 (k=3,d=4) Simplex-Lattice <~dexmix\slmod34.top>
11 (k=4,d=1) Simplex-Lattice <~dexmix\slmod41.top>
12 (k=4,d=2) Simplex-Lattice <~dexmix\slmod42.top>
13 (k=4,d=3) Simplex-Lattice <~dexmix\slmod43.top>
14 (k=4,d=4) Simplex-Lattice <~dexmix\slmod44.top>
17 (k=5,d=1) Simplex-Lattice <~dexmix\slmod51.top>
18 (k=5,d=2) Simplex-Lattice <~dexmix\slmod52.top>
[all …]
H A Dloadmode.top5 (k=3,d=1) Simplex-Lattice <~dexmix\slmod31.men>
6 (k=3,d=2) Simplex-Lattice <~dexmix\slmod32.men>
7 (k=3,d=3) Simplex-Lattice <~dexmix\slmod33.men>
8 (k=3,d=4) Simplex-Lattice (not available yet)
11 (k=4,d=1) Simplex-Lattice <~dexmix\slmod41.men>
12 (k=4,d=2) Simplex-Lattice <~dexmix\slmod42.men>
13 (k=4,d=3) Simplex-Lattice (not availble yet)
14 (k=4,d=4) Simplex-Lattice (not available yet)
17 (k=5,d=1) Simplex-Lattice <~dexmix\slmod51.men>
18 (k=5,d=2) Simplex-Lattice <~dexmix\slmod52.men>
[all …]
/dports/math/4ti2/4ti2-Release_1_6_9/src/zsolve/
H A Dlibzsolve.c100 …if (ctx->Lattice->Data[Zeros->Data[i]][col]!=0 && (j<0 || abs(ctx->Lattice->Data[Zeros->Data[i]][c… in nextVariable()
118 factor = ctx->Lattice->Data[i][col] / ctx->Lattice->Data[j][col]; in nextVariable()
120 if (ctx->Lattice->Data[i][k]+ctx->Lattice->Data[j][k]!=0) in nextVariable()
130 ctx->Lattice->Data[i][k] -= factor * ctx->Lattice->Data[j][k]; in nextVariable()
157 …f (ctx->Lattice->Properties[ctx->Current].Lower>ctx->Lattice->Data[i][ctx->Current] || ctx->Lattic… in filterLimits()
159 ctx->Lattice->Size--; in filterLimits()
161 ctx->Lattice->Data[i] = ctx->Lattice->Data[ctx->Lattice->Size]; in filterLimits()
165 ctx->Lattice->Memory = ctx->Lattice->Size; in filterLimits()
166 ctx->Lattice->Data = (Vector *)realloc(ctx->Lattice->Data, ctx->Lattice->Memory * sizeof(Vector)); in filterLimits()
383 ctx->Lattice = lattice; in createZSolveContextFromLattice()
[all …]
/dports/math/barvinok/barvinok-0.41.5/zsolve/
H A Dlibzsolve.c101 …if (ctx->Lattice->Data[Zeros->Data[i]][col]!=0 && (j<0 || abs(ctx->Lattice->Data[Zeros->Data[i]][c… in nextVariable()
119 factor = ctx->Lattice->Data[i][col] / ctx->Lattice->Data[j][col]; in nextVariable()
121 if (ctx->Lattice->Data[i][k]+ctx->Lattice->Data[j][k]!=0) in nextVariable()
131 ctx->Lattice->Data[i][k] -= factor * ctx->Lattice->Data[j][k]; in nextVariable()
158 …f (ctx->Lattice->Properties[ctx->Current].Lower>ctx->Lattice->Data[i][ctx->Current] || ctx->Lattic… in filterLimits()
160 ctx->Lattice->Size--; in filterLimits()
162 ctx->Lattice->Data[i] = ctx->Lattice->Data[ctx->Lattice->Size]; in filterLimits()
166 ctx->Lattice->Memory = ctx->Lattice->Size; in filterLimits()
167 ctx->Lattice->Data = (Vector *)realloc(ctx->Lattice->Data, ctx->Lattice->Memory * sizeof(Vector)); in filterLimits()
385 ctx->Lattice = lattice; in createZSolveContextFromLattice()
[all …]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/tests/
H A Dtest_lattice.py53 lattice = Lattice.cubic(a)
131 newlatt = Lattice(mat_c)
194 expected_ans = Lattice(
249 latt = Lattice(
282 latt = Lattice(m)
301 latt = Lattice(m)
324 l = Lattice.cubic(1)
502 m = Lattice.cubic(1)
566 np.testing.assert_(Lattice.selling_dist(Lattice.cubic(5), Lattice.cubic(5)) == 0)
571 Lattice.selling_dist(Lattice.tetragonal(10, 12), Lattice.tetragonal(10.1, 11.9)),
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/converter/
H A Dimmutable_converter.h52 class Lattice; variable
108 Lattice *lattice) const;
114 Lattice *lattice) const;
126 Lattice *lattice) const;
129 const string &history_key, Lattice *lattice) const;
132 Lattice *lattice) const;
138 Lattice *lattice) const;
151 const Lattice &lattice,
157 const Lattice &lattice,
172 Segment *GetInsertTargetSegment(const Lattice &lattice,
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dimmutable_converter.h52 class Lattice; variable
108 Lattice *lattice) const;
114 Lattice *lattice) const;
126 Lattice *lattice) const;
129 const string &history_key, Lattice *lattice) const;
132 Lattice *lattice) const;
138 Lattice *lattice) const;
151 const Lattice &lattice,
157 const Lattice &lattice,
172 Segment *GetInsertTargetSegment(const Lattice &lattice,
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/converter/
H A Dimmutable_converter.h52 class Lattice; variable
108 Lattice *lattice) const;
114 Lattice *lattice) const;
126 Lattice *lattice) const;
129 const string &history_key, Lattice *lattice) const;
132 Lattice *lattice) const;
138 Lattice *lattice) const;
151 const Lattice &lattice,
157 const Lattice &lattice,
172 Segment *GetInsertTargetSegment(const Lattice &lattice,
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/converter/
H A Dimmutable_converter.h52 class Lattice; variable
108 Lattice *lattice) const;
114 Lattice *lattice) const;
126 Lattice *lattice) const;
129 const string &history_key, Lattice *lattice) const;
132 Lattice *lattice) const;
138 Lattice *lattice) const;
151 const Lattice &lattice,
157 const Lattice &lattice,
172 Segment *GetInsertTargetSegment(const Lattice &lattice,
[all …]

12345678910>>...102