TMatrix.PolyRoots Method
Finds the polynomial roots for this vector contaning polynomial coefficients. The eigenvalue method is used.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TMatrix PolyRoots()
Public Function PolyRoots As TMatrix
public:
TMatrix^ PolyRoots()
member PolyRoots : unit -> TMatrix
Return Value
TMatrixA vector containing the polynomial roots.