Home
last modified time | relevance | path

Searched defs:svec (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/science/healpix/Healpix_3.50/src/cxx/cxxsupport/
H A Dsse_utils_cxx.h35 template<typename T, int sz> class svec; variable
50 svec () {} in svec() function
51 svec (const svec &b) : v(b.v) {} in svec() function
52 svec (const Tv &b) : v(b) {} in svec() function
177 svec () {} in svec() function
178 svec (const svec &b) : v(b.v) {} in svec() function
179 svec (const Tv &b) : v(b) {} in svec() function
283 svec () {} in svec() function
284 svec (const svec &b) : v(b.v) {} in svec() function
285 svec (const Tv &b) : v(b) {} in svec() function
[all …]
/dports/math/eclib/eclib-20210318/libsrc/
H A Dsvector.cc36 #define svec svec_i macro
50 #define svec svec_l macro
H A Dsmatrix.cc40 #define svec svec_i macro
58 #define svec svec_l macro
H A Dsmatrix_elim.cc41 #define svec svec_i macro
61 #define svec svec_l macro
/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dsubspace.h41 #define svec svec_i macro
59 #define svec svec_l macro
H A Dsvector.h41 #define svec svec_i macro
58 #define svec svec_l macro
H A Dmatrix.h42 #define svec svec_i macro
58 #define svec svec_l macro
H A Dsmatrix.h44 #define svec svec_i macro
61 #define svec svec_l macro
H A Dtypes.h37 typedef svec_i svec; typedef
46 typedef svec_l svec; typedef
H A Dsmatrix_elim.h56 #define svec svec_i macro
75 #define svec svec_l macro
H A Dvector.h48 #define svec svec_i macro
66 #define svec svec_l macro
H A Dvec.h28 class svec; variable
37 friend class svec; variable
/dports/biology/lamarc/lamarc-2.1.8/src/tools/
H A Dstringx.h170 std::vector < string > svec; in VecElemToString() local
180 std::vector < string > svec; in MultisetElemToString() local
190 std::vector < string > svec; in VecElemToString() local
/dports/biology/jalview/jalview/src/jalview/analysis/
H A DGrouping.java78 List<SequenceI> svec = gps.get(schar); in makeGroupsFrom() local
183 List<SequenceI> svec = gps.get(schar.toString()); in makeGroupsFromCols() local
187 gps.put(schar.toString(), svec); in makeGroupsFromCols() local
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/src/
H A Drandgrp.c73 Permutation **svec; in randGroupWord() local
101 Permutation **svec; in randGroupPerm() local
H A Dcstborb.c103 Permutation **svec) in genExpandingBasicOrbit()
155 Permutation **svec = G->schreierVec[level]; in constructBasicOrbit() local
266 Permutation **svec = G->schreierVec[level]; in extendBasicOrbit() local
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Dmessage.cpp77 using svec = vector<std::string>; in CAF_TEST() typedef
95 using svec = vector<string>; typedef
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Misc/
H A DBankDb.h22 typedef std::vector<std::string> svec; typedef
32 typedef std::vector<std::string> svec; typedef
/dports/finance/R-cran-urca/urca/inst/book-ex/
H A DRcode-8-14.R11 svec <- SVEC(vecm, LR = LR, SR = SR, r = 1, globalVar
/dports/finance/R-cran-vars/vars/inst/book-ex/
H A DRcode-8-14.R11 svec <- SVEC(vecm, LR = LR, SR = SR, r = 1, globalVar
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dmod_skeletal_animatevertices_generic.c69 const float * RESTRICT svec = model->surfmesh.data_svector3f; in Mod_Skeletal_AnimateVertices_Generic() local
117 const float * RESTRICT svec = model->surfmesh.data_svector3f; in Mod_Skeletal_AnimateVertices_Generic() local
/dports/games/darkplaces/darkplaces/
H A Dmod_skeletal_animatevertices_generic.c69 const float * RESTRICT svec = model->surfmesh.data_svector3f; in Mod_Skeletal_AnimateVertices_Generic() local
117 const float * RESTRICT svec = model->surfmesh.data_svector3f; in Mod_Skeletal_AnimateVertices_Generic() local
/dports/science/qmcpack/qmcpack-3.11.0/src/Containers/MinimalContainers/tests/
H A Dtest_ConstantSizeMatrix.cpp36 std::vector<double> svec(16, 1.0); variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/FrontEnd/Managed/src/
H A DMBasicParameterDatabaseImpl.cpp429 JEGA::StringVector svec; variable
/dports/math/jags/JAGS-4.3.0/src/modules/glm/
H A Dglm.cc77 vector<SamplerFactory*> const &svec = samplerFactories(); in ~GLMModule() local

12345678910>>...12