関数名 Function name |
構造体の型 Type of structure |
機能・用途 Purpose |
matrix_maxvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct matrix |
指定した範囲の行列要素の最大値を取り出す。 Extract the maximum value of matrix components in a specified range. |
diagonal_matrix_maxvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct diagonal_matrix | |
rowvector_maxvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct rowvector | |
columnvector_maxvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct columnvector | |
matrix_minvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct matrix |
指定した範囲の行列要素の最小値を取り出す。 Extract the minimum value of matrix components in a specified range. |
diagonal_matrix_minvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct diagonal_matrix | |
rowvector_minvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct rowvector | |
columnvector_minvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct columnvector | |
matrix_absmaxvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct matrix |
指定した範囲の行列要素の絶対値最大値を取り出す。 Extract the absolute maximum value of matrix components in a specified range. |
diagonal_matrix_absmaxvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct diagonal_matrix | |
rowvector_absmaxvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct rowvector | |
columnvector_absmaxvalue 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct columnvector | |
matrix_norm2 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct matrix |
指定した範囲の行列要素の2乗和を計算する。 Compute the square summation of matrix components in a specified range. |
diagonal_matrix_norm2 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct diagonal_matrix | |
rowvector_norm2 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct rowvector | |
columnvector_norm2 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct columnvector |