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