XLPack 6.1
C/C++ API リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません
関数
D4a1. 固有値・固有ベクトル (対称行列) (ドライバー・ルーチン)

関数

void _dsbev (char jobz, char uplo, int n, int kd, int ldab, double ab[], double w[], int ldz, double z[], double work[], int *info)
 (シンプルドライバ) 固有値・固有ベクトル (対称帯行列)
 
void _dsbevd (char jobz, char uplo, int n, int kd, int ldab, double ab[], double w[], int ldz, double z[], double work[], int lwork, int iwork[], int liwork, int *info)
 (分割統治法ドライバ) 固有値・固有ベクトル (対称帯行列)
 
void _dsbevx (char jobz, char range, char uplo, int n, int kd, int ldab, double ab[], int ldq, double q[], double vl, double vu, int il, int iu, double abstol, int *m, double w[], int ldz, double z[], double work[], int iwork[], int ifail[], int *info)
 (エキスパートドライバ) 固有値・固有ベクトル (対称帯行列)
 
void _dspev (char jobz, char uplo, int n, double ap[], double w[], int ldz, double z[], double work[], int *info)
 (シンプルドライバ) 固有値・固有ベクトル (対称行列) (圧縮形式)
 
void _dspevd (char jobz, char uplo, int n, double ap[], double w[], int ldz, double z[], double work[], int lwork, int iwork[], int liwork, int *info)
 (分割統治法ドライバ) 固有値・固有ベクトル (対称行列) (圧縮形式)
 
void _dspevx (char jobz, char range, char uplo, int n, double ap[], double vl, double vu, int il, int iu, double abstol, int *m, double w[], int ldz, double z[], double work[], int iwork[], int ifail[], int *info)
 (エキスパートドライバ) 固有値・固有ベクトル (対称行列) (圧縮形式)
 
void _dstev (char jobz, int n, double d[], double e[], int ldz, double z[], double work[], int *info)
 (シンプルドライバ) 固有値・固有ベクトル (対称3重対角行列)
 
void _dstevd (char jobz, int n, double d[], double e[], int ldz, double z[], double work[], int lwork, int iwork[], int liwork, int *info)
 (分割統治法ドライバ) 固有値・固有ベクトル (対称3重対角行列)
 
void _dstevr (char jobz, char range, int n, double d[], double e[], double vl, double vu, int il, int iu, double abstol, int *m, double w[], int ldz, double z[], int isuppz[], double work[], int lwork, int iwork[], int liwork, int *info)
 (MRRR法ドライバ) 固有値・固有ベクトル (対称3重対角行列)
 
void _dstevx (char jobz, char range, int n, double d[], double e[], double vl, double vu, int il, int iu, double abstol, int *m, double w[], int ldz, double z[], double work[], int iwork[], int ifail[], int *info)
 (エキスパートドライバ) 固有値・固有ベクトル (対称3重対角行列)
 
void _dsyev (char jobz, char uplo, int n, int lda, double a[], double w[], double work[], int lwork, int *info)
 (シンプルドライバ) 固有値・固有ベクトル (対称行列)
 
void _dsyevd (char jobz, char uplo, int n, int lda, double a[], double w[], double work[], int lwork, int iwork[], int liwork, int *info)
 (分割統治法ドライバ) 固有値・固有ベクトル (対称行列)
 
void _dsyevr (char jobz, char range, char uplo, int n, int lda, double a[], double vl, double vu, int il, int iu, double abstol, int *m, double w[], int ldz, double z[], int isuppz[], double work[], int lwork, int iwork[], int liwork, int *info)
 (MRRR法ドライバ) 固有値・固有ベクトル (対称行列)
 
void _dsyevx (char jobz, char range, char uplo, int n, int lda, double a[], double vl, double vu, int il, int iu, double abstol, int *m, double w[], int ldz, double z[], double work[], int lwork, int iwork[], int ifail[], int *info)
 (エキスパートドライバ) 固有値・固有ベクトル (対称行列)
 

詳解

D4a1. 固有値・固有ベクトル (対称行列) (ドライバー・ルーチン) プログラムを表示しています.