You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: