Home
last modified time | relevance | path

Searched refs:xycbest (Results 1 – 4 of 4) sorted by relevance

/dports/math/alglib/alglib-cpp/src/
H A Ddataanalysis.h110 ae_vector xycbest; member
H A Ddataanalysis.cpp30353 ivectorsetlengthatleast(&buf->xycbest, npoints, _state); in kmeansgenerateinternal()
30517 buf->xycbest.ptr.p_int[i] = xyc->ptr.p_int[i]; in kmeansgenerateinternal()
30537 xyc->ptr.p_int[i] = buf->xycbest.ptr.p_int[i]; in kmeansgenerateinternal()
31939 ae_vector_init(&p->xycbest, 0, DT_INT, _state, make_automatic); in _kmeansbuffers_init()
31954 ae_vector_init_copy(&dst->xycbest, &src->xycbest, _state, make_automatic); in _kmeansbuffers_init_copy()
31969 ae_vector_clear(&p->xycbest); in _kmeansbuffers_clear()
31984 ae_vector_destroy(&p->xycbest); in _kmeansbuffers_destroy()
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Ddataanalysis.h335 ae_vector xycbest; member
H A Ddataanalysis.cpp42193 ivectorsetlengthatleast(&buf->xycbest, npoints, _state); in kmeansgenerateinternal()
42357 buf->xycbest.ptr.p_int[i] = xyc->ptr.p_int[i]; in kmeansgenerateinternal()
42377 xyc->ptr.p_int[i] = buf->xycbest.ptr.p_int[i]; in kmeansgenerateinternal()
43779 ae_vector_init(&p->xycbest, 0, DT_INT, _state, make_automatic); in _kmeansbuffers_init()
43794 ae_vector_init_copy(&dst->xycbest, &src->xycbest, _state, make_automatic); in _kmeansbuffers_init_copy()
43809 ae_vector_clear(&p->xycbest); in _kmeansbuffers_clear()
43824 ae_vector_destroy(&p->xycbest); in _kmeansbuffers_destroy()