JunkBox_Lib  1.10.2
imatrix Struct Reference

#include <matrix.h>

Data Fields

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

Detailed Description

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

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

Definition at line 53 of file matrix.h.

Field Documentation

◆ mx

◆ n

◆ r

◆ sz


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