[][src]Function arrayfire::inverse

pub fn inverse<T>(input: &Array<T>, options: MatProp) -> Array<T> where
    T: HasAfEnum + FloatingPoint

Compute inverse of a matrix

Parameters

The parameter options currently take only the value NONE.

Return Values

An Array with values of the inverse of input matrix.