Commit Graph
6 Commits
Author SHA1 Message Date
Angelika Schwarz d2a547a392 Fix precision mismatches in tests
* For REAL tests, replace 1.D0 with 1.0
* For CMPLX tests, replace CMPLX(1.D0, 1.D0) with CMPLX(1.0, 1.0)
* [sz]het01_aa.f: replace dimension cast DBLE(N) with REAL(N)
* [cz]syt01_aa.f: replace dimension cast DBLE(N) with REAL(N)
  and init CONE and CZERO as complex numbers
2022-05-25 19:36:47 +01:00
Igor Zhuravlov e9ff50780e comments unified: 'End of' comment: name fixed 2021-04-06 18:07:24 -03:00
Julie e18d437924 Making LAPACK's code eternal... no more version and date in source files.
GitHub is now enabling us to track accurately version and date.
No need for this anymore.
2021-03-25 10:16:58 -07:00
Julie bc6a755be4 Updating version number on source file modified since 3.6.1
This is really old school, but a lot of times we have users sending us
copy pasting of codes, and that is the only way to know the version of
the code.
2016-12-23 15:01:32 -08:00
Julien Langou bbff739371 Lots of trailing whitespaces in the files of Syd. Cleaning this. No big deal. 2016-11-03 08:48:54 +01:00
Syd Hashemi a6afc403fa Tall skinny and short wide routines 2016-10-19 09:52:19 -07:00