SYMBOL INDEX (29 symbols across 7 files) FILE: inst/code/dap-g.py function write_dap_full (line 7) | def write_dap_full(x,y,prefix,r): function run_dap_full (line 13) | def run_dap_full(prefix, args): function write_dap_ss (line 17) | def write_dap_ss(z,prefix): function run_dap_z (line 23) | def run_dap_z(ld, prefix, args): function extract_dap_output (line 27) | def extract_dap_output(prefix): function dap_single (line 49) | def dap_single(x, y, prefix, r, args): function dap_single_z (line 54) | def dap_single_z(z, ld, prefix, args): function dap_batch (line 59) | def dap_batch(X, Y, prefix, *args): function dap_batch_z (line 62) | def dap_batch_z(z, ld, prefix, *args): FILE: inst/code/monitor_memory.py class ProcessTimer (line 29) | class ProcessTimer: method __init__ (line 30) | def __init__(self, command, interval = 1): method execute (line 35) | def execute(self): method poll (line 49) | def poll(self): method is_running (line 95) | def is_running(self): method check_execution_state (line 98) | def check_execution_state(self): method close (line 107) | def close(self,kill=False): function takewhile_excluding (line 118) | def takewhile_excluding(iterable, value = ['|', '<', '>']): FILE: src/caisa.cpp function integers (line 9) | [[cpp11::register]] function caisa_cpp (line 15) | [[cpp11::register]] FILE: src/cpp11.cpp function SEXP (line 10) | SEXP _susieR_random_order(SEXP p, SEXP numiter) { function SEXP (line 17) | SEXP _susieR_caisa_cpp(SEXP X, SEXP w, SEXP sa2, SEXP pi_init, SEXP beta... function SEXP (line 24) | SEXP _susieR_mr_ash_rss_cpp(SEXP bhat, SEXP shat, SEXP z, SEXP R, SEXP v... function attribute_visible (line 39) | attribute_visible void R_init_susieR(DllInfo* dll){ FILE: src/mr_ash.h function arma (line 9) | inline arma::uvec random_order_impl(int p, int numiter) { function arma (line 17) | inline arma::mat outerAddition(const arma::vec& a, const arma::vec& b) { function updatebetaj (line 25) | inline void updatebetaj(const arma::vec& xj, double wj, FILE: src/mr_ash_rss.cpp function mr_ash_rss_cpp (line 9) | [[cpp11::register]] FILE: src/mr_ash_rss.h function vec (line 20) | inline vec softmax_rss(const vec& x) { function mat (line 126) | mat w1_t(p, K, fill::zeros);