Examples
API
References
Solve the linear system \(A * x = b\).
b (Array) – Vector of shape [n,].
Array
[n,]
The solution of shape [n,].