Description Usage Arguments Value
Backward substitution with band 1 lower Cholesky triangle and tridiagonal matrix on the right hand side.
1 | band1_backsolve_mat(L, Q)
|
L |
A lower triangular square matrix with non-zero entries only on the main diagonal and the first subdiagonal. |
Q |
A tridiagonal matrix with the same dimensions as L. |
A matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.