[][src]Function arrayfire::cholesky_inplace

pub fn cholesky_inplace<T>(input: &mut Array<T>, is_upper: bool) -> i32 where
    T: HasAfEnum + FloatingPoint

Perform inplace Cholesky decomposition

Parameters

Return Values

A 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.