is_no_roots: Is there any roots in these polynomials?

Description Usage Arguments Value

Description

For a given set of polynomials, find all roots in a given interval and return TRUE if there are no roots in it.

Usage

1
is_no_roots(poly_coefs, a, b, EPS = 1e-06)

Arguments

poly_coefs

a matrix of polynomial coefficients in ascending order, each column corresponds to a polynomial. (num mat)

a

the lower bound. (num)

b

the upper bound. (num)

EPS

error tolerance. (num)

Value

a boolean vector indicating whether the condition in the description is met.


weiyaw/blackbox documentation built on June 7, 2019, 5:12 a.m.