The search functionality needs JavaScript enabled
Built with scod
The matrix rows type.
struct Mat { // ... alias Row = Vec!(T,columnLength); // ... }