Home
last modified time | relevance | path

Searched refs:rcopyallocv (Results 1 – 6 of 6) sorted by relevance

/dports/math/alglib/alglib-cpp/src/
H A Dalglibinternal.h810 void rcopyallocv(ae_int_t n,
H A Dsolvers.cpp12228 rcopyallocv(n, b, x, _state); in sparsespdsolve()
13388 rcopyallocv(state->n, &state->x, x, _state); in sparsesolveroocgetrequestdata()
H A Doptimization.cpp48296 rcopyallocv(n, &state->bndl, &state->wrkbndl, _state); in minqpoptimize()
48297 rcopyallocv(n, &state->bndu, &state->wrkbndu, _state); in minqpoptimize()
48306 rcopyallocv(m, &state->cl, &state->wrkcl, _state); in minqpoptimize()
48307 rcopyallocv(m, &state->cu, &state->wrkcu, _state); in minqpoptimize()
58158 rcopyallocv(k, al, &info->al, _state); in presolvenonescaleuser()
58159 rcopyallocv(k, au, &info->au, _state); in presolvenonescaleuser()
65782 rcopyallocv(n, &state->c, &state->tmpg, _state); in minlpoptimize()
65903 rcopyallocv(repm, &state->laglc, &rep->laglc, _state); in minlpresultsbuf()
65904 rcopyallocv(repn, &state->lagbc, &rep->lagbc, _state); in minlpresultsbuf()
67602 rcopyallocv(subsolver->presolver.newn, &subsolver->dss.repx, &subsolver->xs, _state); in nlcslp_lpsubproblemsolve()
[all …]
H A Dalglibinternal.cpp5539 void rcopyallocv(ae_int_t n, in rcopyallocv() function
H A Dlinalg.cpp45825rcopyallocv(analysis->rowoffsets.ptr.p_int[analysis->nsuper], &analysis->inputstorage, &analysis->… in spsymmfactorize()
57708 rcopyallocv(n, b, &state->b, _state); in fblsgmrescreate()
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_c.cpp33472 rcopyallocv(n, &b, &xr, _state); in testiterativesparseunit_testgmres()
33776 rcopyallocv(n, &xr, &repfirst, _state); in testiterativesparseunit_testgmres()
33778 rcopyallocv(n, &xr, &replast, _state); in testiterativesparseunit_testgmres()