Crate linea [] [src]

Macros

__linea_impl_comma_sep_length!
mat!

Example use: let _: Matrix<usize, U2, U2> = mat![usize: 1, 0; 0, 1];

Structs

Matrix

Rank-2 array of elements of size known at build time

Functions

dot