Regression test for illegal modification of Y in CGEMV, SGEMV and ZGE…
…MV observed with Apple vecLib on SGEMV and DGEMV.
Test the Fortran intrinsic ABS and complex divisions and report durin…
…g compile time. Currently only working with the CMake build!
Fixes bugs. Updates documentation. Tests for ABS and complex division…
… run on the Makefile build
Merge branch 'fix-precision-in-clartgf90-2' of github.com:weslleysper…
…eira/lapack into fix-precision-in-clartgf90-2
Merge pull request #622 from matcross/master
Regression test for illegal modification of Y in xGEMV.
Merge pull request #601 from PhillHS/master
Fix for overwritten LD_LIBRARY_PATH and LIBRARY_PATH
Merge pull request #623 from weslleyspereira/try-test-fotrancompiler_…
…abs_div_operations Test the Fortran intrinsic ABS and complex divisions and report fails during build
remove spurious ../ from target_include_directories path
Merge pull request #663 from mtowara/master
Fix CBLAS/src/CMakeLists.txt
Use transpose rather than conjugate transpose to be consistent with other real routines
Merge pull request #671 from dbakshee/master
Do not gitignore TESTING/CMakeLists.txt
Scaling routines do a quick return if scaling with one
* SCAL: Quick return if scaling factor is one * LASCL: If cto == cfrom and neither input is NaN or Inf, skip scaling
Merge pull request #674 from angsch/scal
Update scaling routines to return immediately when scaling with one
Test error exists of [CZ]GEBD2
[SD]GEBD2 are already tested. Closes #47
Add missing error exit checks for nep
* add tests of TREVC3 * add workspace test for [DS]HSEQR that was already implemented for [CZ]HSEQR
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