![]() |
XLPack 7.0
XLPack 数値計算ライブラリ (C API) リファレンスマニュアル
|
関数 | |
void | ssc_ic0 (char uplo, int n, const double val[], const int colptr[], const int rowind[], int base, double val2[], int idiag[], double work[], int *info) |
不完全コレスキー分解(フィルインなし) (IC0) (正定値対称行列) (CSC) | |
void | ssc_ic_solve (char uplo, int n, const double val[], const int colptr[], const int rowind[], int base, const int idiag[], const double b[], double x[], int *info) |
不完全コレスキー分解による前処理 (IC) (正定値対称行列) (CSC) | |
void | ssc_ssor_solve (char uplo, int n, double omega, const double val[], const int colptr[], const int rowind[], int base, const double d[], const double b[], double x[], int *info) |
対称逐次的過剰緩和(SSOR)前処理 (CSC) (対称行列用) | |
void | ssr_ic0 (char uplo, int n, const double val[], const int rowptr[], const int colind[], int base, double val2[], int idiag[], double work[], int *info) |
不完全コレスキー分解(フィルインなし) (IC0) (正定値対称行列) (CSR) | |
void | ssr_ic_solve (char uplo, int n, const double val[], const int rowptr[], const int colind[], int base, const int idiag[], const double b[], double x[], int *info) |
不完全コレスキー分解による前処理 (IC) (正定値対称行列) (CSR) | |
void | ssr_ssor_solve (char uplo, int n, double omega, const double val[], const int rowptr[], const int colind[], int base, const double d[], const double b[], double x[], int *info) |
対称逐次的過剰緩和(SSOR)前処理 (CSR) (対称行列用) | |
D2b4. 連立一次方程式 (対称行列) (反復法用前処理) プログラムを表示しています.