- adjoint
void adjoint(Mat2D!T A, Mat2D!double adj)
Undocumented in source. Be warned that the author may not have intended to support it.
- determinant
double determinant(Mat2D!T A, ulong n)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCofactor
void getCofactor(Mat2D!T A, Mat2D!double temp, int p, int q, ulong n)
Undocumented in source. Be warned that the author may not have intended to support it.