![]() |
XLPack 7.0
XLPack 数値計算ライブラリ (C API) リファレンスマニュアル
|
関数 | |
void | dpocon (char uplo, int n, int lda, double a[], double anorm, double *rcond, double work[], int iwork[], int *info) |
行列の条件数 (正定値対称行列) | |
void | dpotrf (char uplo, int n, int lda, double a[], int *info) |
係数行列のコレスキー分解 (正定値対称行列) | |
void | dpotri (char uplo, int n, int lda, double a[], int *info) |
行列の逆行列 (正定値対称行列) | |
void | dpotrs (char uplo, int n, int nrhs, int lda, double a[], int ldb, double b[], int *info) |
分解済の連立一次方程式 AX = B の解 (正定値対称行列) | |
void | dppcon (char uplo, int n, double ap[], double anorm, double *rcond, double work[], int iwork[], int *info) |
行列の条件数 (正定値対称行列) (圧縮形式) | |
void | dpptrf (char uplo, int n, double ap[], int *info) |
係数行列のコレスキー分解 (正定値対称行列) (圧縮形式) | |
void | dpptri (char uplo, int n, double ap[], int *info) |
行列の逆行列 (正定値対称行列) (圧縮形式) | |
void | dpptrs (char uplo, int n, int nrhs, double ap[], int ldb, double b[], int *info) |
分解済の連立一次方程式 AX = B の解 (正定値対称行列) (圧縮形式) | |
void | dsposv (char uplo, int n, int nrhs, int lda, double a[], int ldb, double b[], int ldx, double x[], double work[], float swork[], int *iter, int *info) |
(シンプルドライバ) 連立一次方程式 AX = B の解 (正定値対称行列) (混合精度反復改良法) | |
D2b1b. 連立一次方程式 (正定値対称行列) (計算ルーチン) プログラムを表示しています.