# NOT RUN {
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)
# }
Run the code above in your browser using DataLab