A linear space algorithm for computing the hermite normal form

  • Authors:
  • Daniele Micciancio;Bogdan Warinschi

  • Affiliations:
  • Univ. of California, San Diego;Univ. of California, San Diego

  • Venue:
  • Proceedings of the 2001 international symposium on Symbolic and algebraic computation
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Computing the Hermite Normal Form of an n × n integer matrix using the best current algorithms typically requires &Ogr;(n3 log M) space, where M is a bound on the entries of the input matrix. Although polynomial in the input size (which is &Ogr;(n2 log M)), this space blow-up can easily become a serious issue in practice when working on big integer matrices. In this paper we present a new algorithm for computing the Hermite Normal Form which uses only &Ogr;(n2 log M) space (i.e., essentially the same as the input size). When implemented using standard algorithms for integer and matrix multiplication, our algorithm has the same time complexity of the asymptotically fastest (but space inefficient) algorithms. We also present a heuristic algorithm for HNF that achieves a substantial speedup when run on randomly generated input matrices.