Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
sqroot
W*W' エルミート分解
呼び出し手順
sqroot(X)
引数
- X
対称非負定実または複素行列
説明
X=W*W'
となるようなWを返します(SVDを使用).
例
Report an issue | ||
<< schur | Factorization | Kernel >> |