Syntax: linsolve2(matrix, vector).
Description: Solving linear system using LAPACK
Group: equations
Note:
Example:a=solve(x^2-2*x*b+b^2,x)printf('%f\n',a)Answer:b
Also see:
Implemented in: LambdaLINSOLVE2.java