Home
last modified time | relevance | path

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

/third_party/boost/libs/math/include_private/boost/math/tools/
Dremez.hpp231 unsigned offsetD = offsetN + orderN; in init_chebyshev() local
245 A(i, j + offsetD) = -x * b[i]; in init_chebyshev()
436 unsigned offsetD = offsetN + orderN; in iterate() local
453 A(i, j + offsetD) = -x * mult; in iterate()
653 unsigned offsetD = pinned ? orderN : (orderN + 1); in denominator() local
657 a[i+1] = solution[i + offsetD]; in denominator()