dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
solveLU
dlib
math
linsolve
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
Source
See Implementation
dlib
math
linsolve
functions
solve
solveLU
Solve LUx = b directly