Source code

  • Source code for factoring univariate polynomials over non-trivial algebraic extensions of finite fields
  • This is the code I wrote as a project for my undergraduate thesis in Pisa. It contains a new algorithm that will be described in a special issue of the Journal of Symbolic Computation. To compile this code you will need the NTL library available at the website http://shoup.net/ntl/.
  • Source code for a matlab version of kernel kmeans inspired by the matlab version of the function kmeans
  • The explanation for how this function works can be basically found in the help section of the function kmeans in the matlab statistical toolbox. For how kernel kmeans works, see the reference "I. Dhillon, Y. Guan, and B. Kulis. A unified view of kernel k-means, spectral clustering and graph cuts. Technical Report TR-04-25, University of Texas at Austin, 2004."