imatrix Struct Reference

#include <matrix.h>

Data Fields

int n
 次元数
int r
 全要素数 sz[0]+sz[1]+...+sz[n-1]
int * sz
 各次元の要素数 sz[0]?sz[n-1]
int * mx
 要素 mx[0]?mx[r-1]

Detailed Description

多次元整数マトリックス型 imatrix

imatrix型の引数は (行, 列, ....)となり,実際には後ろの方から 順にメモリ格納される(グラフィック等とは逆方向 gdata.c)ので 直接メモリにアクセスする場合は注意が必要である.

Definition at line 59 of file matrix.h.


Field Documentation

int* mx
int n
int r
int* sz

The documentation for this struct was generated from the following file:

Generated on 15 Nov 2023 for JunkBox_Lib by  doxygen 1.6.1