Type Definition friedrich::SMatrix

source ·
pub type SMatrix<S> = Matrix<f64, Dynamic, Dynamic, S>;
Expand description

matrix with arbitrary storage S: Storage<f64, Dynamic, Dynamic>