Description Usage Arguments Value Author(s) Examples
Calculates: ans = A**T.B**T where A and B are matrices
1 | A %T.T% B
|
A |
a reference object of class 'number' with rank 2 |
B |
a reference object of class 'number' with rank 2 |
Returns a reference object of class 'number'
Filippo Monari
1 2 3 4 5 6 7 | modello.init(10, 10, 10, 10)
A = number(matrix(rnorm(9), 3, 3))
B = number(matrix(rnorm(9), 3, 3))
ans = A %T.T% B
print(ans)
print(ans$v)
modello.close()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.