dirkschumacher / armacmp

🚀 Automatically compile linear algebra R code to C++ with Armadillo

Home Page:https://dirkschumacher.github.io/armacmp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add crossprod

dirkschumacher opened this issue · comments

In the two variants:

crossprod(X) = t(X) %*% X
crossprod(X, Y) = t(X) %*% Y