SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
choleskyInverse

Functions

template<domain D :shared3p >
D float32 choleskyInverse (D float32[[2]] x)
 
template<domain D :shared3p >
D float64 choleskyInverse (D float64[[2]] x)
 

Detailed Description

Function for finding the inverse of a matrix using Cholesky decomposition.

Note
D - shared3p protection domain
Supported types - float32 / float64
This function can only be applied to positive-definite Hermitian matrices.
Parameters
x- matrix
Returns
returns the inverse of x
Leakage
None

Function Documentation

◆ choleskyInverse() [1/2]

D float32 choleskyInverse ( D float32[[2]]  x)

◆ choleskyInverse() [2/2]

D float64 choleskyInverse ( D float64[[2]]  x)