Martin Köhler
c1c39a8a14
Fixed cast-qual and other warnings in LAPACKE
2025-04-24 10:40:18 +02:00
Martin Köhler
3e9035955f
Add typecasts to outputs
2025-04-23 23:38:11 +02:00
Martin Köhler
a077ce6f53
Fix warnings in CBLAS testing and examples
2025-04-23 23:27:09 +02:00
Martin Köhler
fc067149ee
Fix const qualifier for double complex routines
2025-04-23 23:12:05 +02:00
Martin Köhler
dbc45f746f
Fix const qualifier for float complex routines
2025-04-23 22:40:59 +02:00
Martin Köhler
4c637b8329
Fix the test of xGEMMTR
...
- make the SRNAME in XERBLA more robust against strings passed from C (e.g. OpenBLAS)
- adjust the maximum length of a function name from 6 to 7 characters
- add a missing parameter in the error output for z/cgemmtr.
2025-02-06 15:20:50 +01:00
Martin Köhler
c57c156bd1
Add gemmtr group to Doxygen
...
updated:
* BLAS/SRC/sgemmtr.f
* BLAS/SRC/zgemmtr.f
* BLAS/SRC/cgemmtr.f
* BLAS/SRC/dgemmtr.f
2024-06-27 14:01:49 +02:00
Martin Köhler
0e37c5cc37
Fix CMake Build
2024-06-24 15:35:14 +02:00
Martin Köhler
34adaba0e6
Add tests for cblas_s/d/zgemmtr
2024-06-24 15:18:22 +02:00
Martin Köhler
85717807e9
Working error tests on cblas_cgemmtr
2024-06-24 15:12:49 +02:00
Martin Köhler
63d2b3af58
add cblas_sgemmtr tests
2024-06-24 14:04:03 +02:00
Martin Köhler
b681b1eaec
Add cblas_dgemmtr test
2024-06-24 14:04:03 +02:00
Martin Köhler
adaf7248e7
Update comments
2024-06-24 14:04:03 +02:00
Martin Köhler
b721a55048
Working CBLAS_ZGEMMTR Test
2024-06-24 14:04:03 +02:00
Martin Köhler
60d0e76444
Adding cblas_zgemmtr test
2024-06-24 14:04:03 +02:00
Martin Köhler
f9ea71ef3d
Fix missing arguments in tests
2024-06-24 14:04:03 +02:00
Martin Köhler
cb81e003b8
Adjust BLAS test for routine names with at most 7 characters
2024-06-24 14:04:03 +02:00
Martin Köhler
81b3767a5a
Change xGEMMT to xGEMMTR in CBLAS/
2024-06-24 14:04:03 +02:00
Martin Köhler
327869db1b
Rename GEMMT to GEMMTR in BLAS/
...
After the discussion on
https://github.com/Reference-LAPACK/lapack/pull/887
the name changed from xGEMMT to xGEMMTR.
2024-06-24 14:04:03 +02:00
Martin Köhler
6173b6e474
Fix another variable
2024-06-24 14:04:02 +02:00
Martin Köhler
785d734bf5
Fix wrong write
2024-06-24 14:04:02 +02:00
Martin Köhler
6f66c83ae0
Remove useless variable
2024-06-24 14:04:02 +02:00
Martin Köhler
05d01da9f2
Fix missing comma
2024-06-24 14:04:02 +02:00
Martin Köhler
2f80551ce3
Fix further implicit variables
2024-06-24 14:04:02 +02:00
Martin Köhler
fb5325d58d
Fix implicit variable
2024-06-24 14:04:02 +02:00
Martin Köhler
b25cf2c8d4
Update documentation of xGEMMT
2024-06-24 14:04:02 +02:00
Martin Köhler
630fb5b85c
Tests for cblas_cgemmt
2024-06-24 14:04:02 +02:00
Martin Köhler
5daea4888b
CBLAS routines for xGEMMT added
2024-06-24 14:04:02 +02:00
Martin Köhler
19b00163aa
Add xGEMMT and their test cases
...
The xGEMMT subroutines are added in the Fortran
API. The tests are updated as well.
2024-06-24 14:04:02 +02:00