Matrix.cofactor

struct Matrix(size_t H, size_t W, E)
pure const
static if(isFloatingPoint!E && (isDynamicAll || (isStaticHeightOnly && H > 1) || (isStaticWidthOnly && W > 1) || (isStatic && W == H)))
E
cofactor
(
size_t i
,
size_t j
)

Meta