Type Definition friedrich::SVector

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

vector with arbitrary storage S: Storage<f64, Dynamic, U1>