[][src]Function aljabar::mat1x1

pub fn mat1x1<T>(x00: T) -> Mat1x1<T>

Returns, uh, a 1-by-1 square matrix.

I mean, I use it for testing, so I think it's kind of cool.