[][src]Function aljabar::mat2x2

pub fn mat2x2<T>(x00: T, x01: T, x10: T, x11: T) -> Mat2x2<T>

Returns a 2-by-2 square matrix. Although matrices are stored column wise, the order of arguments is row by row, as a matrix would be typically displayed.