Matrix.det

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(size_t H, size_t W, E)
pure @property const
static if(isFloatingPoint!E && (isDynamicAll || (isStaticHeightOnly && H > 1) || (isStaticWidthOnly && W > 1) || (isStatic && W == H)))
det
()

Meta