ymaeda_opentools独自のファイル形式

行列

(Special file formats for ymaeda_opentools — Matrices)



ymaeda_opentoolsでは行列を表現するためのファイル形式として 以下の12個を定義している。
The following 12 formats are defined in ymaeda_opentools to represent matrices.


(1) 一般の行列に対するファイル形式 (File formats for general matrices)

ファイル形式(拡張子)
File format (extension)
説明
Description
ファイルサイズ
File size
扱いやすさ
Easiness to treat
精度
Accuracy
3dm ヘッダおよび各成分の行番号・列番号・値の組から成るテキストファイル。
A text file composed of the headers as well as the combination of the row number, column number, and value of each component.

Large
容易
Easy
6桁
6-digits
cm ヘッダおよび各成分の値から成るテキストファイル。
A text file composed of the headers and the value of each component.

Medium
中間的
Intermediate
6桁
6-digits
rvm 行ごとに分割したテキストファイルから成るディレクトリ。
A directory composed of text files which represent individual raws of the matrix.

Large
容易
Easy
6桁
6-digits
cvm 列ごとに分割したテキストファイルから成るディレクトリ。
A directory composed of text files which represent individual columns of the matrix.

Large
容易
Easy
6桁
6-digits
bdm ヘッダおよび各成分の値(倍精度実数)から成るバイナリファイル。
A binary file composed of the headers and the value of each component given by double precision real numbers.

Medium
面倒
Hard
倍精度
Double precision
bfm ヘッダおよび各成分の値(単精度実数)から成るバイナリファイル。
A binary file composed of the headers and the value of each component given by single precision real numbers.

Small
面倒
Hard
単精度
Single precision


(2) 対角行列に対するファイル形式 (File formats for diagonal matrices)

ファイル形式(拡張子)
File format (extension)
説明
Description
ファイルサイズ
File size
扱いやすさ
Easiness to treat
精度
Accuracy
dm ヘッダおよび各対角成分の行(列)番号・値の組から成るテキストファイル。
A text file composed of the headers as well as the combination of the raw (column) number and value of each diagonal component.

Medium
容易
Easy
6桁
6-digits
cdm ヘッダおよび各対角成分の値から成るテキストファイル。
A text file composed of the headers and the value of each diagonal component.

Small
中間的
Intermediate
6桁
6-digits
bdd ヘッダおよび各対角成分の値(倍精度実数)から成るバイナリファイル。
A binary file composed of the headers and the value of each diagonal component given by double precision real numbers.

Small
面倒
Hard
倍精度
Double precision
bfd ヘッダおよび各対角成分の値(単精度実数)から成るバイナリファイル。
A binary file composed of the headers and the value of each diagonal component given by single precision real numbers.

Small
面倒
Hard
単精度
Single precision


(3) 行ベクトルや列ベクトルに対するファイル形式 (File formats for raw vectors and column vectors)

ファイル形式(拡張子)
File format (extension)
説明
Description
ファイルサイズ
File size
扱いやすさ
Easiness to treat
精度
Accuracy
2dv ヘッダおよび各成分の行(列)番号・値の組から成るテキストファイル。
A text file composed of the headers as well as the combination of the raw (column) number and value of each component.

Medium
容易
Easy
6桁
6-digits
cv ヘッダおよび各成分の値から成るテキストファイル。
A text file composed of the headers and the value of each component.

Small
中間的
Intermediate
6桁
6-digits