To mimic Eigen's args, we currently have a 'vectors' arg that for compiled use needs to be 0 (no vectors), 1 (thin/default), 2 (full, expanding rows/columns with zeros).
A couple things to think about:
- we might instead mimic R's args:
nu and nv. This would also naturally have the args be integers.
- if we keep the current args, we should discuss whether a user could pass a string ({"none","thin","full"}) for ease of use.
No urgency.
To mimic Eigen's args, we currently have a 'vectors' arg that for compiled use needs to be 0 (no vectors), 1 (thin/default), 2 (full, expanding rows/columns with zeros).
A couple things to think about:
nuandnv. This would also naturally have the args be integers.No urgency.