I was trying to use ffwhich(), but it doesn't currently work with ff_matrix objects. ff_matrix objects have classes "ff_matrix" "ff_array" "ff" but not ffdf or ff_vector. Are there technical reasons why this couldn't work? I find it really convenient to do e.g. replacement operations on matrix subsets (since in regular R matrices can be accessed just like regular vectors with a single index).
Hi,
I was trying to use ffwhich(), but it doesn't currently work with ff_matrix objects. ff_matrix objects have classes "ff_matrix" "ff_array" "ff" but not ffdf or ff_vector. Are there technical reasons why this couldn't work? I find it really convenient to do e.g. replacement operations on matrix subsets (since in regular R matrices can be accessed just like regular vectors with a single index).