Description Usage Arguments Value Author(s) Examples
Calculates the inverse matrix
1 2 3 4 5 6 7 |
A |
a 'numeric' or a reference object of class 'number' |
Returns a 'numeric' or reference object of class 'number'
Filippo Monari
1 2 3 4 5 6 7 8 9 10 11 | modello.init(10, 10, 10, 10)
## For modello_number matrices
x = number(diag(0.1, 3))
ix = invMat(x)
print(ix)
print(ix$v)
modello.close()
## For matrices
x = diag(0.1, 3)
ix = invMat(x)
print(ix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.