Home
last modified time | relevance | path

Searched defs:sample_vector (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/
H A Dbsta_parzen.h67 typedef std::vector<vect_t > sample_vector; typedef
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_linalg.py42 def sample_vector(self, n, dtype): member in TestProduct
429 def sample_vector(self, n, dtype): member in TestLinalgBase
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_intern_table.c123 static int32_t sample_vector(ivector_t *v) { in sample_vector() function