The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.66

  • Jan 25 2013
    • Wrote a better paragraph describing balance_matrix().
  • Jan 15 2013
    • Corrected the build_companion() example (varible was a scalar instead of an array).
    • Took a first stab at documenting balance_matrix().
  • Jan 14 2013
    • Document existence of Fortran code.
  • Jan 3 2013
    • Found Hiroshi Murakami's Fortran code on an old flash drive! Added it to the references directory, under 'qralg' (he stated it was freely available for this purpose in an e-mail Nick Ing-Simmons forwarded to me).
    • Replaced Dick Nickalls's cubic paper with an updated one that he pointed me to (it has a few corrections).
  • Dec 24 2012
    • Added a reference in the documentation for balance_matrix().
  • Dec 19 2012
    • Corrected a line in the documentation that stated build_companion() returned a reference to an array of arrays. It used to, but now that it's exported, it returns an array of arrays (no reference).
    • Fixed a brace mismatch in example code, and deleted a redundant line about laguerre() in Sturm documentation.

Modules

Find the roots of polynomial equations.