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