pluDecomposeInPlace

In-Placeで、行列をLU分解します。

"Numerical Recipes in C"

PLU!(A)
pluDecomposeInPlace
(
A
)
(
A m
)
if (
isFloatingPoint!(ElementType!A)
&&
&&
)

Meta