SMatrix

行列ライブラリ

struct SMatrix (
T
size_t H
size_t W
) {
T[W][H] data;
}

Meta