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

harkio_Matrix_map で要素ごとの処理を行うための関数ポインタ群。 More...

#include <libharkio3.h>

Public Attributes

int(* imap )(int)
 
float(* fmap )(float)
 
COMPLEX_TYPE(* cmap )(COMPLEX_TYPE)
 

Detailed Description

harkio_Matrix_map で要素ごとの処理を行うための関数ポインタ群。

Member Data Documentation

COMPLEX_TYPE(* harkio_Matrix_maps::cmap) (COMPLEX_TYPE)

複素数型のときの関数ポインタ

float(* harkio_Matrix_maps::fmap) (float)

浮動小数点型のときの関数ポインタ

int(* harkio_Matrix_maps::imap) (int)

整数型のときの関数ポインタ


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