Home
last modified time | relevance | path

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

/third_party/boost/libs/math/include_private/boost/math/tools/
Dremez.hpp230 unsigned offsetN = pinned ? 0 : 1; in init_chebyshev() local
231 unsigned offsetD = offsetN + orderN; in init_chebyshev()
242 A(i, j + offsetN) = x; in init_chebyshev()
435 unsigned offsetN = pinned ? 0 : 1; in iterate() local
436 unsigned offsetD = offsetN + orderN; in iterate()
449 A(i, j + offsetN) = x; in iterate()