bisection: Compute the relative proximity of a solution in relation to...

Description Usage Arguments Value Examples

View source: R/bisection.R

Description

bisection Determines where a norm (residual or solution) is within a certain tolerance, iteratively narrowing down a list of lambda values.

Usage

1
bisection(gsvdResult, rho, uncertainty)

Arguments

uncertainty

Target level of the norm we want to acheive

norm_result

Result of doing the gsvd_norm function

Value

Data frame that contains the updated lambda min and max values

Examples

1
# To be filled in later

jmzobitz/BRDF documentation built on July 13, 2019, 6:20 p.m.