pub type MatrixF64 = Matrix<f64>;
Type alias for f64 matrices (standard precision)
pub struct MatrixF64 { /* private fields */ }