-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
I am trying to implement a out-of-memory storage for distances matrices where I need to store the lower diagonal entries only. lvec seems like a natural fit over bigmemory family of packages where its require to store the whole matrix (practically repeating everything twice and the diagonal).
I have a few questions which might help my design decisions:
- Can I use
Rcppto talk tolvecvectors? - Is it possible to modify c++ functions from
proxyorparallelDistpackages to write tolvecvectors directly without bringing them into R? - Would it be efficient to implement matrix like
applyfunctions onlvecusing C++ functions without bringing each row or column into R?
Regards,
Srikanth KS
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels