carbon v0.0.3 (2014-05-12T14:15:52Z)
Home
Dub
Repo
PLU.solveInPlace
carbon
linear
PLU
Ax = bとなるxを解きます
struct
PLU
(M)
auto
solveInPlace
(
V
)
(
V
b
)
if
(
isVector
!
V
&&
isFloatingPoint
!(
ElementType
!
V
)
&&
is
(
typeof
( ))
)
if
(
isNarrowMatrix
!
M
&&
!
isAbstractMatrix
!
M
&&
isFloatingPoint
!(
ElementType
!
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を解きます