PLU

Undocumented in source.

Members

Aliases

cols
alias cols = rows
Undocumented in source.
rows
alias rows = lu.rows
Undocumented in source.

Functions

det
auto det()
Undocumented in source. Be warned that the author may not have intended to support it.
inverse
M inverse()

逆行列を求める

l
auto l()
Undocumented in source. Be warned that the author may not have intended to support it.
p
auto p()
Undocumented in source. Be warned that the author may not have intended to support it.
solveInPlace
auto solveInPlace(V b)

Ax = bとなるxを解きます

u
auto u()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

rows
size_t rows [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

isEvenP
bool isEvenP;
Undocumented in source.
lu
M lu;
Undocumented in source.
piv
size_t[] piv;
Undocumented in source.

Meta