搜索资源列表
MCHOLSK
- Subroutine MCHOLSK :To solves a hermitian positive definite set of complex linear simultaneous equations (AX=B) using the Cholesky decomposition method.
MCHOLSK
- 实现矩阵的Cholesky分解,这些程序是用C来编写的.
MCHOLSK
- 实现矩阵的Cholesky分解的C语言代码
MCHOLSK
- 实现矩阵的Cholesky分解的C语言代码-The realization of Matrix Cholesky decomposition C language code
MCHOLSK
- C语言编写的DSP程序,实现Cholesky分解,以此实现谱估计-DSP program written in C to achieve Cholesky decomposition, in order to achieve spectral estimation
MCHOLSK
- 应用Cholesky分解算法,求解复数线性一致hermitian正定方程组。-Application of Cholesky decomposition algorithm, to solve the same complex hermitian positive definite linear equations.
Arma
- To estimate the parameters of ARMA(ip,iq) model and estimate the PSD First using the Cholesky decomposition method to solve eq(12.8.5) to find AR model s parameters, this is finished by calling subroutine MCHOLS
MCHOLSK
- C scr ipt for solving Hermitian positive definite set of complex linear simultaneous equations using Cholesky decompisition method.