KMS¶
An \(n \times n\) KMS matrix with parameter \(\rho\) is a skew-Hermitian matrix such that
\[A(i,j) = \rho^{j-i},\;\;\; i <= j.\]
C API¶
-
ElError
ElKMS_c
(ElMatrix_c K, ElInt n, complex_float rho)¶
-
ElError
ElKMS_z
(ElMatrix_z K, ElInt n, complex_double rho)¶
-
ElError
ElKMSDist_c
(ElDistMatrix_c K, ElInt n, complex_float rho)¶
-
ElError
ElKMSDist_z
(ElDistMatrix_z K, ElInt n, complex_double rho)¶