carbon ~master (2016-11-08T03:28:07Z)
Home
Dub
Repo
PLU.solveInPlace
carbon
linear
PLU
Ax = bとなるxを解きます
struct
PLU
(M)
auto
solveInPlace
(
V
)
(
V
b
)
if
(
isVector
!
V
)
in { assert (b.length == rows); }
if
(
isNarrowMatrix
!
M
&&
!
isAbstractMatrix
!
M
)
Meta
Source
See Implementation
carbon
linear
PLU
functions
inverse
solveInPlace
Ax = bとなるxを解きます