All functions

demo_function()

This is demo function.

detect_hpc_cores()

Detect CPU core allocation from cluster schedulers or hardware

get_hpc_threads()

Query active worker threads in the Rust backend

get_hpc_threads_rust()

Query the number of active worker threads in the Rust HPC backend.

graphSmooth()

Spatial Graph Smoothing

graph_smooth_r()

Pure-R baseline for graph-based spatial smoothing

graph_smooth_rust()

Solve graph-based spatial smoothing: (I + alpha * L) x = b

hpc_threads

HPC Thread Management and Scheduler Quota Detection

set_hpc_threads()

Configure worker threads for the Rust backend

set_hpc_threads_rust()

Dynamically set the number of worker threads used by the Rust HPC backend.

sparse_row_sums()

Row sums of a sparse matrix via the Rust dgCMatrix -> faer bridge

with_hpc_threads()

Execute code within a scoped thread budget