Home
last modified time | relevance | path

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

/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Dparametric.c1032 REAL rhs_cp[DIM_OF_WORLD+1]; in nl_solve() local
1036 memcpy(rhs_cp, rhs, sizeof(rhs_cp)); in nl_solve()
1038 square_gauss((REAL *)Df, rhs_cp, d, DIM_OF_WORLD+1, 1); in nl_solve()