pub fn create_jobs(
ntot: usize,
num_features: usize,
block_size: Option<usize>,
) -> Vec<(usize, usize)>Expand description
Thin wrapper around generate_minibatch_intervals kept for in-crate
call sites that predate the legume_numeric::matrix split.