dkh.matrix

Undocumented in source.

Members

Functions

determinent
auto determinent(Mat _m)
Undocumented in source. Be warned that the author may not have intended to support it.
matrix
auto matrix()
Undocumented in source. Be warned that the author may not have intended to support it.
matrix
auto matrix(size_t H, size_t W)
Undocumented in source. Be warned that the author may not have intended to support it.
matrixMod2
auto matrixMod2()
Undocumented in source. Be warned that the author may not have intended to support it.
solveLinear
Vec solveLinear(Mat m, Vec r)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DMatrix
struct DMatrix(T)

行列ライブラリ(Mod2)

SMatrix
struct SMatrix(T, size_t H, size_t W)

行列ライブラリ

SMatrixMod2
struct SMatrixMod2(size_t H, size_t W)

行列ライブラリ(Mod2)

Meta