summaryrefslogtreecommitdiff
path: root/tests/tsqr.c
Commit message (Expand)AuthorAgeFilesLines
* tsqr.c: added generic tests (shows that the inexact flag isn't set).vlefevre2007-09-181-0/+5
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-2/+2
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-5/+5
* Converted tabs to spaces with expand.vlefevre2005-08-181-2/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-7/+7
* Optimize mpfr_mul by inlining and rewriting the rounding.pelissip2004-12-081-1/+7
* Improve coverage tests.pelissip2004-11-191-1/+33
* Add function mpfr_sqr (TODO: Make doc)pelissip2004-07-201-0/+93