carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
PLU.solveInPlace
carbon
linear
PLU
Ax = bとなるxを解きます
struct
PLU
(M)
auto
solveInPlace
(
V
)
(
V
b
)
if
(
isVector
!
V
)
if
(
isNarrowMatrix
!
M
&&
!
isAbstractMatrix
!
M
)
Meta
Source
See Implementation
carbon
linear
PLU
aliases
cols
rows
functions
det
inverse
l
p
solveInPlace
u
variables
isEvenP
lu
piv
Ax = bとなるxを解きます