- block
Matrix block(int quad)
- det
double det()
Determinant (Using LU Decomposition)
- inv
Matrix inv()
- invL
Matrix invL()
Undocumented in source. Be warned that the author may not have intended to support it.
- invU
Matrix invU()
Undocumented in source. Be warned that the author may not have intended to support it.
- isSquare
bool isSquare()
- lu
auto lu()
- makeFalse
Matrix makeFalse()
- matForm
double[][] matForm()
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Matrix opBinary(double rhs)
Binary Operator with Scalar
- opBinary
Matrix opBinary(Matrix rhs)
Binary Operator with Matrix
- opIndex
double opIndex(size_t i, size_t j)
- opIndexAssign
void opIndexAssign(double value, size_t i, size_t j)
- refresh
void refresh()
- toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- transpose
Matrix transpose()
Matrix Structure