pub fn transform_matrix(
data: &mut [f64],
n_rows: usize,
n_cols: usize,
quantiles_per_col: &[Vec<f64>],
references: &[f64],
dist: OutputDistribution,
)Expand description
Transform every column of the matrix (row-major data, n_rows × n_cols).