Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
what we mean here:
log(5)
vlog(vec)
mlog(mxA)
dlog(drmA)
in R, all these variants are enacted by single function log. Unfortunately, we cannot overload standard functions since they are defined in another package and Scala would allow such an overload.
Hence, notation conventions:
vector functions are prepended by 'v': vlog, vabs...
in-core matrix functions are prepended by 'm': mlog, mabs...
DRM functions are prepended by 'd' (for distributed): dlog, dabs...