Go to the source code of this file.
|
| module | sqrt_mod |
| | Utility module with various routine to compute matrix square root.
|
| |
|
| subroutine, public | sqrt_mod::init_sqrt |
| |
| subroutine, public | sqrt_mod::sqrtm (A, sqA, info, info_triu, bs) |
| | Routine to compute a real square-root of a matrix. More...
|
| |
| logical function | sqrt_mod::selectev (a, b) |
| |
| subroutine | sqrt_mod::sqrtm_triu (A, sqA, info, bs) |
| |
| subroutine | sqrt_mod::csqrtm_triu (A, sqA, info, bs) |
| |
| subroutine | sqrt_mod::rsf2csf (T, Z, Tz, Zz) |
| |
| subroutine, public | sqrt_mod::chol (A, sqA, info) |
| | Routine to perform a Cholesky decomposition. More...
|
| |
| subroutine, public | sqrt_mod::sqrtm_svd (A, sqA, info, info_triu, bs) |
| | Routine to compute a real square-root of a matrix via a SVD decomposition. More...
|
| |