pub fn subset_rows(data: &FdMatrix, indices: &[usize]) -> FdMatrix
Extract a sub-matrix from an FdMatrix by selecting specific row indices.