MatrixExpression

式テンプレートでの、式を表します

  1. struct MatrixExpression(Lhs, string s, Rhs)
  2. struct MatrixExpression(Lhs, string s, Rhs)
    struct MatrixExpression (
    Lhs
    string s
    Rhs
    ) if (
    isValidOperator!(Lhs, s, Rhs) &&
    !(
    (
    isAbstractMatrix!Lhs ||
    isAbstractMatrix!Rhs
    )
    &&
    !(
    isMatrix!Lhs ||
    isMatrix!Rhs
    )
    )
    ) {}
  3. auto matrixExpression(A a, B b)

Members

Functions

opIndex
auto opIndex(size_t i, size_t j)
Undocumented in source.

Manifest constants

cols
enum cols;
Undocumented in source.
cols
enum cols;
Undocumented in source.
cols
enum cols;
Undocumented in source.
cols
enum cols;
Undocumented in source.
cols
enum cols;
Undocumented in source.
cols
enum cols;
Undocumented in source.
etoSpec
enum etoSpec;
Undocumented in source.
rows
enum rows;
Undocumented in source.
rows
enum rows;
Undocumented in source.
rows
enum rows;
Undocumented in source.
rows
enum rows;
Undocumented in source.
rows
enum rows;
Undocumented in source.
rows
enum rows;
Undocumented in source.

Properties

cols
size_t cols [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cols
size_t cols [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cols
size_t cols [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cols
size_t cols [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cols
size_t cols [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cols
size_t cols [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rows
size_t rows [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rows
size_t rows [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rows
size_t rows [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rows
size_t rows [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rows
size_t rows [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rows
size_t rows [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta