MatrixExpression.rows

Undocumented in source. Be warned that the author may not have intended to support it.
  1. enum rows;
  2. enum rows;
  3. size_t rows [@property getter]
  4. size_t rows [@property getter]
  5. enum rows;
  6. enum rows;
  7. size_t rows [@property getter]
    struct MatrixExpression(Lhs, string s, Rhs)
    @property const
    static if((isMatrix!Lhs || isAbstractMatrix!Lhs) && (isMatrix!Rhs || isAbstractMatrix!Rhs))
    static if(!(s == "*"))
    static if(!(hasStaticRows!Lhs))
    static if(!(hasStaticRows!Rhs))
    static if(hasDynamicRows!Lhs)
    size_t
    rows
    ()
    if (
    isValidOperator!(Lhs, s, Rhs) &&
    !(
    !(
    isMatrix!Lhs ||
    )
    )
    )
  8. size_t rows [@property getter]
  9. enum rows;
  10. size_t rows [@property getter]
  11. enum rows;
  12. size_t rows [@property getter]

Meta