libharkio3
A File I/O and Data Manipulation Library for HARK
Public Attributes | List of all members
harkio_Matrix Struct Reference

伝達関数などの、行列を表す構造体。 More...

#include <libharkio3.h>

Collaboration diagram for harkio_Matrix:
Collaboration graph
[legend]

Public Attributes

char tag [32]
 
char type [32]
 
int dim
 
int rows
 
int cols
 
multipleType data
 

Detailed Description

伝達関数などの、行列を表す構造体。

Member Data Documentation

int harkio_Matrix::cols

列サイズ

multipleType harkio_Matrix::data

データ自体

int harkio_Matrix::dim

次元

int harkio_Matrix::rows

行サイズ

char harkio_Matrix::tag[32]

保存時に埋め込まれる

char harkio_Matrix::type[32]

データ型。


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