Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Crash when using big_cprodMat() with very large FBMs #74

Closed
shuvani511 opened this issue Jul 25, 2019 · 2 comments
Closed

Crash when using big_cprodMat() with very large FBMs #74

shuvani511 opened this issue Jul 25, 2019 · 2 comments

Comments

@shuvani511
Copy link

shuvani511 commented Jul 25, 2019

I have been trying to use big_cprodMat(X1,X2) for a while now. X1 is a FBM of the dimensions 177304 * 23, and X2 is a FBM of the dimensions 23*177304. The output should have the dimensions 177304 * 177304.

However, R keeps crashing before it can do this. I was wondering if it first computes the output as a matrix-class object and if there was anyway to make the function big_cprodMat() output a FBM instead. I know that big_apply can be used as an alternative but I find it strange that I cannot use the cross-product function directly.

@privefl
Copy link
Owner

privefl commented Jul 25, 2019

First, given the dimensions of your two matrices, I'm confused that you need a **cross-**product and not simply a matrix product?

Second, big_cprodMat() and big_prodMat() output some standard R matrix. I could extend them to be output an FBM instead (related to #73).

@privefl privefl changed the title big_cprodMat Crash when using big_cprodMat() with very large FBMs Jul 26, 2019
@privefl
Copy link
Owner

privefl commented Sep 2, 2019

I close this due to inactivity.

@privefl privefl closed this as completed Sep 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants