- opBinary
Matrix!(T, M, N) opBinary(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Matrix!(T, M, N) opBinary(Matrix!(T, M, N) val)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Matrix!(T, M, N) opBinary(Matrix!(T, M, N) val)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
Matrix!(T, M, N) opBinaryRight(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Matrix!(T, M, N) mat)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(size_t m, size_t n)
Undocumented in source.
- opIndex
T opIndex(size_t i)
Undocumented in source.
- opIndexAssign
T opIndexAssign(T val, size_t m, size_t n)
Undocumented in source.
- opSliceAssign
T[] opSliceAssign(T val, size_t i1, size_t i2)
Undocumented in source.
- opSliceAssign
T[] opSliceAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIdentity
void setIdentity()
Undocumented in source.
A struct that represents a variable matrix. A struct that store's N*M array, allows to manipulate it. @since snapshot20180930