Skip to main content

MatrixF64

Type Alias MatrixF64 

Source
pub type MatrixF64 = Matrix<f64>;
Expand description

Type alias for f64 matrices (standard precision)

Aliased Typeยง

pub struct MatrixF64 { /* private fields */ }