XLPack 7.0
XLPack 数値計算ライブラリ (C API) リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません
関数
R2. 行列のチェック

関数

void csc_check (int m, int n, const double val[], const int ptr[], const int ind[], int result[], int *info)
 疎行列のチェック (CSC)
 
void csr_check (int m, int n, const double val[], const int ptr[], const int ind[], int result[], int *info)
 疎行列のチェック (CSR)
 
void csx_check_sym (int n, const double val[], const int ptr[], const int ind[], int *info)
 疎行列の対称性のチェック (CSC/CSR)
 
void z_csc_check (int m, int n, const doublecomplex val[], const int ptr[], const int ind[], int result[], int *info)
 疎行列のチェック (複素行列) (CSC)
 
void z_csr_check (int m, int n, const doublecomplex val[], const int ptr[], const int ind[], int result[], int *info)
 疎行列のチェック (複素行列) (CSR)
 
void z_csx_check_sym (int n, const doublecomplex val[], const int ptr[], const int ind[], int *info)
 疎行列の対称性のチェック (複素行列) (CSC/CSR)
 

詳解

R2. 行列のチェック プログラムを表示しています.