pub fn cartesian_gto_batch_par_v02(
    a: f64,
    l: usize,
    c: &[f64; 3],
    r: &Vec<[f64; 3]>
) -> MatrixFull<f64>