Matrix

Undocumented in source.

Constructors

this
this(size_t numRows, size_t numColumns)
Undocumented in source.

Members

Functions

opBinary
Matrix!T opBinary(Matrix!T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Matrix!T opBinary(T scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Matrix!T opBinaryRight(T scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t j, size_t i)
Undocumented in source.
opIndexAssign
T opIndexAssign(T value, size_t j, size_t i)
Undocumented in source.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

columns
size_t columns [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
data
float[] data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isSquare
bool isSquare [@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.
trace
T trace [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
transpose
Matrix!T transpose [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta