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