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' hermitian factorization
Syntax
sqroot(X)
Arguments
- X
symmetric non negative definite real or complex matrix
Description
returns W such that X=W*W'
(uses SVD).
Examples
Report an issue | ||
<< schur | Factorization | Kernel >> |