Open anderic1 opened 4 years ago
I just stumbled on this. Rf_copyVector, Rf_copyMatrix and Rf_copyListMatrix actually write to their first arguments.
Rf_copyVector
Rf_copyMatrix
Rf_copyListMatrix
I have not been able to test Rf_copyListMatrix but that is what I can tell from its source
I just stumbled on this.
Rf_copyVector
,Rf_copyMatrix
andRf_copyListMatrix
actually write to their first arguments.I have not been able to test
Rf_copyListMatrix
but that is what I can tell from its source