KRLS
KRLS copied to clipboard
Farm out as much as possible to Rcpp
Things that should be checked for and moved to Rcpp:
- Any trace functions should be moved from
sum(diag(x))
totrace_mat
(~5x faster) - Any multiplications of a matrix with a diagonal matrix should be moved to
mult_diag