update_step: Update Step

Description Usage Arguments Value

Description

Combine old data with newly computed data, giving a new set of abscissa, and relevant information, as described in 2.2.3. We combine the x, h(x), h'(x) values, and sort them based on x values, then calculate the new z vector, and return updated data structure

Usage

1
update_step(data, new_data)

Arguments

data

a list, the main data structure

new_data

a list, the data structure with similar members but with newly calculated x, h(x) and h'(x)

Value

a list, the updated main data structure


vdchoi/ars documentation built on Jan. 1, 2021, 12:36 p.m.