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