Package imagingbook.common.math.eigen.eispack


package imagingbook.common.math.eigen.eispack
EISPACK code (FORTRAN) for solving generalized eigenvalue problems (from http://www.netlib.no/netlib/eispack). Untangled to goto-free Java using a sequential state machine concept, inspired by D. E. Knuth, "Structured Programming with Goto Statements", Computing Surveys, Vol. 6, No. 4 (1974).