Description Usage Arguments Value Examples
Computes using RcppEigen the product of A and t(B)
1 | rcppeigen_ftcrossprod(A, B)
|
A |
is the first parameter in A times t(B) |
B |
is the second parameter in A times t(B) |
matrix tcross-product A times t(B)
1 2 3 4 | ## Not run:
rcppeigen_ftcrossprod(A, B)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.