pub unsafe fn vector_index(v: &VectorF64, i: u32) -> f64
Performs indexing operation on the vector.
This is unsafe because the index range isn’t checked.