XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches
Functions

Functions

Sub Cpqr79 (N As Long, A() As Complex, Z() As Complex, Info As Long)
 Roots of a polynomial (complex coefficients) (Companion matrix method)
 
Sub Cpzero (N As Long, A() As Complex, Z() As Complex, IFlag As Long, S() As Double, Info As Long, Optional Iter As Long, Optional MaxIter As Long=0)
 Roots of a polynomial (complex coefficients) (2nd order simultaneous iterative method)
 
Sub Dka (N As Long, A() As Complex, Z() As Complex, Info As Long, Optional Iter As Long, Optional MaxIter As Long=0)
 Roots of a polynomial (complex coefficients) (3rd order DKA method)
 
Sub Rpqr79 (N As Long, A() As Double, Z() As Complex, Info As Long)
 Roots of a polynomial (real coefficients) (Companion matrix method)
 
Sub Rpzero (N As Long, A() As Double, Z() As Complex, IFlag As Long, S() As Double, Info As Long, Optional Iter As Long, Optional MaxIter As Long=0)
 Roots of a polynomial (real coefficients) (2nd order simultaneous iterative method)
 
Sub Rpzero2 (N As Long, A() As Double, Zr() As Double, Zi() As Double, IFlag As Long, S() As Double, Info As Long, Optional Iter As Long, Optional MaxIter As Long=0)
 Roots of a polynomial (real coefficients) (2nd order simultaneous iterative method) (complex type is not used)
 

Detailed Description

This is the group of F1a. Roots of polynomials.