Function arrayfire::inverse
[−]
[src]
pub fn inverse(input: &Array, options: MatProp) -> Array
Compute inverse of a matrix
Parameters
inputis the input matrixoptionsdetermine various properties of input matrix
The parameter options currently take only the value NONE.
Return Values
An Array with values of the inverse of input matrix.