solveLU

Solve LUx = b directly

void
solveLU
(
T
size_t N
)
(
Matrix!(T, N) L
,
Matrix!(T, N) U
,
ref Vector!(T, N) x
,
Vector!(T, N) b
)

Meta