lubeck v0.0.7 (2018-06-30T07:40:43Z)
Dub
Repo
LDLResult.solve
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
!(
kindB
,
n
,
IteratorB
)
b
)
Meta
Source
See Implementation
lubeck
LDLResult
functions
solve
variables
ipiv
matrix
uplo
Return solves a system of linear equations \A * X = B, using LDL factorization.