読み取り中…
検索中…
一致する文字列を見つけられません
15#define ximatalloc(row, col) xspIMatAlloc((int)(row), (int)(col))
16#define xsmatalloc(row, col) xspSMatAlloc((int)(row), (int)(col))
17#define xlmatalloc(row, col) xspLMatAlloc((int)(row), (int)(col))
18#define xfmatalloc(row, col) xspFMatAlloc((int)(row), (int)(col))
19#define xdmatalloc(row, col) xspDMatAlloc((int)(row), (int)(col))
21#define ximatfree(x, row) xspIMatFree(x, (int)(row))
22#define xsmatfree(x, row) xspSMatFree(x, (int)(row))
23#define xlmatfree(x, row) xspLMatFree(x, (int)(row))
24#define xfmatfree(x, row) xspFMatFree(x, (int)(row))
25#define xdmatfree(x, row) xspDMatFree(x, (int)(row))
29#define xcmatalloc(row, col) xspCMatAlloc((int)(row), (int)(col))
30#define xcmatfree(x, row) xspCMatFree(x, (int)(row))
31#define xucmatalloc(row, col) xspUCMatAlloc((int)(row), (int)(col))
32#define xucmatfree(x, row) xspUCMatFree(x, (int)(row))