[][src]Function arrayfire::pinverse

pub fn pinverse<T>(
    input: &Array<T>,
    tolerance: f64,
    option: MatProp
) -> Array<T> where
    T: HasAfEnum + FloatingPoint

Psuedo Inverse of Matrix

Parameters

Notes:

Return

Pseudo Inverse matrix for the input matrix