LDLResult.solve

Return solves a system of linear equations \A * X = B, using LDL factorization.

struct LDLResult(T)
solve
(
Flag!"allowDestroy" allowDestroy = No.allowDestroy
SliceKind kindB
size_t[] n
IteratorB
)
(
Slice!(kindB, n, IteratorB) b
)

Meta