TNumber.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 TNumber PolyRoots()
Public Function PolyRoots As TNumber
public:
TNumber^ PolyRoots()
member PolyRoots : unit -> TNumber
Return Value
TNumber
A vector containing the polynomial roots.