njoy / math

A library providing mathematical abstractions encountered in nuclear data
Other
1 stars 0 forks source link

Add method to determine zeros of Taylor Series #21

Open apmccartney opened 8 years ago

apmccartney commented 8 years ago

returning a vector of doubles and removing repeated roots. Should find roots by evaluating the eigenvalues of the companion matrix for numerical stability. The Eigen library should be used for this task.