matrix/info.h マニュアル

(The documentation of matrix/info.h)

Last Update: 2022/1/28


matrix/info.hでは 行列から要素の最大値や2乗和などの情報を取得する関数 が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to extract information (e.g., the maximum value or square summation of components) from a matrix are defined in matrix/info.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
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