December 2017
Intermediate to advanced
386 pages
10h 42m
English
These are the arguments for having this parameter on the functions:
| Parameters |
fun: Callable. Right-hand side of the system. The calling signature is fun(x, y), or fun(x, y, p) if parameters are present. All arguments are ndarray x with shape (m,), and y with shape (n, m), meaning that y[:, i] corresponds to x[i] and p with shape (k,). The return value must be an array with shape (n, m) and with the same layout as y. bc: Callable. A function evaluating residuals of the boundary conditions. The calling signature is bc(ya, yb) or bc(ya, yb, p) if parameters are present. All arguments are ... |
Read now
Unlock full access