karasux ~master (2022-05-09T16:35:30.170042)
Dub
Repo
LUDecomposition.this
karasux
linear_algebra
lu
LUDecomposition
Initialize by matrix.
this
()
this
(const(Mat) m)
struct
LUDecomposition
(size_t N, E)
@
nogc
nothrow pure scope
this
()
(
auto
scope
ref
const
(
Mat
)
m
)
if
(
isNumeric
!
E
)
Parameters
m
const
(
Mat
)
target matrix.
Meta
Source
See Implementation
karasux
linear_algebra
lu
LUDecomposition
aliases
Mat
Vec
constructors
this
functions
createInverse
solve
Initialize by matrix.