Last updated: 2023-03-16.
Module: tf_quant_finance.math.root_search#
Ops related to root search.
Functions#
brentq(...): Finds root(s) of a function of single variable using Brent’s method.
newton_root(...): Finds roots of a scalar function using Newton’s method.