NDArray::solve
public static function solve(NDArray|array $a, NDArray|array $b): NDArray;
Solves a linear system of equations for x, where Ax = b, and A and b are given arrays.
public static function solve(NDArray|array $a, NDArray|array $b): NDArray;
Solves a linear system of equations for x, where Ax = b, and A and b are given arrays.