Matrix._matrix

Undocumented in source.
  1. E[cols][rows] _matrix;
  2. E[rows][cols] _matrix;
    struct Matrix(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
    static if(!(layout == Layout.rowMajor))
    E[rows][cols] _matrix;

Meta