Matrix.isStaticWidthOnly

isStaticWidth && isDynamicHeight

struct Matrix(size_t H, size_t W, E)
enum bool isStaticWidthOnly;

Meta