DMatrix.rows

Undocumented in source. Be warned that the author may not have intended to support it.
  1. enum size_t rows;
  2. size_t rows [@property getter]
    struct DMatrix(T, Msize_t rs = dynamic, Msize_t cs = dynamic, Major mjr = Major.row)
    @property const
    static if(!(rs != dynamic))
    size_t
    rows
    ()
  3. size_t rows [@property setter]

Meta