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