CommonMatrixMath Namespace
function Jacobi(A: TFloatMatrix; Lbound: Integer; Ubound: Integer; MaxIter: Integer; Tol: float; V: TFloatMatrix; Lambda: TFloatArray): Integer;
CommonMatrixMath
This is function CommonMatrixMath.Jacobi.