DMatrix.cols

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

Meta