pub type V4 = Matrix<f32, U4, U1, ArrayStorage<f32, U4, U1>>;Aliased Type§
pub struct V4 {
pub data: ArrayStorage<f32, U4, U1>,
/* private fields */
}Fields§
§data: ArrayStorage<f32, U4, U1>The data storage that contains all the matrix components and informations about its number of rows and column (if needed).