getrf

Computes the LU factorization of a general matrix and returns an integer info code.

@trusted pure nothrow @nogc
size_t
getrf
(
T
)
(
Slice!(T*, 2, Canonical) a
,
Slice!(lapackint*) ipiv
)