SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
template<domain D :shared3p > | |
D float32 | choleskyInverse (D float32[[2]] x) |
template<domain D :shared3p > | |
D float64 | choleskyInverse (D float64[[2]] x) |
Function for finding the inverse of a matrix using Cholesky decomposition.
x | - matrix |
D float32 choleskyInverse | ( | D float32[[2]] | x | ) |
D float64 choleskyInverse | ( | D float64[[2]] | x | ) |