matrix/readwrite_sub.h マニュアル

(The documentation of matrix/readwrite_sub.h)

Last Update: 2022/3/16


matrix/readwrite_sub.hでは 様々な形式の行列の入出力に共通に用いられる関数が用意されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions commonly used for reading and writing a matrix of various types are defined in matrix/readwrite_sub.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
matrixdata_incorrect
【マニュアル未作成】
[The documentation has yet to be created]
読み込もうとした行列ファイルは途中で終了している旨の エラーメッセージを出力してプログラムを終了する。
Terminate a program run after displaying an error message that a matrix file tried to be read terminated before reaching the end of the data.
negative_matrix_size
【マニュアル未作成】
[The documentation has yet to be created]
行列のサイズをチェックする。
Check the size of a matrix.
invalid_rowvector_size
【マニュアル未作成】
[The documentation has yet to be created]
行ベクトルのサイズをチェックする。
Check the size of a row vector.
invalid_columnvector_size
【マニュアル未作成】
[The documentation has yet to be created]
列ベクトルのサイズをチェックする。
Check the size of a column vector.
negative_vector_size
【マニュアル未作成】
[The documentation has yet to be created]
ベクトルのサイズをチェックする。
Check the size of a vector.
vm_scanf_matrixsize
【マニュアル未作成】
[The documentation has yet to be created]
rvm, cvm形式のファイルから行列のサイズを読み込む。
Read the size of a matrix from a file of rvm or cvm format.
vm_printf_matrixsize
【マニュアル未作成】
[The documentation has yet to be created]
rvm, cvm形式のファイルに行列のサイズを書き込む。
Write the size of a matrix to a file of rvm or cvm format.