libharkio3
A File I/O and Data Manipulation Library for HARK
|
harkio_Matrix_map で要素ごとの処理を行うための関数ポインタ群。 More...
#include <libharkio3.h>
Public Attributes | |
int(* | imap )(int) |
float(* | fmap )(float) |
COMPLEX_TYPE(* | cmap )(COMPLEX_TYPE) |
harkio_Matrix_map で要素ごとの処理を行うための関数ポインタ群。
COMPLEX_TYPE(* harkio_Matrix_maps::cmap) (COMPLEX_TYPE) |
複素数型のときの関数ポインタ
float(* harkio_Matrix_maps::fmap) (float) |
浮動小数点型のときの関数ポインタ
int(* harkio_Matrix_maps::imap) (int) |
整数型のときの関数ポインタ