関数名 Function name |
対象とする型 Supported structure type |
機能・用途 Purpose |
get_sequence_memory | struct sequence |
構造体のメンバsize,t0,dtの値を設定し、
メンバvalueの動的メモリを確保する。 Set the values of members size, t0, and dt of a structure, and allocate dynamic memory for member value of the structure. |
get_imsequence_memory | struct imsequence | |
get_imsequence2_memory | struct imsequence2 | |
zero_sequence | struct sequence |
構造体のメンバvalueの全配列要素の値を0.0に設定(初期化)する。 Set 0.0 (initialize) to the values of all array components of member value of a structure. |
zero_imsequence | struct imsequence | |
zero_imsequence2 | struct imsequence2 | |
free_sequence_memory | struct sequence |
構造体のメンバvalueの動的メモリを解放する。 Release dynamic memories for member value of a structure. |
free_imsequence_memory | struct imsequence | |
free_imsequence2_memory | struct imsequence2 |