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