powered by
Computes using RcppEigen the product of t(A) and B
rcppeigen_fcrossprod(A, B)
is the first parameter in t(A) times B
is the second parameter in t(A) times B
matrix cross-product t(A) times B
# NOT RUN { rcppeigen_fcrossprod(A, B) # } # NOT RUN { # }
Run the code above in your browser using DataLab