wrathematics / float

Single precision (float) matrices for R.
Other
46 stars 12 forks source link

dimnames() #14

Closed dselivanov closed 6 years ago

dselivanov commented 6 years ago
library(float)
m = fl(matrix(1:4, 2, 2))
dimnames(m) = list(NULL, NULL)

Error in dimnames(m) = list(NULL, NULL) : 'dimnames' applied to non-array

wrathematics commented 6 years ago

I haven't really built in any support for row/column names so far. I'll try to take a crack this weekend.

wrathematics commented 6 years ago

Sorry it took me so long to get to this. Should be fixed in https://github.com/wrathematics/float/commit/d3790130b4c972a565714f5384748803d2bd6294.