![]() |
XLPack 7.0
XLPack 数値計算ライブラリ (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. 連立一次方程式 (正定値エルミート行列) (計算ルーチン) (複素数) プログラムを表示しています.