pub type VectorF64 = Vector<f64>;
Type alias for f64 vectors (standard precision)
pub struct VectorF64 { /* private fields */ }