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