mirror of
https://github.com/libquantum/libquantum.git
synced 2025-10-03 08:42:01 +00:00
updated libquantum 1.1.0 source files
This commit is contained in:
6
error.c
6
error.c
@@ -54,6 +54,12 @@ quantum_strerr(int errno)
|
||||
return "wrong matrix size";
|
||||
case QUANTUM_EHASHFULL:
|
||||
return "hash table full";
|
||||
case QUANTUM_ENOLAPACK:
|
||||
return "LAPACK support not compiled in";
|
||||
case QUANTUM_ELAPACKARG:
|
||||
return "wrong arguments supplied to LAPACK";
|
||||
case QUANTUM_ELAPACKCHEEV:
|
||||
return "LAPACK's CHEEV failed to converge";
|
||||
case QUANTUM_EMCMATRIX:
|
||||
return "single-column matrix expected";
|
||||
case QUANTUM_EOPCODE:
|
||||
|
Reference in New Issue
Block a user