You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/cbind
Luca Heltai 36704e640b Replace _Bool with bool in C interface headers for C++ compatibility
_Bool is a C11 keyword that is not recognized by C++ compilers,
causing build failures when PSBLAS headers are included from C++.
The headers already include <stdbool.h> (via psb_c_base.h) which
defines bool as a portable alias, so use bool instead of _Bool.

This fixes errors like:
  error: unknown type name '_Bool'
in psb_c_dsprn(), psb_c_ssprn(), psb_c_csprn(), psb_c_zsprn().
5 days ago
..
base Replace _Bool with bool in C interface headers for C++ compatibility 5 days ago
linsolve New PrintSolverOptions in CBIND 2 months ago
prec Further fixes for string_c2f 6 months ago
test Fix licensing text 3 months ago
util Further fixes for string_c2f 6 months ago
CMakeLists.txt fix file name in cbind/CMakeLists.txt 4 months ago
Makefile Fix krylov -> linsolve in CBIND 7 months ago