Function solve

Source
pub fn solve(a: impl AsRef<Array>, b: impl AsRef<Array>) -> Result<Array>
Expand description

Compute the solution to a system of linear equations AX = B

§Params

  • a: input array
  • b: input array
  • stream: stream to execute the operation

§Returns

The unique solution to the system AX = B