![]() |
XLPack 6.1
C/C++ API リファレンスマニュアル
|
関数 | |
| void | _zpocon (char uplo, int n, int lda, doublecomplex a[], double anorm, double *rcond, doublecomplex work[], double rwork[], int *info) |
| 行列の条件数 (正定値エルミート行列) | |
| void | _zpotrf (char uplo, int n, int lda, doublecomplex a[], int *info) |
| 係数行列のコレスキー分解 (正定値エルミート行列) | |
| void | _zpotri (char uplo, int n, int lda, doublecomplex a[], int *info) |
| 行列の逆行列 (正定値エルミート行列) | |
| void | _zpotrs (char uplo, int n, int nrhs, int lda, doublecomplex a[], int ldb, doublecomplex b[], int *info) |
| 分解済の連立一次方程式 AX = B の解 (正定値エルミート行列) | |
| void | _zppcon (char uplo, int n, doublecomplex ap[], double anorm, double *rcond, doublecomplex work[], double rwork[], int *info) |
| 行列の条件数 (正定値エルミート行列) (圧縮形式) | |
| void | _zpptrf (char uplo, int n, doublecomplex ap[], int *info) |
| 係数行列のコレスキー分解 (正定値エルミート行列) (圧縮形式) | |
| void | _zpptri (char uplo, int n, doublecomplex ap[], int *info) |
| 行列の逆行列 (正定値エルミート行列) (圧縮形式) | |
| void | _zpptrs (char uplo, int n, int nrhs, doublecomplex ap[], int ldb, doublecomplex b[], int *info) |
| 分解済の連立一次方程式 AX = B の解 (正定値エルミート行列) (圧縮形式) | |
D2d1b. 連立一次方程式 (正定値エルミート行列) (計算ルーチン) (複素数) プログラムを表示しています.