PMatrix

ポインタを管理します

struct PMatrix (
M
) if (
isMatrix!M
) {
enum rows;
enum cols;
M* ptr;
}

Meta