Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Create a crossprod() function similar to that of R #64

Open
Beliavsky opened this issue Nov 12, 2024 · 0 comments
Open

Create a crossprod() function similar to that of R #64

Beliavsky opened this issue Nov 12, 2024 · 0 comments

Comments

@Beliavsky
Copy link

R has a crossprod function.

"Given matrices x and y as arguments, return a matrix cross-product. This is formally equivalent to (but usually slightly faster than) the call t(x) %% y (crossprod) or x %% t(y) (tcrossprod)."

I suggest that a wrapper for gemm be created to do this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant