102
edits
Line 65: | Line 65: | ||
* modify the Schur function to deal with a specific reordering of the eigenvalues; | * modify the Schur function to deal with a specific reordering of the eigenvalues; | ||
* implement a function that evaluates matrix polynomials using | * implement a function that evaluates matrix polynomials using improved schemes ([https://www.princeton.edu/~achaney/tmve/wiki100k/docs/Horner_scheme.html Horner], [http://www-ti.informatik.uni-tuebingen.de/~borchert/ArithmeticalCircuits/PatersonStockmeyerSIAM73.pdf Paterson-Stockmeyer]); | ||
* implement a function to find a block pattern (how to group the eigenvalues of the Schur form); | * implement a function to find a block pattern (how to group the eigenvalues of the Schur form); | ||
* implement a function to find a confluent permutation (a very specific task). | * implement a function to find a confluent permutation (a very specific task). |
edits