Mfasi

Joined 28 February 2014
95 bytes added ,  18 March 2014
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 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 form matrix polynomials evaluation, analogous to Matlab's [http://www.mathworks.fr/fr/help/matlab/ref/polyvalm.html polyvalm ()] 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).
102

edits