You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for an issue in stdlib_experimental_linalg_diag with Intel compiler
ifort message:
```
function diag_cdp_mat(A) result(res)
---------------^
/home/jvandenp/stdlib/build/src/stdlib_experimental_linalg_diag.f90(350): error #6645: The name of the module procedure conflicts with a name in the encompassing scoping unit. [DIAG_CQP_MA
T]
function diag_cqp_mat(A) result(res)
---------------^
/home/jvandenp/stdlib/build/src/stdlib_experimental_linalg_diag.f90(358): error #6645: The name of the module procedure conflicts with a name in the encompassing scoping unit. [DIAG_IINT8_
MAT]
```
0 commit comments