[][src]Module vek::mat::repr_c

Matrix types which use #[repr(C)] vectors exclusively.

See also the repr_simd neighbour module, which is available on Nightly with the repr_simd feature enabled.

Re-exports

pub use self::column_major::*;

Modules

column_major

Matrices stored in column-major layout.

row_major

Matrices stored in row-major layout.