This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Behaves correctly by rejecting the bogus call to CSYRK (but does give a confusing error message.) Page 184 of the following reference states: "For complex symmeteric matrices, TRANS='H' is not allowed." (In the CBlas the enum value 113 denotes TRANS 'H'.)
LAPACK Users' Guide, Third Edition.Needless to say that all the other cblas checks, beside those with csyrk did compile and pass. So cblas test suite error
@BOOK{laug,
AUTHOR = {Anderson, E. and Bai, Z. and Bischof, C. and
Blackford, S. and Demmel, J. and Dongarra, J. and
Du Croz, J. and Greenbaum, A. and Hammarling, S. and
McKenney, A. and Sorensen, D.},
TITLE = {{LAPACK} Users' Guide},
EDITION = {Third},
PUBLISHER = {Society for Industrial and Applied Mathematics},
YEAR = {1999},
ADDRESS = {Philadelphia, PA},
ISBN = {0-89871-447-8 (paperback)} }
Finally a little request. I'm would be very glad to see a PDF version of reference manual.
I agree but the pdf one gets from ps2pdf contains bitmap fonts which are not very readable on screen.Ghostscript's ps2pdf will do the conversion from the PS file, I think it is available for the Mac.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |