karasux ~master (2022-05-09T16:35:30.170042)
Dub
Repo
LUDecomposition.solve
karasux
linear_algebra
lu
LUDecomposition
Solve equation.
Vec
solve
(const(Vec) y, Vec x)
struct
LUDecomposition
(size_t N, E)
ref const @
nogc
nothrow pure scope
Vec
solve
()
(
auto
scope
ref
const
(
Vec
)
y
,
return
scope
ref
Vec
x
)
if
(
isNumeric
!
E
)
Vec
solve
(const(Vec) y)
Parameters
y
const
(
Vec
)
equation Y.
x
Vec
solved X.
Return Value
Type:
Vec
reference to X.
Meta
Source
See Implementation
karasux
linear_algebra
lu
LUDecomposition
aliases
Mat
Vec
constructors
this
functions
createInverse
solve
Solve equation.