Skip to main content

lower_triangular_indices

Function lower_triangular_indices 

Source
pub fn lower_triangular_indices(d: usize) -> Vec<LIndex>
Expand description

Enumerate the active lower-triangular entries of a d×d factor in column-major order (column j, rows j..d). This is the canonical order every output of this module uses for its L-derivative channels.