pub fn cartesian_gto_1st_batch_par(
    a: f64,
    l: usize,
    c: &[f64; 3],
    r: &[[f64; 3]]
) -> Vec<MatrixFull<f64>>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,