Description Usage Arguments Value
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
1 | update_step(data, new_data)
|
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) |
a list, the updated main data structure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.