lubeck ~master (2021-08-20T14:34:21Z)
Dub
Repo
LDLResult.solve
kaleidic
lubeck
LDLResult
Return solves a system of linear equations \A * X = B, using LDL factorization.
struct
LDLResult
(T)
auto
solve
(
Flag
!"allowDestroy"
allowDestroy
=
No.allowDestroy
SliceKind
kindB
size_t
N
IteratorB
)
(
Slice
!(
IteratorB
,
N
,
kindB
)
b
)
Meta
Source
See Implementation
kaleidic
lubeck
LDLResult
functions
solve
variables
ipiv
matrix
uplo
Return solves a system of linear equations \A * X = B, using LDL factorization.