Description Usage Arguments Details
Thomas algorithm for tridiagonal linear systems. This can be used to solve PDEs arising from Feynman-Kac connections.
1 | thomas_algorithm(a, b, c, d)
|
a |
lower diagonal of matrix |
b |
diagonal of matrix |
c |
upper diagonal of matrix |
d |
vector on RHS of equation |
The algorithm is on wikipedia and quite straightforward.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.