On 3/14/07, Andrej Vodopivec <andrej.vodopivec at gmail.com> wrote:
> The default algorithm used to compute determinants is treedet (in
> matrix.lisp), which is slow. If ratmx is true then the fraction-free
> gaussian elimination is used (tfgeli in mat.lisp). I don't know why
> treedet is preferred over tfgeli, but I would make tfgeli the default
> algorithm.
OK by me.
Robert