- getRowVector
Vector!(T, Columns) getRowVector(size_t row)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
_VectorType opBinary(_VectorType rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Matrix opBinary(scalar rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Matrix!(T, Rows, OtherColumns) opBinary(Matrix!(T, OtherRows, OtherColumns) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Matrix opBinary(Matrix rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
Matrix opBinaryRight(scalar lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(size_t row, size_t column)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
T opIndexAssign(T value, size_t row, size_t column)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
T opIndexAssign(T value, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
Matrix opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
- transpose
Matrix!(T, Columns, Rows) transpose()
Undocumented in source. Be warned that the author may not have intended to support it.