search for: zesv

Displaying 1 result from an estimated 1 matches for "zesv".

Did you mean: resv
2004 Jan 14
1
'solve' algorithm
I'm looking for the algorithm of the solve function (base package). As I understand the help text neither Linpack nor Lapack's ZESV is used (in the simple example below) but what algorithm is? Something like Gauss Jordan Elimination should be applicable to solve a linear system In particular I want to be able to translate it into i.e. Delphi, but in the example below I'm not convinced that I understand what's happen...