Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/dwsys/
H A DNUM2.cpp2960 autoVEC yfromx_new = raw_VEC (y.size); // D.x(n+1) in VECsolveSparse_IHT() local
3016 …double normsq_ratio = update (x_new.get(), yfromx_new.get(), support_new.get(), x, stepSize, gradi… in VECsolveSparse_IHT()
3023 …normsq_ratio = update (x_new.get(), yfromx_new.get(), support_new.get(), x, stepSize, gradient.get… in VECsolveSparse_IHT()
3027 ydif.all() <<= y - yfromx_new.all(); // y - D.x(n+1) in VECsolveSparse_IHT()
3037 yfromx.all() <<= yfromx_new.all(); in VECsolveSparse_IHT()