Function arrayfire::solve
[−]
[src]
pub fn solve(a: &Array, b: &Array, options: MatProp) -> Array
Solve a system of equations
Parameters
ais the coefficient matrixbhas the measured valuesoptionsdetermine the various properties of matrix a
The options parameter currently needs to be either NONE, LOWER or UPPER, other values are not supported yet.
Return Values
An Array which is the matrix of unknown variables