Home
last modified time | relevance | path

Searched defs:pvector (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/py-pyrsistent/pyrsistent-0.14.11/tests/
H A Dvector_test.py9 def pvector(request): function
141 def test_iteration(pvector): argument
151 def test_zero_extend(pvector): argument
273 def test_remove(pvector): argument
290 def test_addition(pvector): argument
296 def test_sorted(pvector): argument
405 def test_repeat(pvector): argument
460 def test_reverse(pvector): argument
466 def test_contains(pvector): argument
473 def test_index(pvector): argument
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A Dpvector.h93 explicit pvector() in pvector() function
98 explicit pvector(size_type __n, const _Tp& __val) in pvector() function
103 explicit pvector(size_type __n) in pvector() function
108 pvector(const pvector<_Tp>& __x) in pvector() function
114 pvector(_InputIterator __first, _InputIterator __last) in pvector() function
117 pvector(const _Tp* __first, const _Tp* __last) in pvector() function
/dports/science/hypre/hypre-2.23.0/src/sstruct_mv/
H A Dsstruct_vector.c42 hypre_SStructPVector *pvector; in hypre_SStructPVectorCreate() local
83 hypre_SStructPVectorDestroy( hypre_SStructPVector *pvector ) in hypre_SStructPVectorDestroy()
123 hypre_SStructPVectorInitialize( hypre_SStructPVector *pvector ) in hypre_SStructPVectorInitialize()
154 hypre_SStructPVectorSetValues( hypre_SStructPVector *pvector, in hypre_SStructPVectorSetValues()
420 hypre_SStructPVectorGather( hypre_SStructPVector *pvector ) in hypre_SStructPVectorGather()
518 hypre_SStructPVector *pvector, in hypre_SStructPVectorPrint()
561 hypre_SStructPVector *pvector; in hypre_SStructVectorSetConstantValues() local
600 hypre_SStructPVector *pvector; in hypre_SStructVectorParConvert() local
684 hypre_SStructPVector *pvector; in hypre_SStructVectorParRestore() local
802 hypre_SStructPVector *pvector; in hypre_SStructVectorInitializeShell() local
[all …]
H A DHYPRE_sstruct_vector.c138 hypre_SStructPVector *pvector; in HYPRE_SStructVectorInitialize() local
258 hypre_SStructPVector *pvector = hypre_SStructVectorPVector(vector, part); in HYPRE_SStructVectorSetValues() local
286 hypre_SStructPVector *pvector = hypre_SStructVectorPVector(vector, part); in HYPRE_SStructVectorAddToValues() local
346 hypre_SStructPVector *pvector = hypre_SStructVectorPVector(vector, part); in HYPRE_SStructVectorGetValues() local
376 hypre_SStructPVector *pvector = hypre_SStructVectorPVector(vector, part); in HYPRE_SStructVectorGetFEMValues() local
460 hypre_SStructPVector *pvector = hypre_SStructVectorPVector(vector, part); in HYPRE_SStructVectorSetBoxValues2() local
497 hypre_SStructPVector *pvector = hypre_SStructVectorPVector(vector, part); in HYPRE_SStructVectorAddToBoxValues2() local
534 hypre_SStructPVector *pvector = hypre_SStructVectorPVector(vector, part); in HYPRE_SStructVectorGetBoxValues2() local
727 hypre_SStructPVector *pvector; in HYPRE_SStructVectorSetConstantValues() local
761 hypre_SStructPVector *pvector; in HYPRE_SStructVectorGetObject() local
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_dense_lu.h149 void lu_solve(const DenseMatrix &LU, const Pvector& pvector, in lu_solve()
175 void lu_solve_transposed(const DenseMatrix &LU, const Pvector& pvector, in lu_solve_transposed()
191 void lu_inverse(const DenseMatrixLU& LU, const Pvector& pvector, in lu_inverse()
205 void lu_inverse(const DenseMatrixLU& LU, const Pvector& pvector, in lu_inverse()
225 void lu_inverse(const DenseMatrixLU& LU, const Pvector& pvector, in lu_inverse()
251 lu_det(const DenseMatrixLU& LU, const Pvector &pvector) { in lu_det()
/dports/math/gmm++/gmm-5.4/include/gmm/
H A Dgmm_dense_lu.h163 void lu_solve(const DenseMatrix &LU, const Pvector& pvector, in lu_solve()
189 void lu_solve_transposed(const DenseMatrix &LU, const Pvector& pvector, in lu_solve_transposed()
204 void lu_inverse(const DenseMatrixLU& LU, const Pvector& pvector, in lu_inverse()
218 void lu_inverse(const DenseMatrixLU& LU, const Pvector& pvector, in lu_inverse()
238 void lu_inverse(const DenseMatrixLU& LU, const Pvector& pvector, in lu_inverse()
264 lu_det(const DenseMatrixLU& LU, const Pvector &pvector) { in lu_det()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FMath/
H A DFMArrayPointer.h48 pvector() : Parent() in pvector() function
55 pvector(size_t size) : Parent(size, NULL) in pvector() function
63 pvector(size_t size, const T& defaultValue) : Parent(size, defaultValue) in pvector() function
70 pvector(const pvector<T>& copy) : Parent(copy) in pvector() function
78 pvector(const T** values, size_t count) : Parent() in pvector() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FMath/
H A DFMArrayPointer.h48 pvector() : Parent() in pvector() function
55 pvector(size_t size) : Parent(size, NULL) in pvector() function
63 pvector(size_t size, const T& defaultValue) : Parent(size, defaultValue) in pvector() function
70 pvector(const pvector<T>& copy) : Parent(copy) in pvector() function
78 pvector(const T** values, size_t count) : Parent() in pvector() function
/dports/science/hypre/hypre-2.23.0/src/sstruct_ls/
H A DHYPRE_sstruct_int.c15 hypre_SStructPVectorSetRandomValues( hypre_SStructPVector *pvector, HYPRE_Int seed ) in hypre_SStructPVectorSetRandomValues()
39 hypre_SStructPVector *pvector; in hypre_SStructVectorSetRandomValues() local
H A Dkrylov_sstruct.c49 hypre_SStructPVector *pvector; in hypre_SStructKrylovCreateVector() local
101 hypre_SStructPVector *pvector; in hypre_SStructKrylovCreateVectorArray() local
/dports/comms/cwstudio/cwstudio-0.9.6/src/
H A Drandom.c60 int *pvector; in cw_rand_shaped() local
96 int *pvector; in cw_rand_int() local
122 floating max, min, x, u, w, *pvector; in cw_rand_corr() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Dvmem_global.h26 typedef tvector *pvector; typedef
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Dvmem_global.h26 typedef tvector *pvector; typedef
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Dvmem_global.h26 typedef tvector *pvector; typedef
/dports/textproc/miller/miller-5.10.2/c/mapping/
H A Dmapper_histogram.c131 dvector_t* pvector = dvector_alloc(DVECTOR_INITIAL_SIZE); in mapper_histogram_alloc() local
161 dvector_t* pvector = pe->pvvalue; in mapper_histogram_free() local
271 dvector_t* pvector = lhmsv_get(pstate->pvectors_by_field, value_field_name); in mapper_histogram_ingest_auto() local
286 dvector_t* pvector = lhmsv_get(pstate->pvectors_by_field, value_field_name); in mapper_histogram_emit_auto() local
307 dvector_t* pvector = lhmsv_get(pstate->pvectors_by_field, value_field_name); in mapper_histogram_emit_auto() local
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/include/lattice/
H A Dtrapdoorparameters.h213 explicit PerturbationVector(shared_ptr<Matrix<Element>> pvector) in PerturbationVector()
219 void SetVector(shared_ptr<Matrix<Element>> pvector) { in SetVector()
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/drivers/firebird/
H A Dutility.c377 curfield++; in dbd_get_engine_version()
388 unsigned long long return_generator_value(dbi_conn_t *conn, const char *sequence, int type)
409 void dealocate_iconn( ibase_conn_t *iconn )
/dports/databases/soci/soci-4.0.1/src/backends/firebird/
H A Derror-firebird.cpp40 const ISC_STATUS *pvector = status_vector; in get_iscerror_details() local
/dports/math/PDL/PDL-2.019/Lib/GSL/MROOT/
H A DFUNC.c32 pdl* pvector; in DFF() local
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dtr.c74 static void map(char *pvector, in map()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dour_cvfh.hpp249 Eigen::Vector3f pvector = (*grid)[index].getVector3fMap (); in sgurf() local
274 Eigen::Vector3f pvector = point.getVector3fMap (); in sgurf() local
/dports/www/firefox/firefox-99.0/third_party/python/pyrsistent/pyrsistent/
H A D_pvector.py697 pvector = python_pvector variable
702 pvector = python_pvector variable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pyrsistent/pyrsistent/
H A D_pvector.py697 pvector = python_pvector variable
702 pvector = python_pvector variable
/dports/graphics/libfpx/libfpx-1.3.1-10/ole/
H A Dolestrm.cpp902 VECTOR * pvector; in ReadVT_VECTOR() local
1740 DWORD OLEStream::WriteVT_VECTOR(DWORD dwType, VECTOR *pvector) in WriteVT_VECTOR()
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pyrsistent/pyrsistent/
H A D_pvector.py697 pvector = python_pvector variable
702 pvector = python_pvector variable

123