Function: latticetype2matrix
LATTICETYPE2MATRIX  Convert lattice description to matrix form
  Usage: V=latticetype2matrix(L,a,M,lt);

  V=LATTICETYPE2MATRIX(L,a,M,lt) converts a standard description of a
  lattice using the a, M and lt parameters into a 2x2
  integer matrix description. The conversion is only valid for the
  specified transform length L.

  The output will be in lower triangular Hemite normal form.

  For more information, see
  http://en.wikipedia.org/wiki/Hermite_normal_form.

  An example:

    V = latticetype2matrix(120,10,12,[1 2])

Url: http://ltfat.github.io/doc/gabor/latticetype2matrix.html

See also: matrix2latticetype.

Package: ltfat