pub fn cholesky_inplace<T>(input: &mut Array<T>, is_upper: bool) -> i32 where
T: HasAfEnum + FloatingPoint,
Perform inplace Cholesky decomposition
input
contains the input matrix on entry, and triangular matrix on exit.is_upper
is a boolean to indicate if the output has to be upper or lower triangular matrixA signed 32-bit integer. If the integer is 0, it means the cholesky decomposition passed. Otherwise, it will contain the rank at which the decomposition failed.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4