Increment an FBM
big_increment(X, add, use_lock = FALSE)An FBM (of type double) to increment.
A matrix of same dimensions as X. Or a vector of same size.
Whether to use locks when incrementing. Default is FALSE.
This is useful when incrementing in parallel.
Returns nothing (NULL, invisibly).