JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
matrix Struct Reference

#include <matrix.h>

Public Attributes

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

Detailed Description

多次元実数マトリックス型 matrix

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

Definition at line 68 of file matrix.h.

Member Data Documentation

◆ mx

◆ n

◆ r

◆ sz


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