bob.math.linsolve_

bob.math.linsolve_((object)a, (object)output, (object)b) → None :

Solve the linear system a*x=b and return the result as a blitz array. The solver is from the LAPACK library (use of dgesv).