Home
last modified time | relevance | path

Searched refs:diagds (Results 1 – 2 of 2) sorted by relevance

/dports/math/alglib/alglib-cpp/src/
H A Doptimization.h721 ae_vector diagds; member
H A Doptimization.cpp43811 rsetallocv(n, 0.0, &state->diagds, _state); in vipmsolver_vipmprecomputenewtonfactorization()
43851 state->diagds.ptr.p_double[i] = v0->s.ptr.p_double[i]/v0->t.ptr.p_double[i]; in vipmsolver_vipmprecomputenewtonfactorization()
43852 state->diagdsi.ptr.p_double[i] = 1/state->diagds.ptr.p_double[i]; in vipmsolver_vipmprecomputenewtonfactorization()
45458 ae_vector_init(&p->diagds, 0, DT_REAL, _state, make_automatic); in _vipmstate_init()
45561 ae_vector_init_copy(&dst->diagds, &src->diagds, _state, make_automatic); in _vipmstate_init_copy()
45646 ae_vector_clear(&p->diagds); in _vipmstate_clear()
45731 ae_vector_destroy(&p->diagds); in _vipmstate_destroy()