pub type OpenedValuesForMatrix<F> = Vec<Vec<F>>;
pub struct OpenedValuesForMatrix<F> { /* private fields */ }