matrix/readwrite.h マニュアル

(The documentation of matrix/readwrite.h)

Last Update: 2024/7/24


matrix/readwrite.hでは 行列の入出力を行う関数が用意されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to read and write a matrix are defined in matrix/readwrite.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

入出力ファイル形式については 独自のファイル形式 参照。
The input/output file formats are described in Special file formats.

関数名
Function name
対象とする型
Supported structure type
機能・用途
Purpose
view_matrix
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
matrix 行列を標準出力に書き出す。
Write a matrix to the standard output.
view_diagonal_matrix
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
diagonal_matrix
view_rowvector
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
rowvector
view_columnvector
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
columnvector
matrix_filetype_check
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
matrix 入出力ファイルの形式(拡張子)をチェックする。
Check the format (extension) of input/output files.
diagonal_matrix_filetype_check
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
diagonal_matrix
rowvector_filetype_check
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
rowvector
columnvector_filetype_check
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
columnvector
read_matrix
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
matrix 行列をファイルから読み込む。
Read a matrix from a file.
read_diagonal_matrix
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
diagonal_matrix
read_rowvector
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
rowvector
read_columnvector
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
columnvector
write_matrix matrix 行列をファイルに書き出す。
Write a matrix to a file.
write_diagonal_matrix
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
diagonal_matrix
write_rowvector
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
rowvector
write_columnvector
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
columnvector