storing matrices and vectors of large integers

Torbjorn Granlund tg at swox.com
Thu Apr 9 09:49:41 CEST 2009


hugo soares <h.kumite at gmail.com> writes:

  I would like to ask how matrices and vectors of multi precision
  integers (mpz_t) are stored.  I have read the manual, and it is
  explained how an mpz_t is stored, and it uses an array already, so I
  wonder how large matrices are stored.

GMP doesn't support any matrix type.
If you need matrix (of e.g. mpz_t) you need to program that yourself.

-- 
Torbjörn


More information about the gmp-discuss mailing list