Description Usage Arguments Value
Invert a triangular matrix.
1 | linalg_trinv(upper, unit_diag, x)
|
upper |
Is the matrix upper triangular? Otherwise only the lower triangle will be referenced. |
unit_diag |
Is the matrix unit diagonal? |
x |
Input data, overwritten by the inverse. |
Returns NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.