Apply unscaling to a nested list of matrices using specified mean and standard deviation values.
unscale_nested_matrices_map(mat, means, std = NULL)A nested list of unscaled matrices.
A nested list of matrices.
A numeric vector of means for each matrix.
A numeric vector of standard deviations for each matrix (optional).