* installing to library '/home/runner/R-patched/lib' * installing *source* package 'MPCR' ... ** this is package 'MPCR' version '1.1.4' ** package 'MPCR' successfully unpacked and MD5 sums checked ** using staged installation Linux ------------------------------------------------------------ /var/local/PKGS/CRAN/MPCR /usr/bin/cmake CMake is installed in: /usr/bin C Compiler used for R : gcc -std=gnu23 -- --------------- Using GCC Compiler ------------- - [Version 14.2.0] -- C Compile Flags: -ftree-vectorize -O3 -fopt-info-vec-optimized -fPIC -- CXX Compile Flags: -fPIC -w -Wno-dev -ftree-vectorize -O3 -fopt-info-vec-optimized -fPIC -- C Compile Flags for the compiler : -std=gnu23 -- CXX Compile Flags for the compiler : -std=gnu++17 -- The C compiler identification is GNU 14.2.0 -- The CXX compiler identification is GNU 14.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- WORKING ON RELEASE MODE Inside check directories MPCR Install Result : FALSE -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") OpenMp Found R Include Path : /home/runner/R-patched/build/include Rcpp Lib Path : /home/runner/R-patched/lib/Rcpp R Home Path : /home/runner/R-patched/build R is built with no dynamic library support -- Found R: /home/runner/R-patched/build/include;/home/runner/R-patched/lib/Rcpp/include -- Using R technology CMake Warning (dev) at CMakeLists.txt:72 (set): implicitly converting 'none' to 'STRING' type. This warning is for project developers. Use -Wno-dev to suppress it. ---------------------------------------- BLAS++ -- Checking for BLAS++ ---------------------------------------- BLAS -- Checking for BLAS -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE Found BLAS: /usr/lib/libopenblas.so -- BLAS done -- Fetching BLAS++ v2023.06.00 from https://github.com/icl-utk-edu/blaspp -- Using CMAKE_INSTALL_PREFIX = /usr/local -- No CUDA support: gpu_backend =  -- No HIP/ROCm support: gpu_backend =  -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- blaspp_id = 34a24d1 -- Looking for BLAS libraries and options (blas = auto) $BLAS_LIBRARIES libs: /usr/lib/libopenblas.so -DBLAS_FORTRAN_ADD_  yes  Found BLAS library: /usr/lib/libopenblas.so -- Checking BLAS library version  OPENBLAS_VERSION= OpenBLAS 0.3.28 openblas_get_config=OpenBLAS 0.3.28 DYNAMIC_ARCH NO_AFFINITY Sandybridge MAX_THREADS=256  -- Checking BLAS complex return type  BLAS (zdotc) returns complex (GNU gfortran convention) -- Checking BLAS float return type  BLAS (sdot) returns float as float (standard) -- Checking for CBLAS library  Found CBLAS library  -- Looking for LAPACK libraries and options (lapack = auto) In BLAS library  yes  Found LAPACK library in BLAS library -- BLAS++ done ---------------------------------------- LAPACK -- Checking for LAPACK -- Found BLAS: /usr/lib/libopenblas.so -- Looking for clatms_ -- Looking for clatms_ - found -- Found LAPACK: /usr/lib/libopenblas.so;-lm;-ldl Found LAPACK: /usr/lib/libopenblas.so;-lm;-ldl -- LAPACK done ---------------------------------------- LAPACK++ -- Checking for LAPACK++ ---------------------------------------- LAPACK -- Checking for LAPACK Found LAPACK: /usr/lib/libopenblas.so;-lm;-ldl -- LAPACK done -- Fetching LAPACK++ v2023.06.00 from https://github.com/icl-utk-edu/lapackpp -- Using CMAKE_INSTALL_PREFIX = /usr/local -- No CUDA support: gpu_backend =  -- No HIP/ROCm support: gpu_backend =  -- lapackpp_id = 229e500 -- Check for BLAS++ BLAS++ already included -- Checking LAPACK version  LAPACK version 3.12.00 (31200) -- Checking for XBLAS  XBLAS not found. -- Checking for LAPACKE library  Found LAPACKE library in BLAS library -- LAPACK++ done Install Prefix : /usr/local -- No Clang-UBSAN Installation path : /usr/local Building MPCR tests : OFF -- Configuring done (13.6s) -- Generating done (0.2s) -- Build files have been written to: /var/local/PKGS/CRAN/MPCR/bin make[1]: Entering directory '/var/local/PKGS/CRAN/MPCR/bin' make[1]: Leaving directory '/var/local/PKGS/CRAN/MPCR/bin' make[1]: Entering directory '/var/local/PKGS/CRAN/MPCR/bin' [ 0%] Building CXX object _deps/blaspp-build/CMakeFiles/blaspp.dir/src/asum.cc.o [ 0%] Building CXX object _deps/blaspp-build/CMakeFiles/blaspp.dir/src/axpy.cc.o In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:22, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:7: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:20:5: error: 'int64_t' was not declared in this scope 20 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:9:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 8 | #include "blas/util.hh" +++ |+#include 9 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:21:5: error: expected primary-expression before 'float' 21 | float const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:21:21: error: 'int64_t' was not declared in this scope 21 | float const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:21:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:21:34: error: expression list treated as compound expression in initializer [-fpermissive] 21 | float const* x, int64_t incx ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:23:8: error: conflicting declaration 'double blas::asum' 23 | double asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: previous declaration as 'float blas::asum' 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:24:5: error: 'int64_t' was not declared in this scope 24 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:24:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:25:5: error: expected primary-expression before 'double' 25 | double const* x, int64_t incx ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:25:22: error: 'int64_t' was not declared in this scope 25 | double const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:25:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:27:7: error: redefinition of 'float blas::asum' 27 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: 'float blas::asum' previously defined here 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:28:5: error: 'int64_t' was not declared in this scope 28 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:28:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:29:25: error: expected primary-expression before 'const' 29 | std::complex const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:29:35: error: 'int64_t' was not declared in this scope 29 | std::complex const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:29:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:31:8: error: conflicting declaration 'double blas::asum' 31 | double asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: previous declaration as 'float blas::asum' 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:32:5: error: 'int64_t' was not declared in this scope 32 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:32:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:33:26: error: expected primary-expression before 'const' 33 | std::complex const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:33:36: error: 'int64_t' was not declared in this scope 33 | std::complex const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:33:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:36:6: error: variable or field 'axpy' declared void 36 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:37:5: error: 'int64_t' was not declared in this scope 37 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:37:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:38:5: error: expected primary-expression before 'float' 38 | float alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:39:5: error: expected primary-expression before 'float' 39 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:39:21: error: 'int64_t' was not declared in this scope 39 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:39:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:40:5: error: expected primary-expression before 'float' 40 | float* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:40:21: error: 'int64_t' was not declared in this scope 40 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:40:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:42:6: error: variable or field 'axpy' declared void 42 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:43:5: error: 'int64_t' was not declared in this scope 43 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:43:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:44:5: error: expected primary-expression before 'double' 44 | double alpha, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:45:5: error: expected primary-expression before 'double' 45 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:45:22: error: 'int64_t' was not declared in this scope 45 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:45:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:46:5: error: expected primary-expression before 'double' 46 | double* y, int64_t incy ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:46:22: error: 'int64_t' was not declared in this scope 46 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:46:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:48:6: error: variable or field 'axpy' declared void 48 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:49:5: error: 'int64_t' was not declared in this scope 49 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:49:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:50:25: error: expected primary-expression before 'alpha' 50 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:51:25: error: expected primary-expression before 'const' 51 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:51:35: error: 'int64_t' was not declared in this scope 51 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:51:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:52:24: error: expected primary-expression before '*' token 52 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:52:32: error: 'y' was not declared in this scope; did you mean 'yn'? 52 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:52:35: error: 'int64_t' was not declared in this scope 52 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:52:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:54:6: error: variable or field 'axpy' declared void 54 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:55:5: error: 'int64_t' was not declared in this scope 55 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:55:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:56:26: error: expected primary-expression before 'alpha' 56 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:57:26: error: expected primary-expression before 'const' 57 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:57:36: error: 'int64_t' was not declared in this scope 57 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:57:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:58:25: error: expected primary-expression before '*' token 58 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:58:33: error: 'y' was not declared in this scope; did you mean 'yn'? 58 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:58:36: error: 'int64_t' was not declared in this scope 58 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:58:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:61:6: error: variable or field 'copy' declared void 61 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:62:5: error: 'int64_t' was not declared in this scope 62 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:62:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:63:5: error: expected primary-expression before 'float' 63 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:63:21: error: 'int64_t' was not declared in this scope 63 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:63:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:64:5: error: expected primary-expression before 'float' 64 | float* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:64:21: error: 'int64_t' was not declared in this scope 64 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:64:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:66:6: error: variable or field 'copy' declared void 66 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:67:5: error: 'int64_t' was not declared in this scope 67 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:67:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:68:5: error: expected primary-expression before 'double' 68 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:68:22: error: 'int64_t' was not declared in this scope 68 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:68:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:69:5: error: expected primary-expression before 'double' 69 | double* y, int64_t incy ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:69:22: error: 'int64_t' was not declared in this scope 69 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:69:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:71:6: error: variable or field 'copy' declared void 71 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:72:5: error: 'int64_t' was not declared in this scope 72 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:72:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:73:25: error: expected primary-expression before 'const' 73 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:73:35: error: 'int64_t' was not declared in this scope 73 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:73:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:74:24: error: expected primary-expression before '*' token 74 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:74:32: error: 'y' was not declared in this scope; did you mean 'yn'? 74 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:74:35: error: 'int64_t' was not declared in this scope 74 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:74:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:76:6: error: variable or field 'copy' declared void 76 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:77:5: error: 'int64_t' was not declared in this scope 77 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:77:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:78:26: error: expected primary-expression before 'const' 78 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:78:36: error: 'int64_t' was not declared in this scope 78 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:78:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:79:25: error: expected primary-expression before '*' token 79 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:79:33: error: 'y' was not declared in this scope; did you mean 'yn'? 79 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:79:36: error: 'int64_t' was not declared in this scope 79 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:79:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:83:5: error: 'int64_t' was not declared in this scope 83 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:83:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:84:5: error: expected primary-expression before 'float' 84 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:84:21: error: 'int64_t' was not declared in this scope 84 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:84:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:85:5: error: expected primary-expression before 'float' 85 | float const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:85:21: error: 'int64_t' was not declared in this scope 85 | float const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:85:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:85:34: error: expression list treated as compound expression in initializer [-fpermissive] 85 | float const* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:87:8: error: conflicting declaration 'double blas::dot' 87 | double dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:82:7: note: previous declaration as 'float blas::dot' 82 | float dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:88:5: error: 'int64_t' was not declared in this scope 88 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:88:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:89:5: error: expected primary-expression before 'double' 89 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:89:22: error: 'int64_t' was not declared in this scope 89 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:89:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:90:5: error: expected primary-expression before 'double' 90 | double const* y, int64_t incy ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:90:22: error: 'int64_t' was not declared in this scope 90 | double const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:90:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:92:21: error: conflicting declaration 'std::complex blas::dot' 92 | std::complex dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:82:7: note: previous declaration as 'float blas::dot' 82 | float dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:93:5: error: 'int64_t' was not declared in this scope 93 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:93:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:94:25: error: expected primary-expression before 'const' 94 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:94:35: error: 'int64_t' was not declared in this scope 94 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:94:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:95:25: error: expected primary-expression before 'const' 95 | std::complex const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:95:35: error: 'int64_t' was not declared in this scope 95 | std::complex const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:95:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:97:22: error: conflicting declaration 'std::complex blas::dot' 97 | std::complex dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:82:7: note: previous declaration as 'float blas::dot' 82 | float dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:98:5: error: 'int64_t' was not declared in this scope 98 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:98:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:99:26: error: expected primary-expression before 'const' 99 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:99:36: error: 'int64_t' was not declared in this scope 99 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:99:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:100:26: error: expected primary-expression before 'const' 100 | std::complex const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:100:36: error: 'int64_t' was not declared in this scope 100 | std::complex const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:100:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:104:5: error: 'int64_t' was not declared in this scope 104 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:104:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:105:5: error: expected primary-expression before 'float' 105 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:105:21: error: 'int64_t' was not declared in this scope 105 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:105:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:106:5: error: expected primary-expression before 'float' 106 | float const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:106:21: error: 'int64_t' was not declared in this scope 106 | float const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:106:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:106:34: error: expression list treated as compound expression in initializer [-fpermissive] 106 | float const* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:108:8: error: conflicting declaration 'double blas::dotu' 108 | double dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:103:7: note: previous declaration as 'float blas::dotu' 103 | float dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:109:5: error: 'int64_t' was not declared in this scope 109 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:109:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:110:5: error: expected primary-expression before 'double' 110 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:110:22: error: 'int64_t' was not declared in this scope 110 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:110:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:111:5: error: expected primary-expression before 'double' 111 | double const* y, int64_t incy ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:111:22: error: 'int64_t' was not declared in this scope 111 | double const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:111:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:113:21: error: conflicting declaration 'std::complex blas::dotu' 113 | std::complex dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:103:7: note: previous declaration as 'float blas::dotu' 103 | float dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:114:5: error: 'int64_t' was not declared in this scope 114 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:114:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:115:25: error: expected primary-expression before 'const' 115 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:115:35: error: 'int64_t' was not declared in this scope 115 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:115:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:116:25: error: expected primary-expression before 'const' 116 | std::complex const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:116:35: error: 'int64_t' was not declared in this scope 116 | std::complex const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:116:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:118:22: error: conflicting declaration 'std::complex blas::dotu' 118 | std::complex dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:103:7: note: previous declaration as 'float blas::dotu' 103 | float dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:119:5: error: 'int64_t' was not declared in this scope 119 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:119:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:120:26: error: expected primary-expression before 'const' 120 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:120:36: error: 'int64_t' was not declared in this scope 120 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:120:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:121:26: error: expected primary-expression before 'const' 121 | std::complex const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:121:36: error: 'int64_t' was not declared in this scope 121 | std::complex const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:121:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:124:1: error: 'int64_t' does not name a type 124 | int64_t iamax( | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:124:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:128:1: error: 'int64_t' does not name a type 128 | int64_t iamax( | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:128:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:132:1: error: 'int64_t' does not name a type 132 | int64_t iamax( | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:132:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:136:1: error: 'int64_t' does not name a type 136 | int64_t iamax( | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:136:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:142:5: error: 'int64_t' was not declared in this scope 142 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:142:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:143:5: error: expected primary-expression before 'float' 143 | float const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:143:21: error: 'int64_t' was not declared in this scope 143 | float const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:143:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:143:34: error: expression list treated as compound expression in initializer [-fpermissive] 143 | float const* x, int64_t incx ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:145:8: error: conflicting declaration 'double blas::nrm2' 145 | double nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:141:7: note: previous declaration as 'float blas::nrm2' 141 | float nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:146:5: error: 'int64_t' was not declared in this scope 146 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:146:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:147:5: error: expected primary-expression before 'double' 147 | double const* x, int64_t incx ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:147:22: error: 'int64_t' was not declared in this scope 147 | double const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:147:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:149:7: error: redefinition of 'float blas::nrm2' 149 | float nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:141:7: note: 'float blas::nrm2' previously defined here 141 | float nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:150:5: error: 'int64_t' was not declared in this scope 150 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:150:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:151:25: error: expected primary-expression before 'const' 151 | std::complex const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:151:35: error: 'int64_t' was not declared in this scope 151 | std::complex const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:151:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:153:8: error: conflicting declaration 'double blas::nrm2' 153 | double nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:141:7: note: previous declaration as 'float blas::nrm2' 141 | float nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:154:5: error: 'int64_t' was not declared in this scope 154 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:154:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:155:26: error: expected primary-expression before 'const' 155 | std::complex const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:155:36: error: 'int64_t' was not declared in this scope 155 | std::complex const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:155:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:158:6: error: variable or field 'rot' declared void 158 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:159:5: error: 'int64_t' was not declared in this scope 159 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:159:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:160:5: error: expected primary-expression before 'float' 160 | float* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:160:15: error: 'int64_t' was not declared in this scope 160 | float* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:160:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:161:5: error: expected primary-expression before 'float' 161 | float* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:161:15: error: 'int64_t' was not declared in this scope 161 | float* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:161:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:162:5: error: expected primary-expression before 'float' 162 | float c, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:163:5: error: expected primary-expression before 'float' 163 | float s ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:165:6: error: variable or field 'rot' declared void 165 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:166:5: error: 'int64_t' was not declared in this scope 166 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:166:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:167:5: error: expected primary-expression before 'double' 167 | double* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:167:16: error: 'int64_t' was not declared in this scope 167 | double* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:167:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:168:5: error: expected primary-expression before 'double' 168 | double* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:168:16: error: 'int64_t' was not declared in this scope 168 | double* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:168:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:169:5: error: expected primary-expression before 'double' 169 | double c, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:170:5: error: expected primary-expression before 'double' 170 | double s ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:175:6: error: variable or field 'rot' declared void 175 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:176:5: error: 'int64_t' was not declared in this scope 176 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:176:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:177:24: error: expected primary-expression before '*' token 177 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:177:26: error: 'x' was not declared in this scope 177 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:177:29: error: 'int64_t' was not declared in this scope 177 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:177:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:178:24: error: expected primary-expression before '*' token 178 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:178:26: error: 'y' was not declared in this scope; did you mean 'yn'? 178 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:178:29: error: 'int64_t' was not declared in this scope 178 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:178:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:179:5: error: expected primary-expression before 'float' 179 | float c, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:180:5: error: expected primary-expression before 'float' 180 | float s ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:185:6: error: variable or field 'rot' declared void 185 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:186:5: error: 'int64_t' was not declared in this scope 186 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:186:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:187:25: error: expected primary-expression before '*' token 187 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:187:27: error: 'x' was not declared in this scope 187 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:187:30: error: 'int64_t' was not declared in this scope 187 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:187:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:188:25: error: expected primary-expression before '*' token 188 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:188:27: error: 'y' was not declared in this scope; did you mean 'yn'? 188 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:188:30: error: 'int64_t' was not declared in this scope 188 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:188:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:189:5: error: expected primary-expression before 'double' 189 | double c, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:190:5: error: expected primary-expression before 'double' 190 | double s ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:195:6: error: variable or field 'rot' declared void 195 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:196:5: error: 'int64_t' was not declared in this scope 196 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:196:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:197:24: error: expected primary-expression before '*' token 197 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:197:26: error: 'x' was not declared in this scope 197 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:197:29: error: 'int64_t' was not declared in this scope 197 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:197:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:198:24: error: expected primary-expression before '*' token 198 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:198:26: error: 'y' was not declared in this scope; did you mean 'yn'? 198 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:198:29: error: 'int64_t' was not declared in this scope 198 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:198:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:199:5: error: expected primary-expression before 'float' 199 | float c, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:200:25: error: expected primary-expression before 's' 200 | std::complex s ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:205:6: error: variable or field 'rot' declared void 205 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:206:5: error: 'int64_t' was not declared in this scope 206 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:206:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:207:25: error: expected primary-expression before '*' token 207 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:207:27: error: 'x' was not declared in this scope 207 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:207:30: error: 'int64_t' was not declared in this scope 207 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:207:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:208:25: error: expected primary-expression before '*' token 208 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:208:27: error: 'y' was not declared in this scope; did you mean 'yn'? 208 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:208:30: error: 'int64_t' was not declared in this scope 208 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:208:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:209:5: error: expected primary-expression before 'double' 209 | double c, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:210:26: error: expected primary-expression before 's' 210 | std::complex s ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:239:6: error: variable or field 'rotm' declared void 239 | void rotm( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:240:5: error: 'int64_t' was not declared in this scope 240 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:240:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:241:5: error: expected primary-expression before 'float' 241 | float* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:241:15: error: 'int64_t' was not declared in this scope 241 | float* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:241:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:242:5: error: expected primary-expression before 'float' 242 | float* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:242:15: error: 'int64_t' was not declared in this scope 242 | float* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:242:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:243:5: error: expected primary-expression before 'float' 243 | float const param[5] ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:245:6: error: variable or field 'rotm' declared void 245 | void rotm( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:246:5: error: 'int64_t' was not declared in this scope 246 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:246:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:247:5: error: expected primary-expression before 'double' 247 | double* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:247:16: error: 'int64_t' was not declared in this scope 247 | double* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:247:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:248:5: error: expected primary-expression before 'double' 248 | double* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:248:16: error: 'int64_t' was not declared in this scope 248 | double* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:248:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:249:5: error: expected primary-expression before 'double' 249 | double const param[5] ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:268:6: error: variable or field 'scal' declared void 268 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:269:5: error: 'int64_t' was not declared in this scope 269 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:269:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:270:5: error: expected primary-expression before 'float' 270 | float alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:271:5: error: expected primary-expression before 'float' 271 | float* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:271:15: error: 'int64_t' was not declared in this scope 271 | float* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:271:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:273:6: error: variable or field 'scal' declared void 273 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:274:5: error: 'int64_t' was not declared in this scope 274 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:274:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:275:5: error: expected primary-expression before 'double' 275 | double alpha, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:276:5: error: expected primary-expression before 'double' 276 | double* x, int64_t incx ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:276:16: error: 'int64_t' was not declared in this scope 276 | double* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:276:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:278:6: error: variable or field 'scal' declared void 278 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:279:5: error: 'int64_t' was not declared in this scope 279 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:279:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:280:25: error: expected primary-expression before 'alpha' 280 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:281:24: error: expected primary-expression before '*' token 281 | std::complex* x, int64_t incx ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:281:26: error: 'x' was not declared in this scope 281 | std::complex* x, int64_t incx ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:281:29: error: 'int64_t' was not declared in this scope 281 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:281:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:283:6: error: variable or field 'scal' declared void 283 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:284:5: error: 'int64_t' was not declared in this scope 284 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:284:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:285:26: error: expected primary-expression before 'alpha' 285 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:286:25: error: expected primary-expression before '*' token 286 | std::complex* x, int64_t incx ); | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:22, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:7: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:20:5: error: 'int64_t' was not declared in this scope 20 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:9:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 8 | #include "blas/util.hh" +++ |+#include 9 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:21:5: error: expected primary-expression before 'float' 21 | float const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:21:21: error: 'int64_t' was not declared in this scope 21 | float const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:21:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:21:34: error: expression list treated as compound expression in initializer [-fpermissive] 21 | float const* x, int64_t incx ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:23:8: error: conflicting declaration 'double blas::asum' 23 | double asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: previous declaration as 'float blas::asum' 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:24:5: error: 'int64_t' was not declared in this scope 24 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:24:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:25:5: error: expected primary-expression before 'double' 25 | double const* x, int64_t incx ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:25:22: error: 'int64_t' was not declared in this scope 25 | double const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:25:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:27:7: error: redefinition of 'float blas::asum' 27 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: 'float blas::asum' previously defined here 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:28:5: error: 'int64_t' was not declared in this scope 28 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:28:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:29:25: error: expected primary-expression before 'const' 29 | std::complex const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:29:35: error: 'int64_t' was not declared in this scope 29 | std::complex const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:29:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:31:8: error: conflicting declaration 'double blas::asum' 31 | double asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: previous declaration as 'float blas::asum' 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:32:5: error: 'int64_t' was not declared in this scope 32 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:32:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:33:26: error: expected primary-expression before 'const' 33 | std::complex const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:33:36: error: 'int64_t' was not declared in this scope 33 | std::complex const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:33:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:36:6: error: variable or field 'axpy' declared void 36 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:37:5: error: 'int64_t' was not declared in this scope 37 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:37:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:38:5: error: expected primary-expression before 'float' 38 | float alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:39:5: error: expected primary-expression before 'float' 39 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:39:21: error: 'int64_t' was not declared in this scope 39 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:39:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:286:27: error: 'x' was not declared in this scope 286 | std::complex* x, int64_t incx ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:286:30: error: 'int64_t' was not declared in this scope 286 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:286:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:289:6: error: variable or field 'swap' declared void 289 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:290:5: error: 'int64_t' was not declared in this scope 290 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:290:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:291:5: error: expected primary-expression before 'float' 291 | float* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:291:15: error: 'int64_t' was not declared in this scope 291 | float* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:291:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:292:5: error: expected primary-expression before 'float' 292 | float* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:292:15: error: 'int64_t' was not declared in this scope 292 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:292:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:294:6: error: variable or field 'swap' declared void 294 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:295:5: error: 'int64_t' was not declared in this scope 295 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:295:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:296:5: error: expected primary-expression before 'double' 296 | double* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:40:5: error: expected primary-expression before 'float' 40 | float* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:296:16: error: 'int64_t' was not declared in this scope 296 | double* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:296:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:297:5: error: expected primary-expression before 'double' 297 | double* y, int64_t incy ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:297:16: error: 'int64_t' was not declared in this scope 297 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:297:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:299:6: error: variable or field 'swap' declared void 299 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:300:5: error: 'int64_t' was not declared in this scope 300 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:300:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:40:21: error: 'int64_t' was not declared in this scope 40 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:40:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:301:24: error: expected primary-expression before '*' token 301 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:42:6: error: variable or field 'axpy' declared void 42 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:43:5: error: 'int64_t' was not declared in this scope 43 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:43:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:44:5: error: expected primary-expression before 'double' 44 | double alpha, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:45:5: error: expected primary-expression before 'double' 45 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:45:22: error: 'int64_t' was not declared in this scope 45 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:45:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:46:5: error: expected primary-expression before 'double' 46 | double* y, int64_t incy ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:46:22: error: 'int64_t' was not declared in this scope 46 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:46:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:48:6: error: variable or field 'axpy' declared void 48 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:49:5: error: 'int64_t' was not declared in this scope 49 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:49:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:50:25: error: expected primary-expression before 'alpha' 50 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:51:25: error: expected primary-expression before 'const' 51 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:51:35: error: 'int64_t' was not declared in this scope 51 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:51:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:52:24: error: expected primary-expression before '*' token 52 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:301:26: error: 'x' was not declared in this scope 301 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:301:29: error: 'int64_t' was not declared in this scope 301 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:301:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:302:24: error: expected primary-expression before '*' token 302 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:52:32: error: 'y' was not declared in this scope; did you mean 'yn'? 52 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:52:35: error: 'int64_t' was not declared in this scope 52 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:52:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:54:6: error: variable or field 'axpy' declared void 54 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:55:5: error: 'int64_t' was not declared in this scope 55 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:55:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:56:26: error: expected primary-expression before 'alpha' 56 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:57:26: error: expected primary-expression before 'const' 57 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:57:36: error: 'int64_t' was not declared in this scope 57 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:57:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:58:25: error: expected primary-expression before '*' token 58 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:302:26: error: 'y' was not declared in this scope; did you mean 'yn'? 302 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:302:29: error: 'int64_t' was not declared in this scope 302 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:302:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:304:6: error: variable or field 'swap' declared void 304 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:305:5: error: 'int64_t' was not declared in this scope 305 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:305:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:306:25: error: expected primary-expression before '*' token 306 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:58:33: error: 'y' was not declared in this scope; did you mean 'yn'? 58 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:58:36: error: 'int64_t' was not declared in this scope 58 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:58:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:61:6: error: variable or field 'copy' declared void 61 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:62:5: error: 'int64_t' was not declared in this scope 62 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:62:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:63:5: error: expected primary-expression before 'float' 63 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:63:21: error: 'int64_t' was not declared in this scope 63 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:63:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:64:5: error: expected primary-expression before 'float' 64 | float* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:64:21: error: 'int64_t' was not declared in this scope 64 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:64:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:66:6: error: variable or field 'copy' declared void 66 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:67:5: error: 'int64_t' was not declared in this scope 67 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:67:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:68:5: error: expected primary-expression before 'double' 68 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:68:22: error: 'int64_t' was not declared in this scope 68 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:68:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:69:5: error: expected primary-expression before 'double' 69 | double* y, int64_t incy ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:69:22: error: 'int64_t' was not declared in this scope 69 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:69:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:71:6: error: variable or field 'copy' declared void 71 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:72:5: error: 'int64_t' was not declared in this scope 72 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:72:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:73:25: error: expected primary-expression before 'const' 73 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:73:35: error: 'int64_t' was not declared in this scope 73 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:73:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:74:24: error: expected primary-expression before '*' token 74 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:306:27: error: 'x' was not declared in this scope 306 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:306:30: error: 'int64_t' was not declared in this scope 306 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:306:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:307:25: error: expected primary-expression before '*' token 307 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:307:27: error: 'y' was not declared in this scope; did you mean 'yn'? 307 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:74:32: error: 'y' was not declared in this scope; did you mean 'yn'? 74 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:74:35: error: 'int64_t' was not declared in this scope 74 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:74:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:76:6: error: variable or field 'copy' declared void 76 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:77:5: error: 'int64_t' was not declared in this scope 77 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:77:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:78:26: error: expected primary-expression before 'const' 78 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:78:36: error: 'int64_t' was not declared in this scope 78 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:78:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:79:25: error: expected primary-expression before '*' token 79 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:307:30: error: 'int64_t' was not declared in this scope 307 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:307:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:316:5: error: 'int64_t' has not been declared 316 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:316:16: error: 'int64_t' has not been declared 316 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:318:21: error: 'int64_t' has not been declared 318 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:319:21: error: 'int64_t' has not been declared 319 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:321:21: error: 'int64_t' has not been declared 321 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:326:5: error: 'int64_t' has not been declared 326 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:326:16: error: 'int64_t' has not been declared 326 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:328:22: error: 'int64_t' has not been declared 328 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:329:22: error: 'int64_t' has not been declared 329 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:331:22: error: 'int64_t' has not been declared 331 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:336:5: error: 'int64_t' has not been declared 336 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:336:16: error: 'int64_t' has not been declared 336 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:338:35: error: 'int64_t' has not been declared 338 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:339:35: error: 'int64_t' has not been declared 339 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:341:35: error: 'int64_t' has not been declared 341 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:346:5: error: 'int64_t' has not been declared 346 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:346:16: error: 'int64_t' has not been declared 346 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:348:36: error: 'int64_t' has not been declared 348 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:349:36: error: 'int64_t' has not been declared 349 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:351:36: error: 'int64_t' has not been declared 351 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:356:5: error: 'int64_t' has not been declared 356 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:356:16: error: 'int64_t' has not been declared 356 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:358:21: error: 'int64_t' has not been declared 358 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:359:21: error: 'int64_t' has not been declared 359 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:360:21: error: 'int64_t' has not been declared 360 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:364:5: error: 'int64_t' has not been declared 364 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:364:16: error: 'int64_t' has not been declared 364 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:366:22: error: 'int64_t' has not been declared 366 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:367:22: error: 'int64_t' has not been declared 367 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:368:22: error: 'int64_t' has not been declared 368 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:372:5: error: 'int64_t' has not been declared 372 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:372:16: error: 'int64_t' has not been declared 372 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:374:35: error: 'int64_t' has not been declared 374 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:375:35: error: 'int64_t' has not been declared 375 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:376:35: error: 'int64_t' has not been declared 376 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:380:5: error: 'int64_t' has not been declared 380 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:380:16: error: 'int64_t' has not been declared 380 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:382:36: error: 'int64_t' has not been declared 382 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:383:36: error: 'int64_t' has not been declared 383 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:384:36: error: 'int64_t' has not been declared 384 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:389:5: error: 'int64_t' has not been declared 389 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:389:16: error: 'int64_t' has not been declared 389 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:391:21: error: 'int64_t' has not been declared 391 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:392:21: error: 'int64_t' has not been declared 392 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:393:21: error: 'int64_t' has not been declared 393 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:397:5: error: 'int64_t' has not been declared 397 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:397:16: error: 'int64_t' has not been declared 397 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:399:22: error: 'int64_t' has not been declared 399 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:400:22: error: 'int64_t' has not been declared 400 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:401:22: error: 'int64_t' has not been declared 401 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:405:5: error: 'int64_t' has not been declared 405 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:405:16: error: 'int64_t' has not been declared 405 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:407:35: error: 'int64_t' has not been declared 407 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:408:35: error: 'int64_t' has not been declared 408 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:409:35: error: 'int64_t' has not been declared 409 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:413:5: error: 'int64_t' has not been declared 413 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:413:16: error: 'int64_t' has not been declared 413 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:415:36: error: 'int64_t' has not been declared 415 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:416:36: error: 'int64_t' has not been declared 416 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:417:36: error: 'int64_t' has not been declared 417 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:423:5: error: 'int64_t' has not been declared 423 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:79:33: error: 'y' was not declared in this scope; did you mean 'yn'? 79 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:79:36: error: 'int64_t' was not declared in this scope 79 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:79:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:83:5: error: 'int64_t' was not declared in this scope 83 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:83:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:84:5: error: expected primary-expression before 'float' 84 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:84:21: error: 'int64_t' was not declared in this scope 84 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:84:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:85:5: error: expected primary-expression before 'float' 85 | float const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:85:21: error: 'int64_t' was not declared in this scope 85 | float const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:85:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:85:34: error: expression list treated as compound expression in initializer [-fpermissive] 85 | float const* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:87:8: error: conflicting declaration 'double blas::dot' 87 | double dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:82:7: note: previous declaration as 'float blas::dot' 82 | float dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:88:5: error: 'int64_t' was not declared in this scope 88 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:88:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:89:5: error: expected primary-expression before 'double' 89 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:425:21: error: 'int64_t' has not been declared 425 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:426:21: error: 'int64_t' has not been declared 426 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:428:21: error: 'int64_t' has not been declared 428 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:433:5: error: 'int64_t' has not been declared 433 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:435:22: error: 'int64_t' has not been declared 435 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:436:22: error: 'int64_t' has not been declared 436 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:438:22: error: 'int64_t' has not been declared 438 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:443:5: error: 'int64_t' has not been declared 443 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:445:35: error: 'int64_t' has not been declared 445 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:446:35: error: 'int64_t' has not been declared 446 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:448:35: error: 'int64_t' has not been declared 448 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:453:5: error: 'int64_t' has not been declared 453 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:455:36: error: 'int64_t' has not been declared 455 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:456:36: error: 'int64_t' has not been declared 456 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:458:36: error: 'int64_t' has not been declared 458 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:464:5: error: 'int64_t' has not been declared 464 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:466:21: error: 'int64_t' has not been declared 466 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:467:21: error: 'int64_t' has not been declared 467 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:472:5: error: 'int64_t' has not been declared 472 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:474:22: error: 'int64_t' has not been declared 474 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:475:22: error: 'int64_t' has not been declared 475 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:480:5: error: 'int64_t' has not been declared 480 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:482:35: error: 'int64_t' has not been declared 482 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:483:35: error: 'int64_t' has not been declared 483 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:488:5: error: 'int64_t' has not been declared 488 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:490:36: error: 'int64_t' has not been declared 490 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:491:36: error: 'int64_t' has not been declared 491 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:497:5: error: 'int64_t' has not been declared 497 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:499:21: error: 'int64_t' has not been declared 499 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:500:21: error: 'int64_t' has not been declared 500 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:501:21: error: 'int64_t' has not been declared 501 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:506:5: error: 'int64_t' has not been declared 506 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:508:22: error: 'int64_t' has not been declared 508 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:509:22: error: 'int64_t' has not been declared 509 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:510:22: error: 'int64_t' has not been declared 510 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:515:5: error: 'int64_t' has not been declared 515 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:517:35: error: 'int64_t' has not been declared 517 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:518:35: error: 'int64_t' has not been declared 518 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:519:35: error: 'int64_t' has not been declared 519 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:524:5: error: 'int64_t' has not been declared 524 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:526:36: error: 'int64_t' has not been declared 526 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:527:36: error: 'int64_t' has not been declared 527 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:89:22: error: 'int64_t' was not declared in this scope 89 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:89:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:528:36: error: 'int64_t' has not been declared 528 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:534:5: error: 'int64_t' has not been declared 534 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:90:5: error: expected primary-expression before 'double' 90 | double const* y, int64_t incy ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:536:21: error: 'int64_t' has not been declared 536 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:537:21: error: 'int64_t' has not been declared 537 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:539:21: error: 'int64_t' has not been declared 539 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:544:5: error: 'int64_t' has not been declared 544 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:90:22: error: 'int64_t' was not declared in this scope 90 | double const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:546:22: error: 'int64_t' has not been declared 546 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:90:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:547:22: error: 'int64_t' has not been declared 547 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:549:22: error: 'int64_t' has not been declared 549 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:92:21: error: conflicting declaration 'std::complex blas::dot' 92 | std::complex dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:82:7: note: previous declaration as 'float blas::dot' 82 | float dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:554:5: error: 'int64_t' has not been declared 554 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:556:35: error: 'int64_t' has not been declared 556 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:93:5: error: 'int64_t' was not declared in this scope 93 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:93:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:557:35: error: 'int64_t' has not been declared 557 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:94:25: error: expected primary-expression before 'const' 94 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:559:35: error: 'int64_t' has not been declared 559 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:564:5: error: 'int64_t' has not been declared 564 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:94:35: error: 'int64_t' was not declared in this scope 94 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:94:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:566:36: error: 'int64_t' has not been declared 566 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:95:25: error: expected primary-expression before 'const' 95 | std::complex const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:567:36: error: 'int64_t' has not been declared 567 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:569:36: error: 'int64_t' has not been declared 569 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:95:35: error: 'int64_t' was not declared in this scope 95 | std::complex const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:95:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:97:22: error: conflicting declaration 'std::complex blas::dot' 97 | std::complex dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:82:7: note: previous declaration as 'float blas::dot' 82 | float dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:98:5: error: 'int64_t' was not declared in this scope 98 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:98:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:99:26: error: expected primary-expression before 'const' 99 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:99:36: error: 'int64_t' was not declared in this scope 99 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:99:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:100:26: error: expected primary-expression before 'const' 100 | std::complex const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:100:36: error: 'int64_t' was not declared in this scope 100 | std::complex const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:100:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:104:5: error: 'int64_t' was not declared in this scope 104 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:104:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:105:5: error: expected primary-expression before 'float' 105 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:105:21: error: 'int64_t' was not declared in this scope 105 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:105:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:106:5: error: expected primary-expression before 'float' 106 | float const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:106:21: error: 'int64_t' was not declared in this scope 106 | float const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:106:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:106:34: error: expression list treated as compound expression in initializer [-fpermissive] 106 | float const* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:108:8: error: conflicting declaration 'double blas::dotu' 108 | double dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:103:7: note: previous declaration as 'float blas::dotu' 103 | float dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:109:5: error: 'int64_t' was not declared in this scope 109 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:109:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:110:5: error: expected primary-expression before 'double' 110 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:110:22: error: 'int64_t' was not declared in this scope 110 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:110:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:111:5: error: expected primary-expression before 'double' 111 | double const* y, int64_t incy ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:111:22: error: 'int64_t' was not declared in this scope 111 | double const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:111:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:113:21: error: conflicting declaration 'std::complex blas::dotu' 113 | std::complex dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:103:7: note: previous declaration as 'float blas::dotu' 103 | float dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:114:5: error: 'int64_t' was not declared in this scope 114 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:114:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:115:25: error: expected primary-expression before 'const' 115 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:115:35: error: 'int64_t' was not declared in this scope 115 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:115:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:116:25: error: expected primary-expression before 'const' 116 | std::complex const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:116:35: error: 'int64_t' was not declared in this scope 116 | std::complex const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:116:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:118:22: error: conflicting declaration 'std::complex blas::dotu' 118 | std::complex dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:103:7: note: previous declaration as 'float blas::dotu' 103 | float dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:119:5: error: 'int64_t' was not declared in this scope 119 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:119:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:120:26: error: expected primary-expression before 'const' 120 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:576:5: error: 'int64_t' has not been declared 576 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:578:21: error: 'int64_t' has not been declared 578 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:579:21: error: 'int64_t' has not been declared 579 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:584:5: error: 'int64_t' has not been declared 584 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:586:22: error: 'int64_t' has not been declared 586 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:587:22: error: 'int64_t' has not been declared 587 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:593:5: error: 'int64_t' has not been declared 593 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:595:21: error: 'int64_t' has not been declared 595 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:596:21: error: 'int64_t' has not been declared 596 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:597:21: error: 'int64_t' has not been declared 597 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:602:5: error: 'int64_t' has not been declared 602 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:604:22: error: 'int64_t' has not been declared 604 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:605:22: error: 'int64_t' has not been declared 605 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:606:22: error: 'int64_t' has not been declared 606 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:611:5: error: 'int64_t' has not been declared 611 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:613:35: error: 'int64_t' has not been declared 613 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:614:35: error: 'int64_t' has not been declared 614 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:615:35: error: 'int64_t' has not been declared 615 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:620:5: error: 'int64_t' has not been declared 620 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:622:36: error: 'int64_t' has not been declared 622 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:623:36: error: 'int64_t' has not been declared 623 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:624:36: error: 'int64_t' has not been declared 624 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:632:5: error: 'int64_t' has not been declared 632 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:633:21: error: 'int64_t' has not been declared 633 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:634:21: error: 'int64_t' has not been declared 634 | float* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:641:5: error: 'int64_t' has not been declared 641 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:642:22: error: 'int64_t' has not been declared 642 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:643:22: error: 'int64_t' has not been declared 643 | double* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:650:5: error: 'int64_t' has not been declared 650 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:651:35: error: 'int64_t' has not been declared 651 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:652:35: error: 'int64_t' has not been declared 652 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:659:5: error: 'int64_t' has not been declared 659 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:660:36: error: 'int64_t' has not been declared 660 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:661:36: error: 'int64_t' has not been declared 661 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:669:5: error: 'int64_t' has not been declared 669 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:670:21: error: 'int64_t' has not been declared 670 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:671:21: error: 'int64_t' has not been declared 671 | float* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:678:5: error: 'int64_t' has not been declared 678 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:679:22: error: 'int64_t' has not been declared 679 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:680:22: error: 'int64_t' has not been declared 680 | double* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:687:5: error: 'int64_t' has not been declared 687 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:120:36: error: 'int64_t' was not declared in this scope 120 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:120:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:688:35: error: 'int64_t' has not been declared 688 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:121:26: error: expected primary-expression before 'const' 121 | std::complex const* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:689:35: error: 'int64_t' has not been declared 689 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:696:5: error: 'int64_t' has not been declared 696 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:697:36: error: 'int64_t' has not been declared 697 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:698:36: error: 'int64_t' has not been declared 698 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:708:5: error: 'int64_t' has not been declared 708 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:121:36: error: 'int64_t' was not declared in this scope 121 | std::complex const* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:121:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:708:16: error: 'int64_t' has not been declared 708 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:124:1: error: 'int64_t' does not name a type 124 | int64_t iamax( | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:708:27: error: 'int64_t' has not been declared 708 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:124:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:710:21: error: 'int64_t' has not been declared 710 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:711:21: error: 'int64_t' has not been declared 711 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:128:1: error: 'int64_t' does not name a type 128 | int64_t iamax( | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:128:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:132:1: error: 'int64_t' does not name a type 132 | int64_t iamax( | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:713:21: error: 'int64_t' has not been declared 713 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:132:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:136:1: error: 'int64_t' does not name a type 136 | int64_t iamax( | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:136:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:719:5: error: 'int64_t' has not been declared 719 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:719:16: error: 'int64_t' has not been declared 719 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:142:5: error: 'int64_t' was not declared in this scope 142 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:142:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:719:27: error: 'int64_t' has not been declared 719 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:143:5: error: expected primary-expression before 'float' 143 | float const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:721:22: error: 'int64_t' has not been declared 721 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:722:22: error: 'int64_t' has not been declared 722 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:724:22: error: 'int64_t' has not been declared 724 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:143:21: error: 'int64_t' was not declared in this scope 143 | float const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:143:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:730:5: error: 'int64_t' has not been declared 730 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:143:34: error: expression list treated as compound expression in initializer [-fpermissive] 143 | float const* x, int64_t incx ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:730:16: error: 'int64_t' has not been declared 730 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:145:8: error: conflicting declaration 'double blas::nrm2' 145 | double nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:730:27: error: 'int64_t' has not been declared 730 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:141:7: note: previous declaration as 'float blas::nrm2' 141 | float nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:146:5: error: 'int64_t' was not declared in this scope 146 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:146:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:147:5: error: expected primary-expression before 'double' 147 | double const* x, int64_t incx ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:147:22: error: 'int64_t' was not declared in this scope 147 | double const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:147:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:149:7: error: redefinition of 'float blas::nrm2' 149 | float nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:141:7: note: 'float blas::nrm2' previously defined here 141 | float nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:150:5: error: 'int64_t' was not declared in this scope 150 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:150:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:151:25: error: expected primary-expression before 'const' 151 | std::complex const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:151:35: error: 'int64_t' was not declared in this scope 151 | std::complex const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:151:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:153:8: error: conflicting declaration 'double blas::nrm2' 153 | double nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:141:7: note: previous declaration as 'float blas::nrm2' 141 | float nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:154:5: error: 'int64_t' was not declared in this scope 154 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:154:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:155:26: error: expected primary-expression before 'const' 155 | std::complex const* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:155:36: error: 'int64_t' was not declared in this scope 155 | std::complex const* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:155:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:158:6: error: variable or field 'rot' declared void 158 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:159:5: error: 'int64_t' was not declared in this scope 159 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:159:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:160:5: error: expected primary-expression before 'float' 160 | float* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:160:15: error: 'int64_t' was not declared in this scope 160 | float* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:160:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:161:5: error: expected primary-expression before 'float' 161 | float* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:161:15: error: 'int64_t' was not declared in this scope 161 | float* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:161:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:162:5: error: expected primary-expression before 'float' 162 | float c, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:163:5: error: expected primary-expression before 'float' 163 | float s ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:165:6: error: variable or field 'rot' declared void 165 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:166:5: error: 'int64_t' was not declared in this scope 166 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:166:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:167:5: error: expected primary-expression before 'double' 167 | double* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:167:16: error: 'int64_t' was not declared in this scope 167 | double* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:167:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:168:5: error: expected primary-expression before 'double' 168 | double* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:168:16: error: 'int64_t' was not declared in this scope 168 | double* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:168:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:169:5: error: expected primary-expression before 'double' 169 | double c, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:170:5: error: expected primary-expression before 'double' 170 | double s ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:175:6: error: variable or field 'rot' declared void 175 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:176:5: error: 'int64_t' was not declared in this scope 176 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:176:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:177:24: error: expected primary-expression before '*' token 177 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:732:35: error: 'int64_t' has not been declared 732 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:733:35: error: 'int64_t' has not been declared 733 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:735:35: error: 'int64_t' has not been declared 735 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:741:5: error: 'int64_t' has not been declared 741 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:741:16: error: 'int64_t' has not been declared 741 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:741:27: error: 'int64_t' has not been declared 741 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:743:36: error: 'int64_t' has not been declared 743 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:744:36: error: 'int64_t' has not been declared 744 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:746:36: error: 'int64_t' has not been declared 746 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:753:5: error: 'int64_t' has not been declared 753 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:753:16: error: 'int64_t' has not been declared 753 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:755:21: error: 'int64_t' has not been declared 755 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:756:21: error: 'int64_t' has not been declared 756 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:758:21: error: 'int64_t' has not been declared 758 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:764:5: error: 'int64_t' has not been declared 764 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:764:16: error: 'int64_t' has not been declared 764 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:766:22: error: 'int64_t' has not been declared 766 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:767:22: error: 'int64_t' has not been declared 767 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:769:22: error: 'int64_t' has not been declared 769 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:775:5: error: 'int64_t' has not been declared 775 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:775:16: error: 'int64_t' has not been declared 775 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:777:35: error: 'int64_t' has not been declared 777 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:778:35: error: 'int64_t' has not been declared 778 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:780:35: error: 'int64_t' has not been declared 780 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:786:5: error: 'int64_t' has not been declared 786 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:786:16: error: 'int64_t' has not been declared 786 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:788:36: error: 'int64_t' has not been declared 788 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:789:36: error: 'int64_t' has not been declared 789 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:791:36: error: 'int64_t' has not been declared 791 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:798:5: error: 'int64_t' has not been declared 798 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:798:16: error: 'int64_t' has not been declared 798 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:800:21: error: 'int64_t' has not been declared 800 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:801:21: error: 'int64_t' has not been declared 801 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:803:21: error: 'int64_t' has not been declared 803 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:809:5: error: 'int64_t' has not been declared 809 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:809:16: error: 'int64_t' has not been declared 809 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:811:22: error: 'int64_t' has not been declared 811 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:812:22: error: 'int64_t' has not been declared 812 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:814:22: error: 'int64_t' has not been declared 814 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:820:5: error: 'int64_t' has not been declared 820 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:820:16: error: 'int64_t' has not been declared 820 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:822:35: error: 'int64_t' has not been declared 822 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:823:35: error: 'int64_t' has not been declared 823 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:825:35: error: 'int64_t' has not been declared 825 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:831:5: error: 'int64_t' has not been declared 831 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:831:16: error: 'int64_t' has not been declared 831 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:833:36: error: 'int64_t' has not been declared 833 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:834:36: error: 'int64_t' has not been declared 834 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:836:36: error: 'int64_t' has not been declared 836 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:843:5: error: 'int64_t' has not been declared 843 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:843:16: error: 'int64_t' has not been declared 843 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:845:21: error: 'int64_t' has not been declared 845 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:847:21: error: 'int64_t' has not been declared 847 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:853:5: error: 'int64_t' has not been declared 853 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:853:16: error: 'int64_t' has not been declared 853 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:855:22: error: 'int64_t' has not been declared 855 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:857:22: error: 'int64_t' has not been declared 857 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:863:5: error: 'int64_t' has not been declared 863 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:863:16: error: 'int64_t' has not been declared 863 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:865:35: error: 'int64_t' has not been declared 865 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:867:35: error: 'int64_t' has not been declared 867 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:177:26: error: 'x' was not declared in this scope 177 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:177:29: error: 'int64_t' was not declared in this scope 177 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:177:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:178:24: error: expected primary-expression before '*' token 178 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:873:5: error: 'int64_t' has not been declared 873 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:873:16: error: 'int64_t' has not been declared 873 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:875:36: error: 'int64_t' has not been declared 875 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:877:36: error: 'int64_t' has not been declared 877 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:884:5: error: 'int64_t' has not been declared 884 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:884:16: error: 'int64_t' has not been declared 884 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:886:21: error: 'int64_t' has not been declared 886 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:887:21: error: 'int64_t' has not been declared 887 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:889:21: error: 'int64_t' has not been declared 889 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:895:5: error: 'int64_t' has not been declared 895 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:895:16: error: 'int64_t' has not been declared 895 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:897:22: error: 'int64_t' has not been declared 897 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:898:22: error: 'int64_t' has not been declared 898 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:900:22: error: 'int64_t' has not been declared 900 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:906:5: error: 'int64_t' has not been declared 906 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:906:16: error: 'int64_t' has not been declared 906 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:908:35: error: 'int64_t' has not been declared 908 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:909:35: error: 'int64_t' has not been declared 909 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:911:35: error: 'int64_t' has not been declared 911 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:917:5: error: 'int64_t' has not been declared 917 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:917:16: error: 'int64_t' has not been declared 917 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:919:36: error: 'int64_t' has not been declared 919 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:920:36: error: 'int64_t' has not been declared 920 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:922:36: error: 'int64_t' has not been declared 922 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:929:5: error: 'int64_t' has not been declared 929 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:929:16: error: 'int64_t' has not been declared 929 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:931:21: error: 'int64_t' has not been declared 931 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:932:21: error: 'int64_t' has not been declared 932 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:934:21: error: 'int64_t' has not been declared 934 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:940:5: error: 'int64_t' has not been declared 940 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:940:16: error: 'int64_t' has not been declared 940 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:942:22: error: 'int64_t' has not been declared 942 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:943:22: error: 'int64_t' has not been declared 943 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:945:22: error: 'int64_t' has not been declared 945 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:951:5: error: 'int64_t' has not been declared 951 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:951:16: error: 'int64_t' has not been declared 951 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:953:35: error: 'int64_t' has not been declared 953 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:954:35: error: 'int64_t' has not been declared 954 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:956:35: error: 'int64_t' has not been declared 956 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:962:5: error: 'int64_t' has not been declared 962 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:962:16: error: 'int64_t' has not been declared 962 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:964:36: error: 'int64_t' has not been declared 964 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:965:36: error: 'int64_t' has not been declared 965 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:967:36: error: 'int64_t' has not been declared 967 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:974:5: error: 'int64_t' has not been declared 974 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:974:16: error: 'int64_t' has not been declared 974 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:976:21: error: 'int64_t' has not been declared 976 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:978:21: error: 'int64_t' has not been declared 978 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:984:5: error: 'int64_t' has not been declared 984 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:984:16: error: 'int64_t' has not been declared 984 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:986:22: error: 'int64_t' has not been declared 986 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:988:22: error: 'int64_t' has not been declared 988 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:994:5: error: 'int64_t' has not been declared 994 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:994:16: error: 'int64_t' has not been declared 994 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:996:35: error: 'int64_t' has not been declared 996 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:998:35: error: 'int64_t' has not been declared 998 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1004:5: error: 'int64_t' has not been declared 1004 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1004:16: error: 'int64_t' has not been declared 1004 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1006:36: error: 'int64_t' has not been declared 1006 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1008:36: error: 'int64_t' has not been declared 1008 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1017:5: error: 'int64_t' has not been declared 1017 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1018:5: error: 'int64_t' has not been declared 1018 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1020:21: error: 'int64_t' has not been declared 1020 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1021:21: error: 'int64_t' has not been declared 1021 | float* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:178:26: error: 'y' was not declared in this scope; did you mean 'yn'? 178 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:178:29: error: 'int64_t' was not declared in this scope 178 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:178:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:179:5: error: expected primary-expression before 'float' 179 | float c, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:180:5: error: expected primary-expression before 'float' 180 | float s ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:185:6: error: variable or field 'rot' declared void 185 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:186:5: error: 'int64_t' was not declared in this scope 186 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:186:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:187:25: error: expected primary-expression before '*' token 187 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1029:5: error: 'int64_t' has not been declared 1029 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1030:5: error: 'int64_t' has not been declared 1030 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1032:22: error: 'int64_t' has not been declared 1032 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1033:22: error: 'int64_t' has not been declared 1033 | double* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1041:5: error: 'int64_t' has not been declared 1041 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1042:5: error: 'int64_t' has not been declared 1042 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1044:35: error: 'int64_t' has not been declared 1044 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1045:35: error: 'int64_t' has not been declared 1045 | std::complex* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1053:5: error: 'int64_t' has not been declared 1053 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1054:5: error: 'int64_t' has not been declared 1054 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1056:36: error: 'int64_t' has not been declared 1056 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1057:36: error: 'int64_t' has not been declared 1057 | std::complex* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1066:5: error: 'int64_t' has not been declared 1066 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1067:5: error: 'int64_t' has not been declared 1067 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1069:21: error: 'int64_t' has not been declared 1069 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1070:21: error: 'int64_t' has not been declared 1070 | float* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1078:5: error: 'int64_t' has not been declared 1078 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1079:5: error: 'int64_t' has not been declared 1079 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1081:22: error: 'int64_t' has not been declared 1081 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1082:22: error: 'int64_t' has not been declared 1082 | double* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1090:5: error: 'int64_t' has not been declared 1090 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1091:5: error: 'int64_t' has not been declared 1091 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1093:35: error: 'int64_t' has not been declared 1093 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1094:35: error: 'int64_t' has not been declared 1094 | std::complex* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1102:5: error: 'int64_t' has not been declared 1102 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1103:5: error: 'int64_t' has not been declared 1103 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1105:36: error: 'int64_t' has not been declared 1105 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1106:36: error: 'int64_t' has not been declared 1106 | std::complex* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1130:17: error: 'int64_t' was not declared in this scope 1130 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1130:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1130:24: error: template argument 1 is invalid 1130 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1130:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1131:17: error: 'int64_t' was not declared in this scope 1131 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1131:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1131:24: error: template argument 1 is invalid 1131 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1131:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1132:17: error: 'int64_t' was not declared in this scope 1132 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1132:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1132:24: error: template argument 1 is invalid 1132 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1132:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1134:56: error: 'int64_t' was not declared in this scope 1134 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1134:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1134:63: error: template argument 1 is invalid 1134 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1134:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1135:56: error: 'int64_t' was not declared in this scope 1135 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1135:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1135:63: error: template argument 1 is invalid 1135 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1135:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1137:56: error: 'int64_t' was not declared in this scope 1137 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1137:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1137:63: error: template argument 1 is invalid 1137 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:187:27: error: 'x' was not declared in this scope 187 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1137:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1139:17: error: 'int64_t' was not declared in this scope 1139 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1139:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1139:24: error: template argument 1 is invalid 1139 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1139:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:187:30: error: 'int64_t' was not declared in this scope 187 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:187:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1145:17: error: 'int64_t' was not declared in this scope 1145 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:188:25: error: expected primary-expression before '*' token 188 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1145:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1145:24: error: template argument 1 is invalid 1145 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1145:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1146:17: error: 'int64_t' was not declared in this scope 1146 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1146:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1146:24: error: template argument 1 is invalid 1146 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1146:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1147:17: error: 'int64_t' was not declared in this scope 1147 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1147:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1147:24: error: template argument 1 is invalid 1147 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1147:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1149:56: error: 'int64_t' was not declared in this scope 1149 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1149:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1149:63: error: template argument 1 is invalid 1149 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1149:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1150:56: error: 'int64_t' was not declared in this scope 1150 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1150:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1150:63: error: template argument 1 is invalid 1150 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1150:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1152:56: error: 'int64_t' was not declared in this scope 1152 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1152:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1152:63: error: template argument 1 is invalid 1152 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1152:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1154:17: error: 'int64_t' was not declared in this scope 1154 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1154:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1154:24: error: template argument 1 is invalid 1154 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1154:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1160:17: error: 'int64_t' was not declared in this scope 1160 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1160:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1160:24: error: template argument 1 is invalid 1160 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1160:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1161:17: error: 'int64_t' was not declared in this scope 1161 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1161:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1161:24: error: template argument 1 is invalid 1161 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1161:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1162:17: error: 'int64_t' was not declared in this scope 1162 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1162:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1162:24: error: template argument 1 is invalid 1162 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1162:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:188:27: error: 'y' was not declared in this scope; did you mean 'yn'? 188 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1164:68: error: 'int64_t' was not declared in this scope 1164 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1164:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1164:75: error: template argument 1 is invalid 1164 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1164:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1165:68: error: 'int64_t' was not declared in this scope 1165 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1165:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1165:75: error: template argument 1 is invalid 1165 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1165:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:188:30: error: 'int64_t' was not declared in this scope 188 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:188:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:189:5: error: expected primary-expression before 'double' 189 | double c, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:190:5: error: expected primary-expression before 'double' 190 | double s ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1167:68: error: 'int64_t' was not declared in this scope 1167 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1167:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:195:6: error: variable or field 'rot' declared void 195 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1167:75: error: template argument 1 is invalid 1167 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1167:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1169:17: error: 'int64_t' was not declared in this scope 1169 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1169:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1169:24: error: template argument 1 is invalid 1169 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:196:5: error: 'int64_t' was not declared in this scope 196 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1169:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:196:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:197:24: error: expected primary-expression before '*' token 197 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1175:17: error: 'int64_t' was not declared in this scope 1175 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1175:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1175:24: error: template argument 1 is invalid 1175 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1175:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1176:17: error: 'int64_t' was not declared in this scope 1176 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1176:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1176:24: error: template argument 1 is invalid 1176 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1176:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1177:17: error: 'int64_t' was not declared in this scope 1177 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1177:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1177:24: error: template argument 1 is invalid 1177 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1177:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1179:69: error: 'int64_t' was not declared in this scope 1179 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1179:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1179:76: error: template argument 1 is invalid 1179 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1179:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1180:69: error: 'int64_t' was not declared in this scope 1180 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1180:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1180:76: error: template argument 1 is invalid 1180 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1180:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1182:69: error: 'int64_t' was not declared in this scope 1182 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1182:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1182:76: error: template argument 1 is invalid 1182 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1182:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1184:17: error: 'int64_t' was not declared in this scope 1184 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1184:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1184:24: error: template argument 1 is invalid 1184 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1184:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1192:17: error: 'int64_t' was not declared in this scope 1192 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1192:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1192:24: error: template argument 1 is invalid 1192 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1192:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1193:17: error: 'int64_t' was not declared in this scope 1193 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1193:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1193:24: error: template argument 1 is invalid 1193 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1193:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1195:56: error: 'int64_t' was not declared in this scope 1195 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1195:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:197:26: error: 'x' was not declared in this scope 197 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1195:63: error: template argument 1 is invalid 1195 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1195:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1196:56: error: 'int64_t' was not declared in this scope 1196 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1196:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1196:63: error: template argument 1 is invalid 1196 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1196:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:197:29: error: 'int64_t' was not declared in this scope 197 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:197:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1198:56: error: 'int64_t' was not declared in this scope 1198 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:198:24: error: expected primary-expression before '*' token 198 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1198:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1198:63: error: template argument 1 is invalid 1198 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1198:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1200:17: error: 'int64_t' was not declared in this scope 1200 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1200:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1200:24: error: template argument 1 is invalid 1200 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1200:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1206:17: error: 'int64_t' was not declared in this scope 1206 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1206:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1206:24: error: template argument 1 is invalid 1206 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1206:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1207:17: error: 'int64_t' was not declared in this scope 1207 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1207:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1207:24: error: template argument 1 is invalid 1207 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1207:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1209:56: error: 'int64_t' was not declared in this scope 1209 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1209:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1209:63: error: template argument 1 is invalid 1209 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1209:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1210:56: error: 'int64_t' was not declared in this scope 1210 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1210:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1210:63: error: template argument 1 is invalid 1210 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1210:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1212:56: error: 'int64_t' was not declared in this scope 1212 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1212:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1212:63: error: template argument 1 is invalid 1212 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1212:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1214:17: error: 'int64_t' was not declared in this scope 1214 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1214:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1214:24: error: template argument 1 is invalid 1214 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1214:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1220:17: error: 'int64_t' was not declared in this scope 1220 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1220:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1220:24: error: template argument 1 is invalid 1220 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1220:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1221:17: error: 'int64_t' was not declared in this scope 1221 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1221:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1221:24: error: template argument 1 is invalid 1221 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1221:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1223:68: error: 'int64_t' was not declared in this scope 1223 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1223:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1223:75: error: template argument 1 is invalid 1223 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1223:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:198:26: error: 'y' was not declared in this scope; did you mean 'yn'? 198 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1224:68: error: 'int64_t' was not declared in this scope 1224 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1224:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1224:75: error: template argument 1 is invalid 1224 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1224:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1226:68: error: 'int64_t' was not declared in this scope 1226 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1226:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1226:75: error: template argument 1 is invalid 1226 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:198:29: error: 'int64_t' was not declared in this scope 198 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1226:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:198:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:199:5: error: expected primary-expression before 'float' 199 | float c, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:200:25: error: expected primary-expression before 's' 200 | std::complex s ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:205:6: error: variable or field 'rot' declared void 205 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1228:17: error: 'int64_t' was not declared in this scope 1228 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1228:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1228:24: error: template argument 1 is invalid 1228 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1228:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:206:5: error: 'int64_t' was not declared in this scope 206 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:206:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:207:25: error: expected primary-expression before '*' token 207 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1234:17: error: 'int64_t' was not declared in this scope 1234 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1234:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1234:24: error: template argument 1 is invalid 1234 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1234:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1235:17: error: 'int64_t' was not declared in this scope 1235 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1235:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1235:24: error: template argument 1 is invalid 1235 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1235:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1237:69: error: 'int64_t' was not declared in this scope 1237 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1237:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1237:76: error: template argument 1 is invalid 1237 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1237:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1238:69: error: 'int64_t' was not declared in this scope 1238 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1238:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1238:76: error: template argument 1 is invalid 1238 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1238:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1240:69: error: 'int64_t' was not declared in this scope 1240 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1240:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1240:76: error: template argument 1 is invalid 1240 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1240:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1242:17: error: 'int64_t' was not declared in this scope 1242 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1242:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1242:24: error: template argument 1 is invalid 1242 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1242:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1250:17: error: 'int64_t' was not declared in this scope 1250 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1250:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1250:24: error: template argument 1 is invalid 1250 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1250:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1251:17: error: 'int64_t' was not declared in this scope 1251 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1251:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1251:24: error: template argument 1 is invalid 1251 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1251:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1253:56: error: 'int64_t' was not declared in this scope 1253 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1253:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1253:63: error: template argument 1 is invalid 1253 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1253:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1254:56: error: 'int64_t' was not declared in this scope 1254 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1254:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1254:63: error: template argument 1 is invalid 1254 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1254:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:207:27: error: 'x' was not declared in this scope 207 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1256:56: error: 'int64_t' was not declared in this scope 1256 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1256:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1256:63: error: template argument 1 is invalid 1256 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1256:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1258:17: error: 'int64_t' was not declared in this scope 1258 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1258:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1258:24: error: template argument 1 is invalid 1258 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1258:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:207:30: error: 'int64_t' was not declared in this scope 207 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:207:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1264:17: error: 'int64_t' was not declared in this scope 1264 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:208:25: error: expected primary-expression before '*' token 208 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1264:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1264:24: error: template argument 1 is invalid 1264 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1264:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1265:17: error: 'int64_t' was not declared in this scope 1265 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1265:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1265:24: error: template argument 1 is invalid 1265 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1265:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1267:56: error: 'int64_t' was not declared in this scope 1267 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1267:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1267:63: error: template argument 1 is invalid 1267 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1267:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1268:56: error: 'int64_t' was not declared in this scope 1268 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1268:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1268:63: error: template argument 1 is invalid 1268 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1268:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1270:56: error: 'int64_t' was not declared in this scope 1270 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1270:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1270:63: error: template argument 1 is invalid 1270 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1270:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1272:17: error: 'int64_t' was not declared in this scope 1272 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1272:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1272:24: error: template argument 1 is invalid 1272 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1272:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1278:17: error: 'int64_t' was not declared in this scope 1278 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1278:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1278:24: error: template argument 1 is invalid 1278 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1278:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1279:17: error: 'int64_t' was not declared in this scope 1279 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1279:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1279:24: error: template argument 1 is invalid 1279 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1279:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1281:68: error: 'int64_t' was not declared in this scope 1281 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1281:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1281:75: error: template argument 1 is invalid 1281 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1281:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1282:68: error: 'int64_t' was not declared in this scope 1282 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1282:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1282:75: error: template argument 1 is invalid 1282 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1282:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1284:68: error: 'int64_t' was not declared in this scope 1284 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:208:27: error: 'y' was not declared in this scope; did you mean 'yn'? 208 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1284:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1284:75: error: template argument 1 is invalid 1284 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1284:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1286:17: error: 'int64_t' was not declared in this scope 1286 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1286:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1286:24: error: template argument 1 is invalid 1286 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1286:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:208:30: error: 'int64_t' was not declared in this scope 208 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:208:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1292:17: error: 'int64_t' was not declared in this scope 1292 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:209:5: error: expected primary-expression before 'double' 209 | double c, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1292:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1292:24: error: template argument 1 is invalid 1292 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1292:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:210:26: error: expected primary-expression before 's' 210 | std::complex s ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1293:17: error: 'int64_t' was not declared in this scope 1293 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1293:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1293:24: error: template argument 1 is invalid 1293 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1293:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:239:6: error: variable or field 'rotm' declared void 239 | void rotm( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1295:69: error: 'int64_t' was not declared in this scope 1295 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1295:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1295:76: error: template argument 1 is invalid 1295 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1295:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:240:5: error: 'int64_t' was not declared in this scope 240 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:240:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1296:69: error: 'int64_t' was not declared in this scope 1296 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1296:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:241:5: error: expected primary-expression before 'float' 241 | float* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1296:76: error: template argument 1 is invalid 1296 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1296:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:241:15: error: 'int64_t' was not declared in this scope 241 | float* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:241:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1298:69: error: 'int64_t' was not declared in this scope 1298 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1298:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:242:5: error: expected primary-expression before 'float' 242 | float* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1298:76: error: template argument 1 is invalid 1298 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1298:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:242:15: error: 'int64_t' was not declared in this scope 242 | float* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:242:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1300:17: error: 'int64_t' was not declared in this scope 1300 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1300:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1300:24: error: template argument 1 is invalid 1300 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:243:5: error: expected primary-expression before 'float' 243 | float const param[5] ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1300:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:245:6: error: variable or field 'rotm' declared void 245 | void rotm( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:246:5: error: 'int64_t' was not declared in this scope 246 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:246:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:247:5: error: expected primary-expression before 'double' 247 | double* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1308:17: error: 'int64_t' was not declared in this scope 1308 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1308:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1308:24: error: template argument 1 is invalid 1308 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:247:16: error: 'int64_t' was not declared in this scope 247 | double* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1308:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:247:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:248:5: error: expected primary-expression before 'double' 248 | double* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:248:16: error: 'int64_t' was not declared in this scope 248 | double* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:248:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1309:17: error: 'int64_t' was not declared in this scope 1309 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1309:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:249:5: error: expected primary-expression before 'double' 249 | double const param[5] ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1309:24: error: template argument 1 is invalid 1309 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1309:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1311:56: error: 'int64_t' was not declared in this scope 1311 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:268:6: error: variable or field 'scal' declared void 268 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1311:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1311:63: error: template argument 1 is invalid 1311 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1311:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:269:5: error: 'int64_t' was not declared in this scope 269 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:269:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1313:56: error: 'int64_t' was not declared in this scope 1313 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1313:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:270:5: error: expected primary-expression before 'float' 270 | float alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1313:63: error: template argument 1 is invalid 1313 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:271:5: error: expected primary-expression before 'float' 271 | float* x, int64_t incx ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1313:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:271:15: error: 'int64_t' was not declared in this scope 271 | float* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:271:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1315:17: error: 'int64_t' was not declared in this scope 1315 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1315:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:273:6: error: variable or field 'scal' declared void 273 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1315:24: error: template argument 1 is invalid 1315 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1315:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:274:5: error: 'int64_t' was not declared in this scope 274 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:274:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:275:5: error: expected primary-expression before 'double' 275 | double alpha, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:276:5: error: expected primary-expression before 'double' 276 | double* x, int64_t incx ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1321:17: error: 'int64_t' was not declared in this scope 1321 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1321:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1321:24: error: template argument 1 is invalid 1321 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1321:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:276:16: error: 'int64_t' was not declared in this scope 276 | double* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:276:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:278:6: error: variable or field 'scal' declared void 278 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1322:17: error: 'int64_t' was not declared in this scope 1322 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1322:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1322:24: error: template argument 1 is invalid 1322 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1322:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:279:5: error: 'int64_t' was not declared in this scope 279 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:279:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:280:25: error: expected primary-expression before 'alpha' 280 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:281:24: error: expected primary-expression before '*' token 281 | std::complex* x, int64_t incx ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1324:56: error: 'int64_t' was not declared in this scope 1324 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1324:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1324:63: error: template argument 1 is invalid 1324 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1324:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1326:56: error: 'int64_t' was not declared in this scope 1326 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1326:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1326:63: error: template argument 1 is invalid 1326 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1326:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1328:17: error: 'int64_t' was not declared in this scope 1328 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1328:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1328:24: error: template argument 1 is invalid 1328 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1328:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1334:17: error: 'int64_t' was not declared in this scope 1334 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1334:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1334:24: error: template argument 1 is invalid 1334 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1334:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1335:17: error: 'int64_t' was not declared in this scope 1335 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1335:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1335:24: error: template argument 1 is invalid 1335 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1335:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1337:68: error: 'int64_t' was not declared in this scope 1337 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1337:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1337:75: error: template argument 1 is invalid 1337 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1337:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1339:68: error: 'int64_t' was not declared in this scope 1339 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1339:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1339:75: error: template argument 1 is invalid 1339 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1339:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1341:17: error: 'int64_t' was not declared in this scope 1341 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1341:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1341:24: error: template argument 1 is invalid 1341 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1341:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1347:17: error: 'int64_t' was not declared in this scope 1347 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1347:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1347:24: error: template argument 1 is invalid 1347 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1347:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1348:17: error: 'int64_t' was not declared in this scope 1348 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1348:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1348:24: error: template argument 1 is invalid 1348 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1348:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:281:26: error: 'x' was not declared in this scope 281 | std::complex* x, int64_t incx ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1350:69: error: 'int64_t' was not declared in this scope 1350 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1350:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1350:76: error: template argument 1 is invalid 1350 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1350:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1352:69: error: 'int64_t' was not declared in this scope 1352 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1352:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1352:76: error: template argument 1 is invalid 1352 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1352:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:281:29: error: 'int64_t' was not declared in this scope 281 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:281:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1354:17: error: 'int64_t' was not declared in this scope 1354 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:283:6: error: variable or field 'scal' declared void 283 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1354:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1354:24: error: template argument 1 is invalid 1354 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1354:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:284:5: error: 'int64_t' was not declared in this scope 284 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:284:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:285:26: error: expected primary-expression before 'alpha' 285 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:286:25: error: expected primary-expression before '*' token 286 | std::complex* x, int64_t incx ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1362:17: error: 'int64_t' was not declared in this scope 1362 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1362:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1362:24: error: template argument 1 is invalid 1362 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1362:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1363:17: error: 'int64_t' was not declared in this scope 1363 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1363:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1363:24: error: template argument 1 is invalid 1363 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1363:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1365:56: error: 'int64_t' was not declared in this scope 1365 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1365:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1365:63: error: template argument 1 is invalid 1365 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1365:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1366:56: error: 'int64_t' was not declared in this scope 1366 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1366:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1366:63: error: template argument 1 is invalid 1366 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1366:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1368:56: error: 'int64_t' was not declared in this scope 1368 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1368:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1368:63: error: template argument 1 is invalid 1368 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1368:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1370:17: error: 'int64_t' was not declared in this scope 1370 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1370:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1370:24: error: template argument 1 is invalid 1370 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1370:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1376:17: error: 'int64_t' was not declared in this scope 1376 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1376:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1376:24: error: template argument 1 is invalid 1376 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1376:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1377:17: error: 'int64_t' was not declared in this scope 1377 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1377:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1377:24: error: template argument 1 is invalid 1377 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1377:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1379:56: error: 'int64_t' was not declared in this scope 1379 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1379:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1379:63: error: template argument 1 is invalid 1379 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1379:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1380:56: error: 'int64_t' was not declared in this scope 1380 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1380:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1380:63: error: template argument 1 is invalid 1380 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1380:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1382:56: error: 'int64_t' was not declared in this scope 1382 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1382:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1382:63: error: template argument 1 is invalid 1382 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1382:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:286:27: error: 'x' was not declared in this scope 286 | std::complex* x, int64_t incx ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1384:17: error: 'int64_t' was not declared in this scope 1384 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1384:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1384:24: error: template argument 1 is invalid 1384 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1384:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1390:17: error: 'int64_t' was not declared in this scope 1390 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1390:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:286:30: error: 'int64_t' was not declared in this scope 286 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1390:24: error: template argument 1 is invalid 1390 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1390:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:286:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:289:6: error: variable or field 'swap' declared void 289 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1391:17: error: 'int64_t' was not declared in this scope 1391 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1391:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1391:24: error: template argument 1 is invalid 1391 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1391:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:290:5: error: 'int64_t' was not declared in this scope 290 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:290:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:291:5: error: expected primary-expression before 'float' 291 | float* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1393:68: error: 'int64_t' was not declared in this scope 1393 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1393:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:291:15: error: 'int64_t' was not declared in this scope 291 | float* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1393:75: error: template argument 1 is invalid 1393 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:291:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1393:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:292:5: error: expected primary-expression before 'float' 292 | float* y, int64_t incy ); | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:292:15: error: 'int64_t' was not declared in this scope 292 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1394:68: error: 'int64_t' was not declared in this scope 1394 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1394:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:292:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1394:75: error: template argument 1 is invalid 1394 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:294:6: error: variable or field 'swap' declared void 294 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1394:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:295:5: error: 'int64_t' was not declared in this scope 295 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:295:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:296:5: error: expected primary-expression before 'double' 296 | double* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1396:68: error: 'int64_t' was not declared in this scope 1396 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1396:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:296:16: error: 'int64_t' was not declared in this scope 296 | double* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:296:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1396:75: error: template argument 1 is invalid 1396 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:297:5: error: expected primary-expression before 'double' 297 | double* y, int64_t incy ); | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1396:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:297:16: error: 'int64_t' was not declared in this scope 297 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:297:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1398:17: error: 'int64_t' was not declared in this scope 1398 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:299:6: error: variable or field 'swap' declared void 299 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1398:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1398:24: error: template argument 1 is invalid 1398 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1398:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:300:5: error: 'int64_t' was not declared in this scope 300 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:300:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:301:24: error: expected primary-expression before '*' token 301 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1404:17: error: 'int64_t' was not declared in this scope 1404 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1404:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1404:24: error: template argument 1 is invalid 1404 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1404:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1405:17: error: 'int64_t' was not declared in this scope 1405 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1405:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1405:24: error: template argument 1 is invalid 1405 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1405:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1407:69: error: 'int64_t' was not declared in this scope 1407 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1407:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1407:76: error: template argument 1 is invalid 1407 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1407:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1408:69: error: 'int64_t' was not declared in this scope 1408 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1408:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1408:76: error: template argument 1 is invalid 1408 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1408:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1410:69: error: 'int64_t' was not declared in this scope 1410 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1410:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1410:76: error: template argument 1 is invalid 1410 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1410:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1412:17: error: 'int64_t' was not declared in this scope 1412 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1412:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1412:24: error: template argument 1 is invalid 1412 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1412:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1420:17: error: 'int64_t' was not declared in this scope 1420 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1420:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1420:24: error: template argument 1 is invalid 1420 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1420:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1421:17: error: 'int64_t' was not declared in this scope 1421 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1421:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1421:24: error: template argument 1 is invalid 1421 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1421:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1423:56: error: 'int64_t' was not declared in this scope 1423 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1423:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1423:63: error: template argument 1 is invalid 1423 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1423:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1424:56: error: 'int64_t' was not declared in this scope 1424 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1424:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1424:63: error: template argument 1 is invalid 1424 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1424:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:301:26: error: 'x' was not declared in this scope 301 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1426:56: error: 'int64_t' was not declared in this scope 1426 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1426:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1426:63: error: template argument 1 is invalid 1426 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1426:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1428:17: error: 'int64_t' was not declared in this scope 1428 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1428:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:301:29: error: 'int64_t' was not declared in this scope 301 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1428:24: error: template argument 1 is invalid 1428 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:301:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1428:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:302:24: error: expected primary-expression before '*' token 302 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1434:17: error: 'int64_t' was not declared in this scope 1434 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1434:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1434:24: error: template argument 1 is invalid 1434 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1434:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1435:17: error: 'int64_t' was not declared in this scope 1435 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1435:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1435:24: error: template argument 1 is invalid 1435 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1435:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1437:56: error: 'int64_t' was not declared in this scope 1437 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1437:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1437:63: error: template argument 1 is invalid 1437 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1437:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1438:56: error: 'int64_t' was not declared in this scope 1438 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1438:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1438:63: error: template argument 1 is invalid 1438 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1438:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1440:56: error: 'int64_t' was not declared in this scope 1440 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1440:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1440:63: error: template argument 1 is invalid 1440 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1440:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1442:17: error: 'int64_t' was not declared in this scope 1442 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1442:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1442:24: error: template argument 1 is invalid 1442 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1442:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1448:17: error: 'int64_t' was not declared in this scope 1448 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1448:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1448:24: error: template argument 1 is invalid 1448 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1448:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1449:17: error: 'int64_t' was not declared in this scope 1449 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1449:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1449:24: error: template argument 1 is invalid 1449 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1449:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1451:68: error: 'int64_t' was not declared in this scope 1451 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1451:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1451:75: error: template argument 1 is invalid 1451 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1451:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1452:68: error: 'int64_t' was not declared in this scope 1452 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1452:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1452:75: error: template argument 1 is invalid 1452 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1452:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:302:26: error: 'y' was not declared in this scope; did you mean 'yn'? 302 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1454:68: error: 'int64_t' was not declared in this scope 1454 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1454:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1454:75: error: template argument 1 is invalid 1454 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1454:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1456:17: error: 'int64_t' was not declared in this scope 1456 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1456:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1456:24: error: template argument 1 is invalid 1456 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:302:29: error: 'int64_t' was not declared in this scope 302 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1456:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:302:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:304:6: error: variable or field 'swap' declared void 304 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:305:5: error: 'int64_t' was not declared in this scope 305 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1462:17: error: 'int64_t' was not declared in this scope 1462 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:305:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1462:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1462:24: error: template argument 1 is invalid 1462 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1462:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:306:25: error: expected primary-expression before '*' token 306 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1463:17: error: 'int64_t' was not declared in this scope 1463 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1463:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1463:24: error: template argument 1 is invalid 1463 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1463:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1465:69: error: 'int64_t' was not declared in this scope 1465 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1465:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1465:76: error: template argument 1 is invalid 1465 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1465:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1466:69: error: 'int64_t' was not declared in this scope 1466 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1466:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1466:76: error: template argument 1 is invalid 1466 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1466:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1468:69: error: 'int64_t' was not declared in this scope 1468 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1468:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1468:76: error: template argument 1 is invalid 1468 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1468:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1470:17: error: 'int64_t' was not declared in this scope 1470 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1470:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1470:24: error: template argument 1 is invalid 1470 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1470:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1478:17: error: 'int64_t' was not declared in this scope 1478 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1478:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1478:24: error: template argument 1 is invalid 1478 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1478:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1479:17: error: 'int64_t' was not declared in this scope 1479 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1479:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1479:24: error: template argument 1 is invalid 1479 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1479:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1481:56: error: 'int64_t' was not declared in this scope 1481 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1481:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1481:63: error: template argument 1 is invalid 1481 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1481:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1483:56: error: 'int64_t' was not declared in this scope 1483 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1483:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1483:63: error: template argument 1 is invalid 1483 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1483:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1485:17: error: 'int64_t' was not declared in this scope 1485 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1485:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1485:24: error: template argument 1 is invalid 1485 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1485:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1491:17: error: 'int64_t' was not declared in this scope 1491 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1491:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1491:24: error: template argument 1 is invalid 1491 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1491:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:306:27: error: 'x' was not declared in this scope 306 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1492:17: error: 'int64_t' was not declared in this scope 1492 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1492:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1492:24: error: template argument 1 is invalid 1492 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1492:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1494:56: error: 'int64_t' was not declared in this scope 1494 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1494:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1494:63: error: template argument 1 is invalid 1494 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1494:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:306:30: error: 'int64_t' was not declared in this scope 306 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:306:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:307:25: error: expected primary-expression before '*' token 307 | std::complex* y, int64_t incy ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1496:56: error: 'int64_t' was not declared in this scope 1496 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1496:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1496:63: error: template argument 1 is invalid 1496 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1496:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1498:17: error: 'int64_t' was not declared in this scope 1498 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1498:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1498:24: error: template argument 1 is invalid 1498 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1498:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1504:17: error: 'int64_t' was not declared in this scope 1504 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1504:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1504:24: error: template argument 1 is invalid 1504 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1504:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1505:17: error: 'int64_t' was not declared in this scope 1505 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1505:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1505:24: error: template argument 1 is invalid 1505 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1505:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1507:68: error: 'int64_t' was not declared in this scope 1507 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1507:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1507:75: error: template argument 1 is invalid 1507 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1507:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1509:68: error: 'int64_t' was not declared in this scope 1509 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1509:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1509:75: error: template argument 1 is invalid 1509 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1509:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1511:17: error: 'int64_t' was not declared in this scope 1511 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1511:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1511:24: error: template argument 1 is invalid 1511 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1511:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1517:17: error: 'int64_t' was not declared in this scope 1517 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1517:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1517:24: error: template argument 1 is invalid 1517 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1517:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1518:17: error: 'int64_t' was not declared in this scope 1518 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1518:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1518:24: error: template argument 1 is invalid 1518 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1518:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1520:69: error: 'int64_t' was not declared in this scope 1520 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1520:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1520:76: error: template argument 1 is invalid 1520 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1520:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1522:69: error: 'int64_t' was not declared in this scope 1522 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:307:27: error: 'y' was not declared in this scope; did you mean 'yn'? 307 | std::complex* y, int64_t incy ); | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1522:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1522:76: error: template argument 1 is invalid 1522 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1522:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1524:17: error: 'int64_t' was not declared in this scope 1524 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1524:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1524:24: error: template argument 1 is invalid 1524 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1524:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:307:30: error: 'int64_t' was not declared in this scope 307 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:307:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:316:5: error: 'int64_t' has not been declared 316 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:316:16: error: 'int64_t' has not been declared 316 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1534:17: error: 'int64_t' was not declared in this scope 1534 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1534:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:318:21: error: 'int64_t' has not been declared 318 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1534:24: error: template argument 1 is invalid 1534 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1534:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:319:21: error: 'int64_t' has not been declared 319 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:321:21: error: 'int64_t' has not been declared 321 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1535:17: error: 'int64_t' was not declared in this scope 1535 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1535:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:326:5: error: 'int64_t' has not been declared 326 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1535:24: error: template argument 1 is invalid 1535 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1535:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:326:16: error: 'int64_t' has not been declared 326 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:328:22: error: 'int64_t' has not been declared 328 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:329:22: error: 'int64_t' has not been declared 329 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:331:22: error: 'int64_t' has not been declared 331 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1537:56: error: 'int64_t' was not declared in this scope 1537 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1537:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1537:63: error: template argument 1 is invalid 1537 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1537:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:336:5: error: 'int64_t' has not been declared 336 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:336:16: error: 'int64_t' has not been declared 336 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:338:35: error: 'int64_t' has not been declared 338 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1538:56: error: 'int64_t' was not declared in this scope 1538 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1538:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1538:63: error: template argument 1 is invalid 1538 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:339:35: error: 'int64_t' has not been declared 339 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1538:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:341:35: error: 'int64_t' has not been declared 341 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:346:5: error: 'int64_t' has not been declared 346 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:346:16: error: 'int64_t' has not been declared 346 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1540:17: error: 'int64_t' was not declared in this scope 1540 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1540:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:348:36: error: 'int64_t' has not been declared 348 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1540:24: error: template argument 1 is invalid 1540 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1540:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:349:36: error: 'int64_t' has not been declared 349 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:351:36: error: 'int64_t' has not been declared 351 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:356:5: error: 'int64_t' has not been declared 356 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:356:16: error: 'int64_t' has not been declared 356 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1548:17: error: 'int64_t' was not declared in this scope 1548 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1548:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:358:21: error: 'int64_t' has not been declared 358 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1548:24: error: template argument 1 is invalid 1548 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1548:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:359:21: error: 'int64_t' has not been declared 359 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:360:21: error: 'int64_t' has not been declared 360 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1549:17: error: 'int64_t' was not declared in this scope 1549 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1549:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:364:5: error: 'int64_t' has not been declared 364 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1549:24: error: template argument 1 is invalid 1549 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1549:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:364:16: error: 'int64_t' has not been declared 364 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:366:22: error: 'int64_t' has not been declared 366 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:367:22: error: 'int64_t' has not been declared 367 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1551:56: error: 'int64_t' was not declared in this scope 1551 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1551:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:368:22: error: 'int64_t' has not been declared 368 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1551:63: error: template argument 1 is invalid 1551 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1551:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:372:5: error: 'int64_t' has not been declared 372 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:372:16: error: 'int64_t' has not been declared 372 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:374:35: error: 'int64_t' has not been declared 374 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1552:56: error: 'int64_t' was not declared in this scope 1552 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:375:35: error: 'int64_t' has not been declared 375 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1552:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1552:63: error: template argument 1 is invalid 1552 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1552:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:376:35: error: 'int64_t' has not been declared 376 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:380:5: error: 'int64_t' has not been declared 380 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:380:16: error: 'int64_t' has not been declared 380 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1554:17: error: 'int64_t' was not declared in this scope 1554 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1554:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1554:24: error: template argument 1 is invalid 1554 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1554:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:382:36: error: 'int64_t' has not been declared 382 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:383:36: error: 'int64_t' has not been declared 383 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:384:36: error: 'int64_t' has not been declared 384 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:389:5: error: 'int64_t' has not been declared 389 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1562:17: error: 'int64_t' was not declared in this scope 1562 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1562:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:389:16: error: 'int64_t' has not been declared 389 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1562:24: error: template argument 1 is invalid 1562 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1562:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:391:21: error: 'int64_t' has not been declared 391 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:392:21: error: 'int64_t' has not been declared 392 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1563:17: error: 'int64_t' was not declared in this scope 1563 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:393:21: error: 'int64_t' has not been declared 393 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1563:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1563:24: error: template argument 1 is invalid 1563 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1563:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:397:5: error: 'int64_t' has not been declared 397 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:397:16: error: 'int64_t' has not been declared 397 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:399:22: error: 'int64_t' has not been declared 399 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:400:22: error: 'int64_t' has not been declared 400 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:401:22: error: 'int64_t' has not been declared 401 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1565:68: error: 'int64_t' was not declared in this scope 1565 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1565:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1565:75: error: template argument 1 is invalid 1565 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1565:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:405:5: error: 'int64_t' has not been declared 405 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:405:16: error: 'int64_t' has not been declared 405 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:407:35: error: 'int64_t' has not been declared 407 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1566:68: error: 'int64_t' was not declared in this scope 1566 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1566:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:408:35: error: 'int64_t' has not been declared 408 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1566:75: error: template argument 1 is invalid 1566 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1566:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:409:35: error: 'int64_t' has not been declared 409 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1568:17: error: 'int64_t' was not declared in this scope 1568 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:413:5: error: 'int64_t' has not been declared 413 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1568:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:413:16: error: 'int64_t' has not been declared 413 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1568:24: error: template argument 1 is invalid 1568 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1568:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:415:36: error: 'int64_t' has not been declared 415 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:416:36: error: 'int64_t' has not been declared 416 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:417:36: error: 'int64_t' has not been declared 417 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1576:17: error: 'int64_t' was not declared in this scope 1576 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:423:5: error: 'int64_t' has not been declared 423 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1576:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1576:24: error: template argument 1 is invalid 1576 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:425:21: error: 'int64_t' has not been declared 425 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1576:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:426:21: error: 'int64_t' has not been declared 426 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:428:21: error: 'int64_t' has not been declared 428 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:433:5: error: 'int64_t' has not been declared 433 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1577:17: error: 'int64_t' was not declared in this scope 1577 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1577:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:435:22: error: 'int64_t' has not been declared 435 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1577:24: error: template argument 1 is invalid 1577 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1577:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:436:22: error: 'int64_t' has not been declared 436 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:438:22: error: 'int64_t' has not been declared 438 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:443:5: error: 'int64_t' has not been declared 443 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1579:69: error: 'int64_t' was not declared in this scope 1579 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1579:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:445:35: error: 'int64_t' has not been declared 445 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1579:76: error: template argument 1 is invalid 1579 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1579:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:446:35: error: 'int64_t' has not been declared 446 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:448:35: error: 'int64_t' has not been declared 448 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1580:69: error: 'int64_t' was not declared in this scope 1580 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1580:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:453:5: error: 'int64_t' has not been declared 453 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1580:76: error: template argument 1 is invalid 1580 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1580:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:455:36: error: 'int64_t' has not been declared 455 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:456:36: error: 'int64_t' has not been declared 456 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1582:17: error: 'int64_t' was not declared in this scope 1582 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1582:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1582:24: error: template argument 1 is invalid 1582 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1582:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:458:36: error: 'int64_t' has not been declared 458 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:464:5: error: 'int64_t' has not been declared 464 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:466:21: error: 'int64_t' has not been declared 466 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:467:21: error: 'int64_t' has not been declared 467 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:472:5: error: 'int64_t' has not been declared 472 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1592:17: error: 'int64_t' was not declared in this scope 1592 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:474:22: error: 'int64_t' has not been declared 474 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1592:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1592:24: error: template argument 1 is invalid 1592 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1592:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:475:22: error: 'int64_t' has not been declared 475 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:480:5: error: 'int64_t' has not been declared 480 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1593:17: error: 'int64_t' was not declared in this scope 1593 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1593:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:482:35: error: 'int64_t' has not been declared 482 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1593:24: error: template argument 1 is invalid 1593 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1593:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:483:35: error: 'int64_t' has not been declared 483 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:488:5: error: 'int64_t' has not been declared 488 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1595:56: error: 'int64_t' was not declared in this scope 1595 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:490:36: error: 'int64_t' has not been declared 490 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1595:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1595:63: error: template argument 1 is invalid 1595 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1595:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:491:36: error: 'int64_t' has not been declared 491 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:497:5: error: 'int64_t' has not been declared 497 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1596:56: error: 'int64_t' was not declared in this scope 1596 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1596:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:499:21: error: 'int64_t' has not been declared 499 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1596:63: error: template argument 1 is invalid 1596 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1596:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:500:21: error: 'int64_t' has not been declared 500 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:501:21: error: 'int64_t' has not been declared 501 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:506:5: error: 'int64_t' has not been declared 506 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1598:17: error: 'int64_t' was not declared in this scope 1598 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1598:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1598:24: error: template argument 1 is invalid 1598 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:508:22: error: 'int64_t' has not been declared 508 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1598:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:509:22: error: 'int64_t' has not been declared 509 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:510:22: error: 'int64_t' has not been declared 510 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:515:5: error: 'int64_t' has not been declared 515 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:517:35: error: 'int64_t' has not been declared 517 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1606:17: error: 'int64_t' was not declared in this scope 1606 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1606:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:518:35: error: 'int64_t' has not been declared 518 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1606:24: error: template argument 1 is invalid 1606 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1606:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:519:35: error: 'int64_t' has not been declared 519 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1607:17: error: 'int64_t' was not declared in this scope 1607 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1607:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:524:5: error: 'int64_t' has not been declared 524 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1607:24: error: template argument 1 is invalid 1607 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1607:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:526:36: error: 'int64_t' has not been declared 526 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:527:36: error: 'int64_t' has not been declared 527 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:528:36: error: 'int64_t' has not been declared 528 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1609:56: error: 'int64_t' was not declared in this scope 1609 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1609:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:534:5: error: 'int64_t' has not been declared 534 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1609:63: error: template argument 1 is invalid 1609 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:536:21: error: 'int64_t' has not been declared 536 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1609:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:537:21: error: 'int64_t' has not been declared 537 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:539:21: error: 'int64_t' has not been declared 539 | float* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1610:56: error: 'int64_t' was not declared in this scope 1610 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:544:5: error: 'int64_t' has not been declared 544 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1610:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1610:63: error: template argument 1 is invalid 1610 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:546:22: error: 'int64_t' has not been declared 546 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:547:22: error: 'int64_t' has not been declared 547 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1610:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:549:22: error: 'int64_t' has not been declared 549 | double* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:554:5: error: 'int64_t' has not been declared 554 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1612:17: error: 'int64_t' was not declared in this scope 1612 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1612:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1612:24: error: template argument 1 is invalid 1612 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1612:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:556:35: error: 'int64_t' has not been declared 556 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:557:35: error: 'int64_t' has not been declared 557 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:559:35: error: 'int64_t' has not been declared 559 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:564:5: error: 'int64_t' has not been declared 564 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1620:17: error: 'int64_t' was not declared in this scope 1620 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1620:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1620:24: error: template argument 1 is invalid 1620 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1620:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:566:36: error: 'int64_t' has not been declared 566 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:567:36: error: 'int64_t' has not been declared 567 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1621:17: error: 'int64_t' was not declared in this scope 1621 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1621:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1621:24: error: template argument 1 is invalid 1621 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:569:36: error: 'int64_t' has not been declared 569 | std::complex* y, int64_t incy ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1621:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:576:5: error: 'int64_t' has not been declared 576 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:578:21: error: 'int64_t' has not been declared 578 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:579:21: error: 'int64_t' has not been declared 579 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:584:5: error: 'int64_t' has not been declared 584 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1623:68: error: 'int64_t' was not declared in this scope 1623 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1623:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:586:22: error: 'int64_t' has not been declared 586 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1623:75: error: template argument 1 is invalid 1623 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1623:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:587:22: error: 'int64_t' has not been declared 587 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:593:5: error: 'int64_t' has not been declared 593 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:595:21: error: 'int64_t' has not been declared 595 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1624:68: error: 'int64_t' was not declared in this scope 1624 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1624:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:596:21: error: 'int64_t' has not been declared 596 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1624:75: error: template argument 1 is invalid 1624 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1624:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:597:21: error: 'int64_t' has not been declared 597 | float* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:602:5: error: 'int64_t' has not been declared 602 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1626:17: error: 'int64_t' was not declared in this scope 1626 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:604:22: error: 'int64_t' has not been declared 604 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1626:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1626:24: error: template argument 1 is invalid 1626 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:605:22: error: 'int64_t' has not been declared 605 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1626:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:606:22: error: 'int64_t' has not been declared 606 | double* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:611:5: error: 'int64_t' has not been declared 611 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:613:35: error: 'int64_t' has not been declared 613 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1634:17: error: 'int64_t' was not declared in this scope 1634 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1634:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1634:24: error: template argument 1 is invalid 1634 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:614:35: error: 'int64_t' has not been declared 614 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1634:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:615:35: error: 'int64_t' has not been declared 615 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:620:5: error: 'int64_t' has not been declared 620 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1635:17: error: 'int64_t' was not declared in this scope 1635 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1635:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1635:24: error: template argument 1 is invalid 1635 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:622:36: error: 'int64_t' has not been declared 622 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1635:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:623:36: error: 'int64_t' has not been declared 623 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:624:36: error: 'int64_t' has not been declared 624 | std::complex* A, int64_t lda ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1637:69: error: 'int64_t' was not declared in this scope 1637 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1637:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:632:5: error: 'int64_t' has not been declared 632 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1637:76: error: template argument 1 is invalid 1637 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1637:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:633:21: error: 'int64_t' has not been declared 633 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:634:21: error: 'int64_t' has not been declared 634 | float* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1638:69: error: 'int64_t' was not declared in this scope 1638 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1638:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:641:5: error: 'int64_t' has not been declared 641 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1638:76: error: template argument 1 is invalid 1638 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1638:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:642:22: error: 'int64_t' has not been declared 642 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:643:22: error: 'int64_t' has not been declared 643 | double* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1640:17: error: 'int64_t' was not declared in this scope 1640 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1640:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:650:5: error: 'int64_t' has not been declared 650 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1640:24: error: template argument 1 is invalid 1640 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1640:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:651:35: error: 'int64_t' has not been declared 651 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:652:35: error: 'int64_t' has not been declared 652 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:659:5: error: 'int64_t' has not been declared 659 | int64_t n, | ^~~~~~~ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:27: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:36:5: error: 'template blas::real_type blas::asum' redeclared as different kind of entity 36 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:660:36: error: 'int64_t' has not been declared 660 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: previous declaration 'float blas::asum' 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:661:36: error: 'int64_t' has not been declared 661 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:36:5: error: 'int64_t' was not declared in this scope 36 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:669:5: error: 'int64_t' has not been declared 669 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:670:21: error: 'int64_t' has not been declared 670 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:37:7: error: expected primary-expression before 'const' 37 | T const *x, int64_t incx ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:671:21: error: 'int64_t' has not been declared 671 | float* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:37:17: error: 'int64_t' was not declared in this scope 37 | T const *x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:678:5: error: 'int64_t' has not been declared 678 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:37:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:679:22: error: 'int64_t' has not been declared 679 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:680:22: error: 'int64_t' has not been declared 680 | double* x, int64_t incx ); | ^~~~~~~ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:28: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:43:6: error: variable or field 'axpy' declared void 43 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:687:5: error: 'int64_t' has not been declared 687 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:688:35: error: 'int64_t' has not been declared 688 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:44:5: error: 'int64_t' was not declared in this scope 44 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:689:35: error: 'int64_t' has not been declared 689 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:45:31: error: expected primary-expression before 'alpha' 45 | blas::scalar_type alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:46:8: error: expected primary-expression before 'const' 46 | TX const *x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:696:5: error: 'int64_t' has not been declared 696 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:697:36: error: 'int64_t' has not been declared 697 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:46:18: error: 'int64_t' was not declared in this scope 46 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:46:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:698:36: error: 'int64_t' has not been declared 698 | std::complex* x, int64_t incx ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:47:14: error: expected primary-expression before '*' token 47 | TY *y, int64_t incy ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:708:5: error: 'int64_t' has not been declared 708 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:708:16: error: 'int64_t' has not been declared 708 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:708:27: error: 'int64_t' has not been declared 708 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:710:21: error: 'int64_t' has not been declared 710 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:711:21: error: 'int64_t' has not been declared 711 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:713:21: error: 'int64_t' has not been declared 713 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:719:5: error: 'int64_t' has not been declared 719 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:719:16: error: 'int64_t' has not been declared 719 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:719:27: error: 'int64_t' has not been declared 719 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:721:22: error: 'int64_t' has not been declared 721 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:722:22: error: 'int64_t' has not been declared 722 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:724:22: error: 'int64_t' has not been declared 724 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:730:5: error: 'int64_t' has not been declared 730 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:730:16: error: 'int64_t' has not been declared 730 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:730:27: error: 'int64_t' has not been declared 730 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:732:35: error: 'int64_t' has not been declared 732 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:733:35: error: 'int64_t' has not been declared 733 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:735:35: error: 'int64_t' has not been declared 735 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:741:5: error: 'int64_t' has not been declared 741 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:741:16: error: 'int64_t' has not been declared 741 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:741:27: error: 'int64_t' has not been declared 741 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:743:36: error: 'int64_t' has not been declared 743 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:744:36: error: 'int64_t' has not been declared 744 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:746:36: error: 'int64_t' has not been declared 746 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:753:5: error: 'int64_t' has not been declared 753 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:753:16: error: 'int64_t' has not been declared 753 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:755:21: error: 'int64_t' has not been declared 755 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:756:21: error: 'int64_t' has not been declared 756 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:758:21: error: 'int64_t' has not been declared 758 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:764:5: error: 'int64_t' has not been declared 764 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:764:16: error: 'int64_t' has not been declared 764 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:766:22: error: 'int64_t' has not been declared 766 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:767:22: error: 'int64_t' has not been declared 767 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:769:22: error: 'int64_t' has not been declared 769 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:775:5: error: 'int64_t' has not been declared 775 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:775:16: error: 'int64_t' has not been declared 775 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:777:35: error: 'int64_t' has not been declared 777 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:778:35: error: 'int64_t' has not been declared 778 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:780:35: error: 'int64_t' has not been declared 780 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:47:15: error: 'y' was not declared in this scope; did you mean 'yn'? 47 | TY *y, int64_t incy ) | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:786:5: error: 'int64_t' has not been declared 786 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:786:16: error: 'int64_t' has not been declared 786 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:788:36: error: 'int64_t' has not been declared 788 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:789:36: error: 'int64_t' has not been declared 789 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:791:36: error: 'int64_t' has not been declared 791 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:798:5: error: 'int64_t' has not been declared 798 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:47:18: error: 'int64_t' was not declared in this scope 47 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:798:16: error: 'int64_t' has not been declared 798 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:47:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:800:21: error: 'int64_t' has not been declared 800 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:801:21: error: 'int64_t' has not been declared 801 | float const* B, int64_t ldb, | ^~~~~~~ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:29: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:40:6: error: variable or field 'copy' declared void 40 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:803:21: error: 'int64_t' has not been declared 803 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:809:5: error: 'int64_t' has not been declared 809 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:809:16: error: 'int64_t' has not been declared 809 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:41:5: error: 'int64_t' was not declared in this scope 41 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:811:22: error: 'int64_t' has not been declared 811 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:812:22: error: 'int64_t' has not been declared 812 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:42:8: error: expected primary-expression before 'const' 42 | TX const *x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:814:22: error: 'int64_t' has not been declared 814 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:820:5: error: 'int64_t' has not been declared 820 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:42:18: error: 'int64_t' was not declared in this scope 42 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:42:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:820:16: error: 'int64_t' has not been declared 820 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:43:14: error: expected primary-expression before '*' token 43 | TY *y, int64_t incy ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:822:35: error: 'int64_t' has not been declared 822 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:823:35: error: 'int64_t' has not been declared 823 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:825:35: error: 'int64_t' has not been declared 825 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:831:5: error: 'int64_t' has not been declared 831 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:831:16: error: 'int64_t' has not been declared 831 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:833:36: error: 'int64_t' has not been declared 833 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:834:36: error: 'int64_t' has not been declared 834 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:836:36: error: 'int64_t' has not been declared 836 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:843:5: error: 'int64_t' has not been declared 843 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:843:16: error: 'int64_t' has not been declared 843 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:845:21: error: 'int64_t' has not been declared 845 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:847:21: error: 'int64_t' has not been declared 847 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:853:5: error: 'int64_t' has not been declared 853 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:853:16: error: 'int64_t' has not been declared 853 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:855:22: error: 'int64_t' has not been declared 855 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:857:22: error: 'int64_t' has not been declared 857 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:863:5: error: 'int64_t' has not been declared 863 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:863:16: error: 'int64_t' has not been declared 863 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:865:35: error: 'int64_t' has not been declared 865 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:867:35: error: 'int64_t' has not been declared 867 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:873:5: error: 'int64_t' has not been declared 873 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:873:16: error: 'int64_t' has not been declared 873 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:875:36: error: 'int64_t' has not been declared 875 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:877:36: error: 'int64_t' has not been declared 877 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:884:5: error: 'int64_t' has not been declared 884 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:884:16: error: 'int64_t' has not been declared 884 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:886:21: error: 'int64_t' has not been declared 886 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:887:21: error: 'int64_t' has not been declared 887 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:889:21: error: 'int64_t' has not been declared 889 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:895:5: error: 'int64_t' has not been declared 895 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:895:16: error: 'int64_t' has not been declared 895 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:897:22: error: 'int64_t' has not been declared 897 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:898:22: error: 'int64_t' has not been declared 898 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:900:22: error: 'int64_t' has not been declared 900 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:906:5: error: 'int64_t' has not been declared 906 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:906:16: error: 'int64_t' has not been declared 906 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:908:35: error: 'int64_t' has not been declared 908 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:909:35: error: 'int64_t' has not been declared 909 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:911:35: error: 'int64_t' has not been declared 911 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:43:15: error: 'y' was not declared in this scope; did you mean 'yn'? 43 | TY *y, int64_t incy ) | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:917:5: error: 'int64_t' has not been declared 917 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:917:16: error: 'int64_t' has not been declared 917 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:919:36: error: 'int64_t' has not been declared 919 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:920:36: error: 'int64_t' has not been declared 920 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:922:36: error: 'int64_t' has not been declared 922 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:929:5: error: 'int64_t' has not been declared 929 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:929:16: error: 'int64_t' has not been declared 929 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:43:18: error: 'int64_t' was not declared in this scope 43 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:43:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:931:21: error: 'int64_t' has not been declared 931 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:932:21: error: 'int64_t' has not been declared 932 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:934:21: error: 'int64_t' has not been declared 934 | float* C, int64_t ldc ); | ^~~~~~~ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:30: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:42:5: error: 'template blas::scalar_type blas::dot' redeclared as different kind of entity 42 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:940:5: error: 'int64_t' has not been declared 940 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:940:16: error: 'int64_t' has not been declared 940 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:82:7: note: previous declaration 'float blas::dot' 82 | float dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:942:22: error: 'int64_t' has not been declared 942 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:943:22: error: 'int64_t' has not been declared 943 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:945:22: error: 'int64_t' has not been declared 945 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:951:5: error: 'int64_t' has not been declared 951 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:951:16: error: 'int64_t' has not been declared 951 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:953:35: error: 'int64_t' has not been declared 953 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:42:5: error: 'int64_t' was not declared in this scope 42 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:954:35: error: 'int64_t' has not been declared 954 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:43:8: error: expected primary-expression before 'const' 43 | TX const *x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:956:35: error: 'int64_t' has not been declared 956 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:962:5: error: 'int64_t' has not been declared 962 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:43:18: error: 'int64_t' was not declared in this scope 43 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:43:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:962:16: error: 'int64_t' has not been declared 962 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:44:8: error: expected primary-expression before 'const' 44 | TY const *y, int64_t incy ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:964:36: error: 'int64_t' has not been declared 964 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:965:36: error: 'int64_t' has not been declared 965 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:44:18: error: 'int64_t' was not declared in this scope 44 | TY const *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:44:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:967:36: error: 'int64_t' has not been declared 967 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:974:5: error: 'int64_t' has not been declared 974 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:974:16: error: 'int64_t' has not been declared 974 | int64_t n, int64_t k, | ^~~~~~~ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:31: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:42:5: error: 'template blas::scalar_type blas::dotu' redeclared as different kind of entity 42 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:976:21: error: 'int64_t' has not been declared 976 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:103:7: note: previous declaration 'float blas::dotu' 103 | float dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:978:21: error: 'int64_t' has not been declared 978 | float* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:984:5: error: 'int64_t' has not been declared 984 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:42:5: error: 'int64_t' was not declared in this scope 42 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:984:16: error: 'int64_t' has not been declared 984 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:986:22: error: 'int64_t' has not been declared 986 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:988:22: error: 'int64_t' has not been declared 988 | double* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:43:8: error: expected primary-expression before 'const' 43 | TX const *x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:994:5: error: 'int64_t' has not been declared 994 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:994:16: error: 'int64_t' has not been declared 994 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:43:18: error: 'int64_t' was not declared in this scope 43 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:43:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:996:35: error: 'int64_t' has not been declared 996 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:44:8: error: expected primary-expression before 'const' 44 | TY const *y, int64_t incy ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:998:35: error: 'int64_t' has not been declared 998 | std::complex* C, int64_t ldc ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:44:18: error: 'int64_t' was not declared in this scope 44 | TY const *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:44:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1004:5: error: 'int64_t' has not been declared 1004 | int64_t n, int64_t k, | ^~~~~~~ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:32: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/iamax.hh:34:1: error: 'int64_t' does not name a type 34 | int64_t iamax( | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1004:16: error: 'int64_t' has not been declared 1004 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/iamax.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1006:36: error: 'int64_t' has not been declared 1006 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1008:36: error: 'int64_t' has not been declared 1008 | std::complex* C, int64_t ldc ); | ^~~~~~~ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:33: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:36:5: error: 'template blas::real_type blas::nrm2' redeclared as different kind of entity 36 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:141:7: note: previous declaration 'float blas::nrm2' 141 | float nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1017:5: error: 'int64_t' has not been declared 1017 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1018:5: error: 'int64_t' has not been declared 1018 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1020:21: error: 'int64_t' has not been declared 1020 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1021:21: error: 'int64_t' has not been declared 1021 | float* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:36:5: error: 'int64_t' was not declared in this scope 36 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1029:5: error: 'int64_t' has not been declared 1029 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:37:7: error: expected primary-expression before 'const' 37 | T const * x, int64_t incx ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1030:5: error: 'int64_t' has not been declared 1030 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1032:22: error: 'int64_t' has not been declared 1032 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:37:18: error: 'int64_t' was not declared in this scope 37 | T const * x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1033:22: error: 'int64_t' has not been declared 1033 | double* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:37:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1041:5: error: 'int64_t' has not been declared 1041 | int64_t m, | ^~~~~~~ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:34: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:53:6: error: variable or field 'rot' declared void 53 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1042:5: error: 'int64_t' has not been declared 1042 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1044:35: error: 'int64_t' has not been declared 1044 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:54:5: error: 'int64_t' was not declared in this scope 54 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1045:35: error: 'int64_t' has not been declared 1045 | std::complex* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:55:8: error: expected primary-expression before '*' token 55 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1053:5: error: 'int64_t' has not been declared 1053 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1054:5: error: 'int64_t' has not been declared 1054 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1056:36: error: 'int64_t' has not been declared 1056 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1057:36: error: 'int64_t' has not been declared 1057 | std::complex* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1066:5: error: 'int64_t' has not been declared 1066 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1067:5: error: 'int64_t' has not been declared 1067 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1069:21: error: 'int64_t' has not been declared 1069 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1070:21: error: 'int64_t' has not been declared 1070 | float* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1078:5: error: 'int64_t' has not been declared 1078 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1079:5: error: 'int64_t' has not been declared 1079 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1081:22: error: 'int64_t' has not been declared 1081 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1082:22: error: 'int64_t' has not been declared 1082 | double* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1090:5: error: 'int64_t' has not been declared 1090 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1091:5: error: 'int64_t' has not been declared 1091 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1093:35: error: 'int64_t' has not been declared 1093 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1094:35: error: 'int64_t' has not been declared 1094 | std::complex* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1102:5: error: 'int64_t' has not been declared 1102 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1103:5: error: 'int64_t' has not been declared 1103 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1105:36: error: 'int64_t' has not been declared 1105 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1106:36: error: 'int64_t' has not been declared 1106 | std::complex* B, int64_t ldb ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1130:17: error: 'int64_t' was not declared in this scope 1130 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1130:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1130:24: error: template argument 1 is invalid 1130 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1130:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1131:17: error: 'int64_t' was not declared in this scope 1131 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1131:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1131:24: error: template argument 1 is invalid 1131 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1131:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1132:17: error: 'int64_t' was not declared in this scope 1132 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1132:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1132:24: error: template argument 1 is invalid 1132 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1132:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:55:9: error: 'x' was not declared in this scope 55 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1134:56: error: 'int64_t' was not declared in this scope 1134 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1134:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1134:63: error: template argument 1 is invalid 1134 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1134:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1135:56: error: 'int64_t' was not declared in this scope 1135 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1135:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:55:12: error: 'int64_t' was not declared in this scope 55 | TX *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:55:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1135:63: error: template argument 1 is invalid 1135 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1135:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:56:8: error: expected primary-expression before '*' token 56 | TY *y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1137:56: error: 'int64_t' was not declared in this scope 1137 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1137:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1137:63: error: template argument 1 is invalid 1137 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1137:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1139:17: error: 'int64_t' was not declared in this scope 1139 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1139:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1139:24: error: template argument 1 is invalid 1139 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1139:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1145:17: error: 'int64_t' was not declared in this scope 1145 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1145:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1145:24: error: template argument 1 is invalid 1145 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1145:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1146:17: error: 'int64_t' was not declared in this scope 1146 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1146:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1146:24: error: template argument 1 is invalid 1146 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1146:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1147:17: error: 'int64_t' was not declared in this scope 1147 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1147:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1147:24: error: template argument 1 is invalid 1147 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1147:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1149:56: error: 'int64_t' was not declared in this scope 1149 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1149:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1149:63: error: template argument 1 is invalid 1149 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1149:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1150:56: error: 'int64_t' was not declared in this scope 1150 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1150:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1150:63: error: template argument 1 is invalid 1150 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1150:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1152:56: error: 'int64_t' was not declared in this scope 1152 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1152:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1152:63: error: template argument 1 is invalid 1152 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1152:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1154:17: error: 'int64_t' was not declared in this scope 1154 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1154:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1154:24: error: template argument 1 is invalid 1154 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1154:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:56:9: error: 'y' was not declared in this scope; did you mean 'yn'? 56 | TY *y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1160:17: error: 'int64_t' was not declared in this scope 1160 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1160:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1160:24: error: template argument 1 is invalid 1160 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1160:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1161:17: error: 'int64_t' was not declared in this scope 1161 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1161:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1161:24: error: template argument 1 is invalid 1161 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1161:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1162:17: error: 'int64_t' was not declared in this scope 1162 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1162:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:56:12: error: 'int64_t' was not declared in this scope 56 | TY *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:56:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1162:24: error: template argument 1 is invalid 1162 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1162:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:57:31: error: expected primary-expression before 'c' 57 | blas::real_type c, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:58:31: error: expected primary-expression before 's' 58 | blas::scalar_type s ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1164:68: error: 'int64_t' was not declared in this scope 1164 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1164:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1164:75: error: template argument 1 is invalid 1164 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1164:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1165:68: error: 'int64_t' was not declared in this scope 1165 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1165:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1165:75: error: template argument 1 is invalid 1165 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1165:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1167:68: error: 'int64_t' was not declared in this scope 1167 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1167:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1167:75: error: template argument 1 is invalid 1167 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1167:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1169:17: error: 'int64_t' was not declared in this scope 1169 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1169:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1169:24: error: template argument 1 is invalid 1169 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1169:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1175:17: error: 'int64_t' was not declared in this scope 1175 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1175:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1175:24: error: template argument 1 is invalid 1175 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1175:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1176:17: error: 'int64_t' was not declared in this scope 1176 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1176:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1176:24: error: template argument 1 is invalid 1176 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1176:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1177:17: error: 'int64_t' was not declared in this scope 1177 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1177:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1177:24: error: template argument 1 is invalid 1177 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1177:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1179:69: error: 'int64_t' was not declared in this scope 1179 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1179:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1179:76: error: template argument 1 is invalid 1179 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1179:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1180:69: error: 'int64_t' was not declared in this scope 1180 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1180:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1180:76: error: template argument 1 is invalid 1180 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1180:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1182:69: error: 'int64_t' was not declared in this scope 1182 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1182:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1182:76: error: template argument 1 is invalid 1182 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1182:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1184:17: error: 'int64_t' was not declared in this scope 1184 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1184:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1184:24: error: template argument 1 is invalid 1184 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1184:24: error: template argument 2 is invalid In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:36: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:50:6: error: variable or field 'rotm' declared void 50 | void rotm( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1192:17: error: 'int64_t' was not declared in this scope 1192 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1192:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1192:24: error: template argument 1 is invalid 1192 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1192:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1193:17: error: 'int64_t' was not declared in this scope 1193 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1193:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1193:24: error: template argument 1 is invalid 1193 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1193:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1195:56: error: 'int64_t' was not declared in this scope 1195 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1195:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:51:5: error: 'int64_t' was not declared in this scope 51 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1195:63: error: template argument 1 is invalid 1195 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1195:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:52:8: error: expected primary-expression before '*' token 52 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1196:56: error: 'int64_t' was not declared in this scope 1196 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1196:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1196:63: error: template argument 1 is invalid 1196 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1196:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1198:56: error: 'int64_t' was not declared in this scope 1198 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1198:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1198:63: error: template argument 1 is invalid 1198 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1198:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1200:17: error: 'int64_t' was not declared in this scope 1200 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1200:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1200:24: error: template argument 1 is invalid 1200 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1200:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1206:17: error: 'int64_t' was not declared in this scope 1206 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1206:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1206:24: error: template argument 1 is invalid 1206 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1206:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1207:17: error: 'int64_t' was not declared in this scope 1207 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1207:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1207:24: error: template argument 1 is invalid 1207 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1207:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1209:56: error: 'int64_t' was not declared in this scope 1209 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1209:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1209:63: error: template argument 1 is invalid 1209 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1209:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1210:56: error: 'int64_t' was not declared in this scope 1210 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1210:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1210:63: error: template argument 1 is invalid 1210 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1210:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1212:56: error: 'int64_t' was not declared in this scope 1212 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1212:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1212:63: error: template argument 1 is invalid 1212 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1212:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1214:17: error: 'int64_t' was not declared in this scope 1214 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1214:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1214:24: error: template argument 1 is invalid 1214 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1214:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1220:17: error: 'int64_t' was not declared in this scope 1220 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1220:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1220:24: error: template argument 1 is invalid 1220 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1220:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:52:9: error: 'x' was not declared in this scope 52 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1221:17: error: 'int64_t' was not declared in this scope 1221 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1221:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1221:24: error: template argument 1 is invalid 1221 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1221:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1223:68: error: 'int64_t' was not declared in this scope 1223 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1223:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1223:75: error: template argument 1 is invalid 1223 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1223:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:52:12: error: 'int64_t' was not declared in this scope 52 | TX *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:52:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:53:8: error: expected primary-expression before '*' token 53 | TY *y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1224:68: error: 'int64_t' was not declared in this scope 1224 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1224:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1224:75: error: template argument 1 is invalid 1224 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1224:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1226:68: error: 'int64_t' was not declared in this scope 1226 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1226:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1226:75: error: template argument 1 is invalid 1226 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1226:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1228:17: error: 'int64_t' was not declared in this scope 1228 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1228:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1228:24: error: template argument 1 is invalid 1228 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1228:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1234:17: error: 'int64_t' was not declared in this scope 1234 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1234:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1234:24: error: template argument 1 is invalid 1234 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1234:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1235:17: error: 'int64_t' was not declared in this scope 1235 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1235:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1235:24: error: template argument 1 is invalid 1235 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1235:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:53:9: error: 'y' was not declared in this scope; did you mean 'yn'? 53 | TY *y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1237:69: error: 'int64_t' was not declared in this scope 1237 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1237:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1237:76: error: template argument 1 is invalid 1237 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1237:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:53:12: error: 'int64_t' was not declared in this scope 53 | TY *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:53:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:54:31: error: expected primary-expression before 'const' 54 | blas::scalar_type const param[5] ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1238:69: error: 'int64_t' was not declared in this scope 1238 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1238:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1238:76: error: template argument 1 is invalid 1238 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1238:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1240:69: error: 'int64_t' was not declared in this scope 1240 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1240:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1240:76: error: template argument 1 is invalid 1240 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1240:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1242:17: error: 'int64_t' was not declared in this scope 1242 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1242:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1242:24: error: template argument 1 is invalid 1242 | std::vector& info ); | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:38: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:35:6: error: variable or field 'scal' declared void 35 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1242:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:36:5: error: 'int64_t' was not declared in this scope 36 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1250:17: error: 'int64_t' was not declared in this scope 1250 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1250:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1250:24: error: template argument 1 is invalid 1250 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:37:7: error: expected primary-expression before 'alpha' 37 | T alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1250:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:38:6: error: expected primary-expression before '*' token 38 | T* x, int64_t incx ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1251:17: error: 'int64_t' was not declared in this scope 1251 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1251:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1251:24: error: template argument 1 is invalid 1251 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1251:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1253:56: error: 'int64_t' was not declared in this scope 1253 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1253:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1253:63: error: template argument 1 is invalid 1253 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1253:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1254:56: error: 'int64_t' was not declared in this scope 1254 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1254:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1254:63: error: template argument 1 is invalid 1254 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1254:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1256:56: error: 'int64_t' was not declared in this scope 1256 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1256:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1256:63: error: template argument 1 is invalid 1256 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1256:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1258:17: error: 'int64_t' was not declared in this scope 1258 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1258:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1258:24: error: template argument 1 is invalid 1258 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1258:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:38:8: error: 'x' was not declared in this scope 38 | T* x, int64_t incx ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:38:11: error: 'int64_t' was not declared in this scope 38 | T* x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1264:17: error: 'int64_t' was not declared in this scope 1264 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:38:11: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1264:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1264:24: error: template argument 1 is invalid 1264 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1264:24: error: template argument 2 is invalid In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:39: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:40:6: error: variable or field 'swap' declared void 40 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1265:17: error: 'int64_t' was not declared in this scope 1265 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1265:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1265:24: error: template argument 1 is invalid 1265 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:41:5: error: 'int64_t' was not declared in this scope 41 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1265:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:42:8: error: expected primary-expression before '*' token 42 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1267:56: error: 'int64_t' was not declared in this scope 1267 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1267:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1267:63: error: template argument 1 is invalid 1267 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1267:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1268:56: error: 'int64_t' was not declared in this scope 1268 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1268:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1268:63: error: template argument 1 is invalid 1268 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1268:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1270:56: error: 'int64_t' was not declared in this scope 1270 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1270:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1270:63: error: template argument 1 is invalid 1270 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1270:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1272:17: error: 'int64_t' was not declared in this scope 1272 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1272:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1272:24: error: template argument 1 is invalid 1272 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1272:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1278:17: error: 'int64_t' was not declared in this scope 1278 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1278:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1278:24: error: template argument 1 is invalid 1278 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1278:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1279:17: error: 'int64_t' was not declared in this scope 1279 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1279:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1279:24: error: template argument 1 is invalid 1279 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1279:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1281:68: error: 'int64_t' was not declared in this scope 1281 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1281:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1281:75: error: template argument 1 is invalid 1281 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1281:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1282:68: error: 'int64_t' was not declared in this scope 1282 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1282:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1282:75: error: template argument 1 is invalid 1282 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1282:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1284:68: error: 'int64_t' was not declared in this scope 1284 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1284:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1284:75: error: template argument 1 is invalid 1284 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1284:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1286:17: error: 'int64_t' was not declared in this scope 1286 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1286:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1286:24: error: template argument 1 is invalid 1286 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1286:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:42:9: error: 'x' was not declared in this scope 42 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1292:17: error: 'int64_t' was not declared in this scope 1292 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1292:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1292:24: error: template argument 1 is invalid 1292 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1292:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:42:12: error: 'int64_t' was not declared in this scope 42 | TX *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1293:17: error: 'int64_t' was not declared in this scope 1293 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:42:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1293:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1293:24: error: template argument 1 is invalid 1293 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:43:8: error: expected primary-expression before '*' token 43 | TY *y, int64_t incy ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1293:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1295:69: error: 'int64_t' was not declared in this scope 1295 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1295:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1295:76: error: template argument 1 is invalid 1295 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1295:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1296:69: error: 'int64_t' was not declared in this scope 1296 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1296:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1296:76: error: template argument 1 is invalid 1296 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1296:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1298:69: error: 'int64_t' was not declared in this scope 1298 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1298:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1298:76: error: template argument 1 is invalid 1298 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1298:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1300:17: error: 'int64_t' was not declared in this scope 1300 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1300:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1300:24: error: template argument 1 is invalid 1300 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1300:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1308:17: error: 'int64_t' was not declared in this scope 1308 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1308:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1308:24: error: template argument 1 is invalid 1308 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1308:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1309:17: error: 'int64_t' was not declared in this scope 1309 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1309:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1309:24: error: template argument 1 is invalid 1309 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1309:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1311:56: error: 'int64_t' was not declared in this scope 1311 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1311:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1311:63: error: template argument 1 is invalid 1311 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1311:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1313:56: error: 'int64_t' was not declared in this scope 1313 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1313:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1313:63: error: template argument 1 is invalid 1313 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1313:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1315:17: error: 'int64_t' was not declared in this scope 1315 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1315:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1315:24: error: template argument 1 is invalid 1315 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1315:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:43:9: error: 'y' was not declared in this scope; did you mean 'yn'? 43 | TY *y, int64_t incy ) | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1321:17: error: 'int64_t' was not declared in this scope 1321 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1321:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1321:24: error: template argument 1 is invalid 1321 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1321:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:43:12: error: 'int64_t' was not declared in this scope 43 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1322:17: error: 'int64_t' was not declared in this scope 1322 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:43:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1322:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1322:24: error: template argument 1 is invalid 1322 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1322:24: error: template argument 2 is invalid In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:44: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:82:5: error: 'int64_t' has not been declared 82 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:82:16: error: 'int64_t' has not been declared 82 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1324:56: error: 'int64_t' was not declared in this scope 1324 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1324:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1324:63: error: template argument 1 is invalid 1324 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1324:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:84:18: error: 'int64_t' has not been declared 84 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:85:18: error: 'int64_t' has not been declared 85 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:87:12: error: 'int64_t' has not been declared 87 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1326:56: error: 'int64_t' was not declared in this scope 1326 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1326:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1326:63: error: template argument 1 is invalid 1326 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1326:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1328:17: error: 'int64_t' was not declared in this scope 1328 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1328:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1328:24: error: template argument 1 is invalid 1328 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1328:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1334:17: error: 'int64_t' was not declared in this scope 1334 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1334:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1334:24: error: template argument 1 is invalid 1334 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1334:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1335:17: error: 'int64_t' was not declared in this scope 1335 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1335:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1335:24: error: template argument 1 is invalid 1335 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1335:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1337:68: error: 'int64_t' was not declared in this scope 1337 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1337:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1337:75: error: template argument 1 is invalid 1337 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1337:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1339:68: error: 'int64_t' was not declared in this scope 1339 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1339:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1339:75: error: template argument 1 is invalid 1339 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1339:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1341:17: error: 'int64_t' was not declared in this scope 1341 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1341:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1341:24: error: template argument 1 is invalid 1341 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1341:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1347:17: error: 'int64_t' was not declared in this scope 1347 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1347:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1347:24: error: template argument 1 is invalid 1347 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1347:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1348:17: error: 'int64_t' was not declared in this scope 1348 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1348:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1348:24: error: template argument 1 is invalid 1348 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1348:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1350:69: error: 'int64_t' was not declared in this scope 1350 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1350:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1350:76: error: template argument 1 is invalid 1350 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1350:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1352:69: error: 'int64_t' was not declared in this scope 1352 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1352:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1352:76: error: template argument 1 is invalid 1352 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1352:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1354:17: error: 'int64_t' was not declared in this scope 1354 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1354:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1354:24: error: template argument 1 is invalid 1354 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1354:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh: In function 'void blas::gemv(Layout, Op, int, int, scalar_type, const TA*, int, const TX*, int, scalar_type, TY*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:133:5: error: 'int64_t' was not declared in this scope 133 | int64_t lenx = (trans == Op::NoTrans ? n : m); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1362:17: error: 'int64_t' was not declared in this scope 1362 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1362:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1362:24: error: template argument 1 is invalid 1362 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1362:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:134:12: error: expected ';' before 'leny' 134 | int64_t leny = (trans == Op::NoTrans ? m : n); | ^~~~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:135:12: error: expected ';' before 'kx' 135 | int64_t kx = (incx > 0 ? 0 : (-lenx + 1)*incx); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1363:17: error: 'int64_t' was not declared in this scope 1363 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1363:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:136:12: error: expected ';' before 'ky' 136 | int64_t ky = (incy > 0 ? 0 : (-leny + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1363:24: error: template argument 1 is invalid 1363 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1363:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:143:29: error: expected ';' before 'i' 143 | for (int64_t i = 0; i < leny; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1365:56: error: 'int64_t' was not declared in this scope 1365 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1365:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1365:63: error: template argument 1 is invalid 1365 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1365:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1366:56: error: 'int64_t' was not declared in this scope 1366 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1366:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1366:63: error: template argument 1 is invalid 1366 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1366:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1368:56: error: 'int64_t' was not declared in this scope 1368 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1368:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1368:63: error: template argument 1 is invalid 1368 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1368:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1370:17: error: 'int64_t' was not declared in this scope 1370 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1370:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1370:24: error: template argument 1 is invalid 1370 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1370:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1376:17: error: 'int64_t' was not declared in this scope 1376 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1376:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1376:24: error: template argument 1 is invalid 1376 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1376:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1377:17: error: 'int64_t' was not declared in this scope 1377 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1377:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1377:24: error: template argument 1 is invalid 1377 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1377:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1379:56: error: 'int64_t' was not declared in this scope 1379 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1379:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1379:63: error: template argument 1 is invalid 1379 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1379:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1380:56: error: 'int64_t' was not declared in this scope 1380 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1380:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1380:63: error: template argument 1 is invalid 1380 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1380:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1382:56: error: 'int64_t' was not declared in this scope 1382 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1382:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1382:63: error: template argument 1 is invalid 1382 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1382:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1384:17: error: 'int64_t' was not declared in this scope 1384 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1384:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1384:24: error: template argument 1 is invalid 1384 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1384:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1390:17: error: 'int64_t' was not declared in this scope 1390 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1390:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1390:24: error: template argument 1 is invalid 1390 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1390:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:143:37: error: 'i' was not declared in this scope 143 | for (int64_t i = 0; i < leny; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1391:17: error: 'int64_t' was not declared in this scope 1391 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1391:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1391:24: error: template argument 1 is invalid 1391 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1391:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1393:68: error: 'int64_t' was not declared in this scope 1393 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1393:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1393:75: error: template argument 1 is invalid 1393 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1393:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1394:68: error: 'int64_t' was not declared in this scope 1394 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1394:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1394:75: error: template argument 1 is invalid 1394 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1394:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1396:68: error: 'int64_t' was not declared in this scope 1396 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1396:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1396:75: error: template argument 1 is invalid 1396 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1396:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1398:17: error: 'int64_t' was not declared in this scope 1398 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1398:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1398:24: error: template argument 1 is invalid 1398 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1398:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1404:17: error: 'int64_t' was not declared in this scope 1404 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1404:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1404:24: error: template argument 1 is invalid 1404 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1404:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1405:17: error: 'int64_t' was not declared in this scope 1405 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1405:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1405:24: error: template argument 1 is invalid 1405 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1405:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1407:69: error: 'int64_t' was not declared in this scope 1407 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1407:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1407:76: error: template argument 1 is invalid 1407 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1407:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1408:69: error: 'int64_t' was not declared in this scope 1408 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1408:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1408:76: error: template argument 1 is invalid 1408 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1408:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1410:69: error: 'int64_t' was not declared in this scope 1410 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1410:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1410:76: error: template argument 1 is invalid 1410 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1410:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1412:17: error: 'int64_t' was not declared in this scope 1412 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1412:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1412:24: error: template argument 1 is invalid 1412 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1412:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1420:17: error: 'int64_t' was not declared in this scope 1420 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1420:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1420:24: error: template argument 1 is invalid 1420 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1420:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1421:17: error: 'int64_t' was not declared in this scope 1421 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1421:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1421:24: error: template argument 1 is invalid 1421 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1421:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:143:41: error: 'leny' was not declared in this scope 143 | for (int64_t i = 0; i < leny; ++i) { | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:148:29: error: expected ';' before 'i' 148 | for (int64_t i = 0; i < leny; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1423:56: error: 'int64_t' was not declared in this scope 1423 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1423:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1423:63: error: template argument 1 is invalid 1423 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1423:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1424:56: error: 'int64_t' was not declared in this scope 1424 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1424:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1424:63: error: template argument 1 is invalid 1424 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1424:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1426:56: error: 'int64_t' was not declared in this scope 1426 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1426:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1426:63: error: template argument 1 is invalid 1426 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1426:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1428:17: error: 'int64_t' was not declared in this scope 1428 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1428:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1428:24: error: template argument 1 is invalid 1428 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1428:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1434:17: error: 'int64_t' was not declared in this scope 1434 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1434:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1434:24: error: template argument 1 is invalid 1434 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1434:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1435:17: error: 'int64_t' was not declared in this scope 1435 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1435:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1435:24: error: template argument 1 is invalid 1435 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1435:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1437:56: error: 'int64_t' was not declared in this scope 1437 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1437:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1437:63: error: template argument 1 is invalid 1437 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1437:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1438:56: error: 'int64_t' was not declared in this scope 1438 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1438:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1438:63: error: template argument 1 is invalid 1438 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1438:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1440:56: error: 'int64_t' was not declared in this scope 1440 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1440:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1440:63: error: template argument 1 is invalid 1440 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1440:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1442:17: error: 'int64_t' was not declared in this scope 1442 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1442:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1442:24: error: template argument 1 is invalid 1442 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1442:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1448:17: error: 'int64_t' was not declared in this scope 1448 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1448:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1448:24: error: template argument 1 is invalid 1448 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1448:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:148:37: error: 'i' was not declared in this scope 148 | for (int64_t i = 0; i < leny; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1449:17: error: 'int64_t' was not declared in this scope 1449 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1449:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1449:24: error: template argument 1 is invalid 1449 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1449:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1451:68: error: 'int64_t' was not declared in this scope 1451 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1451:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1451:75: error: template argument 1 is invalid 1451 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1451:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1452:68: error: 'int64_t' was not declared in this scope 1452 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1452:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1452:75: error: template argument 1 is invalid 1452 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1452:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1454:68: error: 'int64_t' was not declared in this scope 1454 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1454:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1454:75: error: template argument 1 is invalid 1454 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1454:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1456:17: error: 'int64_t' was not declared in this scope 1456 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1456:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1456:24: error: template argument 1 is invalid 1456 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1456:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1462:17: error: 'int64_t' was not declared in this scope 1462 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1462:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1462:24: error: template argument 1 is invalid 1462 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1462:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1463:17: error: 'int64_t' was not declared in this scope 1463 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1463:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1463:24: error: template argument 1 is invalid 1463 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1463:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1465:69: error: 'int64_t' was not declared in this scope 1465 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1465:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1465:76: error: template argument 1 is invalid 1465 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1465:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1466:69: error: 'int64_t' was not declared in this scope 1466 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1466:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1466:76: error: template argument 1 is invalid 1466 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1466:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1468:69: error: 'int64_t' was not declared in this scope 1468 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1468:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1468:76: error: template argument 1 is invalid 1468 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1468:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1470:17: error: 'int64_t' was not declared in this scope 1470 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1470:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1470:24: error: template argument 1 is invalid 1470 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1470:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1478:17: error: 'int64_t' was not declared in this scope 1478 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1478:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1478:24: error: template argument 1 is invalid 1478 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1478:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1479:17: error: 'int64_t' was not declared in this scope 1479 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1479:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1479:24: error: template argument 1 is invalid 1479 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1479:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1481:56: error: 'int64_t' was not declared in this scope 1481 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1481:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1481:63: error: template argument 1 is invalid 1481 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1481:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1483:56: error: 'int64_t' was not declared in this scope 1483 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1483:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1483:63: error: template argument 1 is invalid 1483 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1483:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1485:17: error: 'int64_t' was not declared in this scope 1485 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1485:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1485:24: error: template argument 1 is invalid 1485 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1485:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1491:17: error: 'int64_t' was not declared in this scope 1491 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1491:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1491:24: error: template argument 1 is invalid 1491 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1491:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:148:41: error: 'leny' was not declared in this scope 148 | for (int64_t i = 0; i < leny; ++i) { | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1492:17: error: 'int64_t' was not declared in this scope 1492 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:154:20: error: expected ';' before 'iy' 154 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1492:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1492:24: error: template argument 1 is invalid 1492 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1492:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:156:29: error: expected ';' before 'i' 156 | for (int64_t i = 0; i < leny; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1494:56: error: 'int64_t' was not declared in this scope 1494 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1494:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1494:63: error: template argument 1 is invalid 1494 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1494:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1496:56: error: 'int64_t' was not declared in this scope 1496 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1496:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1496:63: error: template argument 1 is invalid 1496 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1496:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1498:17: error: 'int64_t' was not declared in this scope 1498 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1498:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1498:24: error: template argument 1 is invalid 1498 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1498:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1504:17: error: 'int64_t' was not declared in this scope 1504 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1504:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1504:24: error: template argument 1 is invalid 1504 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1504:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1505:17: error: 'int64_t' was not declared in this scope 1505 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1505:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1505:24: error: template argument 1 is invalid 1505 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1505:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1507:68: error: 'int64_t' was not declared in this scope 1507 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1507:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1507:75: error: template argument 1 is invalid 1507 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1507:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1509:68: error: 'int64_t' was not declared in this scope 1509 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1509:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1509:75: error: template argument 1 is invalid 1509 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1509:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1511:17: error: 'int64_t' was not declared in this scope 1511 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1511:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1511:24: error: template argument 1 is invalid 1511 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1511:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1517:17: error: 'int64_t' was not declared in this scope 1517 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1517:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1517:24: error: template argument 1 is invalid 1517 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1517:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1518:17: error: 'int64_t' was not declared in this scope 1518 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1518:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1518:24: error: template argument 1 is invalid 1518 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1518:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1520:69: error: 'int64_t' was not declared in this scope 1520 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1520:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1520:76: error: template argument 1 is invalid 1520 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1520:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1522:69: error: 'int64_t' was not declared in this scope 1522 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1522:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1522:76: error: template argument 1 is invalid 1522 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1522:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1524:17: error: 'int64_t' was not declared in this scope 1524 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1524:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:156:37: error: 'i' was not declared in this scope 156 | for (int64_t i = 0; i < leny; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1524:24: error: template argument 1 is invalid 1524 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1524:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1534:17: error: 'int64_t' was not declared in this scope 1534 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1534:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1534:24: error: template argument 1 is invalid 1534 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1534:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1535:17: error: 'int64_t' was not declared in this scope 1535 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1535:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1535:24: error: template argument 1 is invalid 1535 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1535:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1537:56: error: 'int64_t' was not declared in this scope 1537 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1537:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1537:63: error: template argument 1 is invalid 1537 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1537:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1538:56: error: 'int64_t' was not declared in this scope 1538 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1538:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1538:63: error: template argument 1 is invalid 1538 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1538:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1540:17: error: 'int64_t' was not declared in this scope 1540 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1540:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1540:24: error: template argument 1 is invalid 1540 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1540:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1548:17: error: 'int64_t' was not declared in this scope 1548 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1548:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1548:24: error: template argument 1 is invalid 1548 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1548:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1549:17: error: 'int64_t' was not declared in this scope 1549 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1549:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1549:24: error: template argument 1 is invalid 1549 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1549:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1551:56: error: 'int64_t' was not declared in this scope 1551 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1551:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1551:63: error: template argument 1 is invalid 1551 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1551:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1552:56: error: 'int64_t' was not declared in this scope 1552 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1552:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1552:63: error: template argument 1 is invalid 1552 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1552:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1554:17: error: 'int64_t' was not declared in this scope 1554 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1554:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1554:24: error: template argument 1 is invalid 1554 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1554:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1562:17: error: 'int64_t' was not declared in this scope 1562 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1562:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1562:24: error: template argument 1 is invalid 1562 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1562:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1563:17: error: 'int64_t' was not declared in this scope 1563 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1563:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1563:24: error: template argument 1 is invalid 1563 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1563:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1565:68: error: 'int64_t' was not declared in this scope 1565 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1565:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1565:75: error: template argument 1 is invalid 1565 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1565:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1566:68: error: 'int64_t' was not declared in this scope 1566 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1566:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1566:75: error: template argument 1 is invalid 1566 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1566:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1568:17: error: 'int64_t' was not declared in this scope 1568 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1568:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1568:24: error: template argument 1 is invalid 1568 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:156:41: error: 'leny' was not declared in this scope 156 | for (int64_t i = 0; i < leny; ++i) { | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1568:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1576:17: error: 'int64_t' was not declared in this scope 1576 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1576:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1576:24: error: template argument 1 is invalid 1576 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1576:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1577:17: error: 'int64_t' was not declared in this scope 1577 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1577:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1577:24: error: template argument 1 is invalid 1577 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1577:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1579:69: error: 'int64_t' was not declared in this scope 1579 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1579:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1579:76: error: template argument 1 is invalid 1579 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1579:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1580:69: error: 'int64_t' was not declared in this scope 1580 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1580:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1580:76: error: template argument 1 is invalid 1580 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1580:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1582:17: error: 'int64_t' was not declared in this scope 1582 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1582:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1582:24: error: template argument 1 is invalid 1582 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1582:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1592:17: error: 'int64_t' was not declared in this scope 1592 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1592:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1592:24: error: template argument 1 is invalid 1592 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1592:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1593:17: error: 'int64_t' was not declared in this scope 1593 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1593:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1593:24: error: template argument 1 is invalid 1593 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1593:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1595:56: error: 'int64_t' was not declared in this scope 1595 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1595:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1595:63: error: template argument 1 is invalid 1595 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1595:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1596:56: error: 'int64_t' was not declared in this scope 1596 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1596:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1596:63: error: template argument 1 is invalid 1596 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1596:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1598:17: error: 'int64_t' was not declared in this scope 1598 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1598:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1598:24: error: template argument 1 is invalid 1598 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1598:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:157:23: error: 'iy' was not declared in this scope; did you mean 'y'? 157 | y[iy] = zero; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:162:29: error: expected ';' before 'i' 162 | for (int64_t i = 0; i < leny; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1606:17: error: 'int64_t' was not declared in this scope 1606 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1606:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1606:24: error: template argument 1 is invalid 1606 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1606:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1607:17: error: 'int64_t' was not declared in this scope 1607 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1607:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1607:24: error: template argument 1 is invalid 1607 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1607:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1609:56: error: 'int64_t' was not declared in this scope 1609 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1609:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1609:63: error: template argument 1 is invalid 1609 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1609:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1610:56: error: 'int64_t' was not declared in this scope 1610 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1610:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1610:63: error: template argument 1 is invalid 1610 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1610:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1612:17: error: 'int64_t' was not declared in this scope 1612 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1612:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1612:24: error: template argument 1 is invalid 1612 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1612:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1620:17: error: 'int64_t' was not declared in this scope 1620 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1620:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1620:24: error: template argument 1 is invalid 1620 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1620:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1621:17: error: 'int64_t' was not declared in this scope 1621 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1621:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1621:24: error: template argument 1 is invalid 1621 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1621:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1623:68: error: 'int64_t' was not declared in this scope 1623 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1623:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1623:75: error: template argument 1 is invalid 1623 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1623:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1624:68: error: 'int64_t' was not declared in this scope 1624 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1624:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1624:75: error: template argument 1 is invalid 1624 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1624:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1626:17: error: 'int64_t' was not declared in this scope 1626 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1626:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1626:24: error: template argument 1 is invalid 1626 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1626:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:162:37: error: 'i' was not declared in this scope 162 | for (int64_t i = 0; i < leny; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1634:17: error: 'int64_t' was not declared in this scope 1634 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1634:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1634:24: error: template argument 1 is invalid 1634 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1634:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1635:17: error: 'int64_t' was not declared in this scope 1635 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1635:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1635:24: error: template argument 1 is invalid 1635 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1635:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1637:69: error: 'int64_t' was not declared in this scope 1637 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1637:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1637:76: error: template argument 1 is invalid 1637 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1637:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1638:69: error: 'int64_t' was not declared in this scope 1638 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1638:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1638:76: error: template argument 1 is invalid 1638 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1638:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1640:17: error: 'int64_t' was not declared in this scope 1640 | std::vector& info ); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1640:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1640:24: error: template argument 1 is invalid 1640 | std::vector& info ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:1640:24: error: template argument 2 is invalid In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:27: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:36:5: error: 'template blas::real_type blas::asum' redeclared as different kind of entity 36 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: previous declaration 'float blas::asum' 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:36:5: error: 'int64_t' was not declared in this scope 36 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:37:7: error: expected primary-expression before 'const' 37 | T const *x, int64_t incx ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:37:17: error: 'int64_t' was not declared in this scope 37 | T const *x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/asum.hh:37:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:28: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:43:6: error: variable or field 'axpy' declared void 43 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:44:5: error: 'int64_t' was not declared in this scope 44 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:45:31: error: expected primary-expression before 'alpha' 45 | blas::scalar_type alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:46:8: error: expected primary-expression before 'const' 46 | TX const *x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:46:18: error: 'int64_t' was not declared in this scope 46 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:46:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:47:14: error: expected primary-expression before '*' token 47 | TY *y, int64_t incy ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:162:41: error: 'leny' was not declared in this scope 162 | for (int64_t i = 0; i < leny; ++i) { | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:47:15: error: 'y' was not declared in this scope; did you mean 'yn'? 47 | TY *y, int64_t incy ) | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:47:18: error: 'int64_t' was not declared in this scope 47 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/axpy.hh:47:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:29: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:40:6: error: variable or field 'copy' declared void 40 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:41:5: error: 'int64_t' was not declared in this scope 41 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:42:8: error: expected primary-expression before 'const' 42 | TX const *x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:42:18: error: 'int64_t' was not declared in this scope 42 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:42:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:43:14: error: expected primary-expression before '*' token 43 | TY *y, int64_t incy ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:163:23: error: 'iy' was not declared in this scope; did you mean 'y'? 163 | y[iy] *= beta; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:175:16: error: expected ';' before 'jx' 175 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:177:25: error: expected ';' before 'j' 177 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:43:15: error: 'y' was not declared in this scope; did you mean 'yn'? 43 | TY *y, int64_t incy ) | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:43:18: error: 'int64_t' was not declared in this scope 43 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/copy.hh:43:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:177:33: error: 'j' was not declared in this scope 177 | for (int64_t j = 0; j < n; ++j) { | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:30: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:42:5: error: 'template blas::scalar_type blas::dot' redeclared as different kind of entity 42 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:82:7: note: previous declaration 'float blas::dot' 82 | float dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:42:5: error: 'int64_t' was not declared in this scope 42 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:43:8: error: expected primary-expression before 'const' 43 | TX const *x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:43:18: error: 'int64_t' was not declared in this scope 43 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:43:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:44:8: error: expected primary-expression before 'const' 44 | TY const *y, int64_t incy ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:44:18: error: 'int64_t' was not declared in this scope 44 | TY const *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dot.hh:44:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:31: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:42:5: error: 'template blas::scalar_type blas::dotu' redeclared as different kind of entity 42 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:103:7: note: previous declaration 'float blas::dotu' 103 | float dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:42:5: error: 'int64_t' was not declared in this scope 42 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:43:8: error: expected primary-expression before 'const' 43 | TX const *x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:43:18: error: 'int64_t' was not declared in this scope 43 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:43:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:44:8: error: expected primary-expression before 'const' 44 | TY const *y, int64_t incy ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:44:18: error: 'int64_t' was not declared in this scope 44 | TY const *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/dotu.hh:44:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:32: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/iamax.hh:34:1: error: 'int64_t' does not name a type 34 | int64_t iamax( | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/iamax.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:33: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:36:5: error: 'template blas::real_type blas::nrm2' redeclared as different kind of entity 36 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:141:7: note: previous declaration 'float blas::nrm2' 141 | float nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:36:5: error: 'int64_t' was not declared in this scope 36 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:37:7: error: expected primary-expression before 'const' 37 | T const * x, int64_t incx ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:37:18: error: 'int64_t' was not declared in this scope 37 | T const * x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/nrm2.hh:37:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:34: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:53:6: error: variable or field 'rot' declared void 53 | void rot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:54:5: error: 'int64_t' was not declared in this scope 54 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:178:40: error: 'jx' was not declared in this scope; did you mean 'x'? 178 | scalar_t tmp = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:55:8: error: expected primary-expression before '*' token 55 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:180:29: error: expected ';' before 'i' 180 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:55:9: error: 'x' was not declared in this scope 55 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:180:37: error: 'i' was not declared in this scope 180 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:186:25: error: expected ';' before 'j' 186 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:55:12: error: 'int64_t' was not declared in this scope 55 | TX *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:55:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:56:8: error: expected primary-expression before '*' token 56 | TY *y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:56:9: error: 'y' was not declared in this scope; did you mean 'yn'? 56 | TY *y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:186:33: error: 'j' was not declared in this scope 186 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:56:12: error: 'int64_t' was not declared in this scope 56 | TY *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:56:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:57:31: error: expected primary-expression before 'c' 57 | blas::real_type c, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rot.hh:58:31: error: expected primary-expression before 's' 58 | blas::scalar_type s ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:187:40: error: 'jx' was not declared in this scope; did you mean 'x'? 187 | scalar_t tmp = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:189:24: error: expected ';' before 'iy' 189 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:190:29: error: expected ';' before 'i' 190 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:36: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:50:6: error: variable or field 'rotm' declared void 50 | void rotm( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:51:5: error: 'int64_t' was not declared in this scope 51 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:52:8: error: expected primary-expression before '*' token 52 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:190:37: error: 'i' was not declared in this scope 190 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:52:9: error: 'x' was not declared in this scope 52 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:52:12: error: 'int64_t' was not declared in this scope 52 | TX *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:52:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:53:8: error: expected primary-expression before '*' token 53 | TY *y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:191:23: error: 'iy' was not declared in this scope; did you mean 'y'? 191 | y[iy] += tmp * A(i, j); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:200:16: error: expected ';' before 'jx' 200 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:202:25: error: expected ';' before 'j' 202 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:53:9: error: 'y' was not declared in this scope; did you mean 'yn'? 53 | TY *y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:53:12: error: 'int64_t' was not declared in this scope 53 | TY *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:53:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/rotm.hh:54:31: error: expected primary-expression before 'const' 54 | blas::scalar_type const param[5] ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:202:33: error: 'j' was not declared in this scope 202 | for (int64_t j = 0; j < n; ++j) { | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:38: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:35:6: error: variable or field 'scal' declared void 35 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:36:5: error: 'int64_t' was not declared in this scope 36 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:37:7: error: expected primary-expression before 'alpha' 37 | T alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:38:6: error: expected primary-expression before '*' token 38 | T* x, int64_t incx ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:203:40: error: 'jx' was not declared in this scope; did you mean 'x'? 203 | scalar_t tmp = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:205:29: error: expected ';' before 'i' 205 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:38:8: error: 'x' was not declared in this scope 38 | T* x, int64_t incx ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:38:11: error: 'int64_t' was not declared in this scope 38 | T* x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/scal.hh:38:11: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:39: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:40:6: error: variable or field 'swap' declared void 40 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:41:5: error: 'int64_t' was not declared in this scope 41 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:42:8: error: expected primary-expression before '*' token 42 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:205:37: error: 'i' was not declared in this scope 205 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:211:25: error: expected ';' before 'j' 211 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:42:9: error: 'x' was not declared in this scope 42 | TX *x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:211:33: error: 'j' was not declared in this scope 211 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:42:12: error: 'int64_t' was not declared in this scope 42 | TX *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:42:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:43:8: error: expected primary-expression before '*' token 43 | TY *y, int64_t incy ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:43:9: error: 'y' was not declared in this scope; did you mean 'yn'? 43 | TY *y, int64_t incy ) | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:212:40: error: 'jx' was not declared in this scope; did you mean 'x'? 212 | scalar_t tmp = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:214:24: error: expected ';' before 'iy' 214 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:215:29: error: expected ';' before 'i' 215 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:43:12: error: 'int64_t' was not declared in this scope 43 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/swap.hh:43:12: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:44: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:82:5: error: 'int64_t' has not been declared 82 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:82:16: error: 'int64_t' has not been declared 82 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:84:18: error: 'int64_t' has not been declared 84 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:85:18: error: 'int64_t' has not been declared 85 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:87:12: error: 'int64_t' has not been declared 87 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:215:37: error: 'i' was not declared in this scope 215 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh: In function 'void blas::gemv(Layout, Op, int, int, scalar_type, const TA*, int, const TX*, int, scalar_type, TY*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:133:5: error: 'int64_t' was not declared in this scope 133 | int64_t lenx = (trans == Op::NoTrans ? n : m); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:134:12: error: expected ';' before 'leny' 134 | int64_t leny = (trans == Op::NoTrans ? m : n); | ^~~~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:135:12: error: expected ';' before 'kx' 135 | int64_t kx = (incx > 0 ? 0 : (-lenx + 1)*incx); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:136:12: error: expected ';' before 'ky' 136 | int64_t ky = (incy > 0 ? 0 : (-leny + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:143:29: error: expected ';' before 'i' 143 | for (int64_t i = 0; i < leny; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:216:23: error: 'iy' was not declared in this scope; did you mean 'y'? 216 | y[iy] += tmp * conj(A(i, j)); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:224:16: error: expected ';' before 'jy' 224 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:226:25: error: expected ';' before 'j' 226 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:143:37: error: 'i' was not declared in this scope 143 | for (int64_t i = 0; i < leny; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:226:33: error: 'j' was not declared in this scope 226 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:228:29: error: expected ';' before 'i' 228 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:143:41: error: 'leny' was not declared in this scope 143 | for (int64_t i = 0; i < leny; ++i) { | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:148:29: error: expected ';' before 'i' 148 | for (int64_t i = 0; i < leny; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:228:37: error: 'i' was not declared in this scope 228 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:148:37: error: 'i' was not declared in this scope 148 | for (int64_t i = 0; i < leny; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:231:19: error: 'jy' was not declared in this scope; did you mean 'y'? 231 | y[jy] += alpha*tmp; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:236:25: error: expected ';' before 'j' 236 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:236:33: error: 'j' was not declared in this scope 236 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:238:24: error: expected ';' before 'ix' 238 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:239:29: error: expected ';' before 'i' 239 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:148:41: error: 'leny' was not declared in this scope 148 | for (int64_t i = 0; i < leny; ++i) { | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:154:20: error: expected ';' before 'iy' 154 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:156:29: error: expected ';' before 'i' 156 | for (int64_t i = 0; i < leny; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:239:37: error: 'i' was not declared in this scope 239 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:156:37: error: 'i' was not declared in this scope 156 | for (int64_t i = 0; i < leny; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:240:40: error: 'ix' was not declared in this scope; did you mean 'x'? 240 | tmp += A(i, j) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:156:41: error: 'leny' was not declared in this scope 156 | for (int64_t i = 0; i < leny; ++i) { | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:243:19: error: 'jy' was not declared in this scope; did you mean 'y'? 243 | y[jy] += alpha*tmp; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:250:16: error: expected ';' before 'jy' 250 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:252:25: error: expected ';' before 'j' 252 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:157:23: error: 'iy' was not declared in this scope; did you mean 'y'? 157 | y[iy] = zero; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:162:29: error: expected ';' before 'i' 162 | for (int64_t i = 0; i < leny; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:252:33: error: 'j' was not declared in this scope 252 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:254:29: error: expected ';' before 'i' 254 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:162:37: error: 'i' was not declared in this scope 162 | for (int64_t i = 0; i < leny; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:254:37: error: 'i' was not declared in this scope 254 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:162:41: error: 'leny' was not declared in this scope 162 | for (int64_t i = 0; i < leny; ++i) { | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:257:19: error: 'jy' was not declared in this scope; did you mean 'y'? 257 | y[jy] += alpha*tmp; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:262:25: error: expected ';' before 'j' 262 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:163:23: error: 'iy' was not declared in this scope; did you mean 'y'? 163 | y[iy] *= beta; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:175:16: error: expected ';' before 'jx' 175 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:262:33: error: 'j' was not declared in this scope 262 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:177:25: error: expected ';' before 'j' 177 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:264:24: error: expected ';' before 'ix' 264 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:265:29: error: expected ';' before 'i' 265 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:177:33: error: 'j' was not declared in this scope 177 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:265:37: error: 'i' was not declared in this scope 265 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:266:46: error: 'ix' was not declared in this scope; did you mean 'x'? 266 | tmp += conj(A(i, j)) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:178:40: error: 'jx' was not declared in this scope; did you mean 'x'? 178 | scalar_t tmp = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:180:29: error: expected ';' before 'i' 180 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:269:19: error: 'jy' was not declared in this scope; did you mean 'y'? 269 | y[jy] += alpha*tmp; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:180:37: error: 'i' was not declared in this scope 180 | for (int64_t i = 0; i < m; ++i) { | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:45: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:62:5: error: 'int64_t' has not been declared 62 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:186:25: error: expected ';' before 'j' 186 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:62:16: error: 'int64_t' has not been declared 62 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:64:18: error: 'int64_t' has not been declared 64 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:65:18: error: 'int64_t' has not been declared 65 | TY const *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:66:12: error: 'int64_t' has not been declared 66 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh: In function 'void blas::ger(Layout, int, int, scalar_type, const TX*, int, const TY*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:95:18: error: 'int64_t' was not declared in this scope 95 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:186:33: error: 'j' was not declared in this scope 186 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:95:33: error: 'j' was not declared in this scope 95 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:98:29: error: expected ';' before 'i' 98 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:187:40: error: 'jx' was not declared in this scope; did you mean 'x'? 187 | scalar_t tmp = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:189:24: error: expected ';' before 'iy' 189 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:190:29: error: expected ';' before 'i' 190 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:98:37: error: 'i' was not declared in this scope 98 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:105:13: error: 'int64_t' was not declared in this scope 105 | int64_t jy = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:105:13: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:106:25: error: expected ';' before 'j' 106 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:190:37: error: 'i' was not declared in this scope 190 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:106:33: error: 'j' was not declared in this scope 106 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:191:23: error: 'iy' was not declared in this scope; did you mean 'y'? 191 | y[iy] += tmp * A(i, j); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:200:16: error: expected ';' before 'jx' 200 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:202:25: error: expected ';' before 'j' 202 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:107:48: error: 'jy' was not declared in this scope; did you mean 'y'? 107 | scalar_t tmp = alpha * conj( y[jy] ); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:108:29: error: expected ';' before 'i' 108 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:202:33: error: 'j' was not declared in this scope 202 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:108:37: error: 'i' was not declared in this scope 108 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:116:13: error: 'int64_t' was not declared in this scope 116 | int64_t kx = (incx > 0 ? 0 : (-m + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:116:13: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:117:20: error: expected ';' before 'jy' 117 | int64_t jy = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:118:25: error: expected ';' before 'j' 118 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:203:40: error: 'jx' was not declared in this scope; did you mean 'x'? 203 | scalar_t tmp = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:205:29: error: expected ';' before 'i' 205 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:118:33: error: 'j' was not declared in this scope 118 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:205:37: error: 'i' was not declared in this scope 205 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:211:25: error: expected ';' before 'j' 211 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:119:48: error: 'jy' was not declared in this scope; did you mean 'y'? 119 | scalar_t tmp = alpha * conj( y[jy] ); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:120:24: error: expected ';' before 'ix' 120 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:121:29: error: expected ';' before 'i' 121 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:211:33: error: 'j' was not declared in this scope 211 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:121:37: error: 'i' was not declared in this scope 121 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:212:40: error: 'jx' was not declared in this scope; did you mean 'x'? 212 | scalar_t tmp = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:214:24: error: expected ';' before 'iy' 214 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:215:29: error: expected ';' before 'i' 215 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:122:34: error: 'ix' was not declared in this scope; did you mean 'x'? 122 | A(i, j) += x[ix] * tmp; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:133:18: error: 'int64_t' was not declared in this scope 133 | for (int64_t i = 0; i < m; ++i) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:133:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:215:37: error: 'i' was not declared in this scope 215 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:133:33: error: 'i' was not declared in this scope 133 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:136:29: error: expected ';' before 'j' 136 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:216:23: error: 'iy' was not declared in this scope; did you mean 'y'? 216 | y[iy] += tmp * conj(A(i, j)); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:224:16: error: expected ';' before 'jy' 224 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:226:25: error: expected ';' before 'j' 226 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:136:37: error: 'j' was not declared in this scope 136 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:143:13: error: 'int64_t' was not declared in this scope 143 | int64_t ix = (incx > 0 ? 0 : (-m + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:143:13: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:144:25: error: expected ';' before 'i' 144 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:226:33: error: 'j' was not declared in this scope 226 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:228:29: error: expected ';' before 'i' 228 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:144:33: error: 'i' was not declared in this scope 144 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:228:37: error: 'i' was not declared in this scope 228 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:145:42: error: 'ix' was not declared in this scope; did you mean 'x'? 145 | scalar_t tmp = alpha * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:146:29: error: expected ';' before 'j' 146 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:231:19: error: 'jy' was not declared in this scope; did you mean 'y'? 231 | y[jy] += alpha*tmp; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:236:25: error: expected ';' before 'j' 236 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:146:37: error: 'j' was not declared in this scope 146 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:154:13: error: 'int64_t' was not declared in this scope 154 | int64_t ky = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:154:13: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:155:20: error: expected ';' before 'ix' 155 | int64_t ix = (incx > 0 ? 0 : (-m + 1)*incx); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:156:25: error: expected ';' before 'i' 156 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:236:33: error: 'j' was not declared in this scope 236 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:238:24: error: expected ';' before 'ix' 238 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:239:29: error: expected ';' before 'i' 239 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:156:33: error: 'i' was not declared in this scope 156 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:239:37: error: 'i' was not declared in this scope 239 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:157:42: error: 'ix' was not declared in this scope; did you mean 'x'? 157 | scalar_t tmp = alpha * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:158:24: error: expected ';' before 'jy' 158 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:159:29: error: expected ';' before 'j' 159 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:240:40: error: 'ix' was not declared in this scope; did you mean 'x'? 240 | tmp += A(i, j) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:159:37: error: 'j' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:243:19: error: 'jy' was not declared in this scope; did you mean 'y'? 243 | y[jy] += alpha*tmp; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:250:16: error: expected ';' before 'jy' 250 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:252:25: error: expected ';' before 'j' 252 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:160:46: error: 'jy' was not declared in this scope; did you mean 'y'? 160 | A(j, i) += tmp * conj( y[jy] ); | ^~ | y In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:46: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:63:5: error: 'int64_t' has not been declared 63 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:63:16: error: 'int64_t' has not been declared 63 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:65:18: error: 'int64_t' has not been declared 65 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:66:18: error: 'int64_t' has not been declared 66 | TY const *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:67:12: error: 'int64_t' has not been declared 67 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh: In function 'void blas::geru(Layout, int, int, scalar_type, const TX*, int, const TY*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:102:14: error: 'int64_t' was not declared in this scope 102 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/ger.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:252:33: error: 'j' was not declared in this scope 252 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:254:29: error: expected ';' before 'i' 254 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:102:29: error: 'j' was not declared in this scope 102 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:105:25: error: expected ';' before 'i' 105 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:254:37: error: 'i' was not declared in this scope 254 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:105:33: error: 'i' was not declared in this scope 105 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:257:19: error: 'jy' was not declared in this scope; did you mean 'y'? 257 | y[jy] += alpha*tmp; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:262:25: error: expected ';' before 'j' 262 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:112:9: error: 'int64_t' was not declared in this scope 112 | int64_t jy = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:112:9: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:113:21: error: expected ';' before 'j' 113 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:262:33: error: 'j' was not declared in this scope 262 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:113:29: error: 'j' was not declared in this scope 113 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:264:24: error: expected ';' before 'ix' 264 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:265:29: error: expected ';' before 'i' 265 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:114:38: error: 'jy' was not declared in this scope; did you mean 'y'? 114 | scalar_t tmp = alpha * y[jy]; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:265:37: error: 'i' was not declared in this scope 265 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:115:25: error: expected ';' before 'i' 115 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:115:33: error: 'i' was not declared in this scope 115 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:266:46: error: 'ix' was not declared in this scope; did you mean 'x'? 266 | tmp += conj(A(i, j)) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:123:9: error: 'int64_t' was not declared in this scope 123 | int64_t kx = (incx > 0 ? 0 : (-m + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:123:9: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:124:16: error: expected ';' before 'jy' 124 | int64_t jy = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:125:21: error: expected ';' before 'j' 125 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemv.hh:269:19: error: 'jy' was not declared in this scope; did you mean 'y'? 269 | y[jy] += alpha*tmp; | ^~ | y In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:45: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:62:5: error: 'int64_t' has not been declared 62 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:62:16: error: 'int64_t' has not been declared 62 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:64:18: error: 'int64_t' has not been declared 64 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:125:29: error: 'j' was not declared in this scope 125 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:65:18: error: 'int64_t' has not been declared 65 | TY const *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:66:12: error: 'int64_t' has not been declared 66 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh: In function 'void blas::ger(Layout, int, int, scalar_type, const TX*, int, const TY*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:95:18: error: 'int64_t' was not declared in this scope 95 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:126:38: error: 'jy' was not declared in this scope; did you mean 'y'? 126 | scalar_t tmp = alpha * y[jy]; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:127:20: error: expected ';' before 'ix' 127 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:128:25: error: expected ';' before 'i' 128 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:95:33: error: 'j' was not declared in this scope 95 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:98:29: error: expected ';' before 'i' 98 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:128:33: error: 'i' was not declared in this scope 128 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:98:37: error: 'i' was not declared in this scope 98 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:105:13: error: 'int64_t' was not declared in this scope 105 | int64_t jy = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:105:13: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:106:25: error: expected ';' before 'j' 106 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:129:30: error: 'ix' was not declared in this scope; did you mean 'x'? 129 | A(i, j) += x[ix] * tmp; | ^~ | x In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:47: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:69:5: error: 'int64_t' has not been declared 69 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:71:18: error: 'int64_t' has not been declared 71 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:72:18: error: 'int64_t' has not been declared 72 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:74:12: error: 'int64_t' has not been declared 74 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:106:33: error: 'j' was not declared in this scope 106 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh: In function 'void blas::symv(Layout, Uplo, int, scalar_type, const TA*, int, const TX*, int, scalar_type, TY*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:104:5: error: 'int64_t' was not declared in this scope 104 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:105:12: error: expected ';' before 'ky' 105 | int64_t ky = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:111:29: error: expected ';' before 'i' 111 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:107:48: error: 'jy' was not declared in this scope; did you mean 'y'? 107 | scalar_t tmp = alpha * conj( y[jy] ); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:108:29: error: expected ';' before 'i' 108 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:111:37: error: 'i' was not declared in this scope 111 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:116:29: error: expected ';' before 'i' 116 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:108:37: error: 'i' was not declared in this scope 108 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:116:37: error: 'i' was not declared in this scope 116 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:116:13: error: 'int64_t' was not declared in this scope 116 | int64_t kx = (incx > 0 ? 0 : (-m + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:116:13: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:122:20: error: expected ';' before 'iy' 122 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:117:20: error: expected ';' before 'jy' 117 | int64_t jy = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:124:29: error: expected ';' before 'i' 124 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:118:25: error: expected ';' before 'j' 118 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:118:33: error: 'j' was not declared in this scope 118 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:124:37: error: 'i' was not declared in this scope 124 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:119:48: error: 'jy' was not declared in this scope; did you mean 'y'? 119 | scalar_t tmp = alpha * conj( y[jy] ); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:125:23: error: 'iy' was not declared in this scope; did you mean 'y'? 125 | y[iy] = zero; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:120:24: error: expected ';' before 'ix' 120 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:130:29: error: expected ';' before 'i' 130 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:121:29: error: expected ';' before 'i' 121 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:130:37: error: 'i' was not declared in this scope 130 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:121:37: error: 'i' was not declared in this scope 121 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:131:23: error: 'iy' was not declared in this scope; did you mean 'y'? 131 | y[iy] *= beta; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:122:34: error: 'ix' was not declared in this scope; did you mean 'x'? 122 | A(i, j) += x[ix] * tmp; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:145:25: error: expected ';' before 'j' 145 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:133:18: error: 'int64_t' was not declared in this scope 133 | for (int64_t i = 0; i < m; ++i) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:133:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:145:33: error: 'j' was not declared in this scope 145 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:133:33: error: 'i' was not declared in this scope 133 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:148:29: error: expected ';' before 'i' 148 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:136:29: error: expected ';' before 'j' 136 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:148:37: error: 'i' was not declared in this scope 148 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:136:37: error: 'j' was not declared in this scope 136 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:157:20: error: expected ';' before 'jx' 157 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:158:20: error: expected ';' before 'jy' 158 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:159:25: error: expected ';' before 'j' 159 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:143:13: error: 'int64_t' was not declared in this scope 143 | int64_t ix = (incx > 0 ? 0 : (-m + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:143:13: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:144:25: error: expected ';' before 'i' 144 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:144:33: error: 'i' was not declared in this scope 144 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:159:33: error: 'j' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:160:41: error: 'jx' was not declared in this scope; did you mean 'x'? 160 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:145:42: error: 'ix' was not declared in this scope; did you mean 'x'? 145 | scalar_t tmp = alpha * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:146:29: error: expected ';' before 'j' 146 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:162:24: error: expected ';' before 'ix' 162 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:163:24: error: expected ';' before 'iy' 163 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:164:29: error: expected ';' before 'i' 164 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:146:37: error: 'j' was not declared in this scope 146 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:164:37: error: 'i' was not declared in this scope 164 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:154:13: error: 'int64_t' was not declared in this scope 154 | int64_t ky = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:154:13: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:155:20: error: expected ';' before 'ix' 155 | int64_t ix = (incx > 0 ? 0 : (-m + 1)*incx); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:156:25: error: expected ';' before 'i' 156 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:165:23: error: 'iy' was not declared in this scope; did you mean 'y'? 165 | y[iy] += tmp1 * A(i, j); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:156:33: error: 'i' was not declared in this scope 156 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:166:41: error: 'ix' was not declared in this scope; did you mean 'x'? 166 | tmp2 += A(i, j) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:157:42: error: 'ix' was not declared in this scope; did you mean 'x'? 157 | scalar_t tmp = alpha * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:158:24: error: expected ';' before 'jy' 158 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:159:29: error: expected ';' before 'j' 159 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:170:19: error: 'jy' was not declared in this scope; did you mean 'y'? 170 | y[jy] += tmp1 * A(j, j) + alpha * tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:181:25: error: expected ';' before 'j' 181 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:159:37: error: 'j' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:181:33: error: 'j' was not declared in this scope 181 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/ger.hh:160:46: error: 'jy' was not declared in this scope; did you mean 'y'? 160 | A(j, i) += tmp * conj( y[jy] ); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:184:29: error: expected ';' before 'i' 184 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:46: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:63:5: error: 'int64_t' has not been declared 63 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:63:16: error: 'int64_t' has not been declared 63 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:65:18: error: 'int64_t' has not been declared 65 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:66:18: error: 'int64_t' has not been declared 66 | TY const *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:67:12: error: 'int64_t' has not been declared 67 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh: In function 'void blas::geru(Layout, int, int, scalar_type, const TX*, int, const TY*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:102:14: error: 'int64_t' was not declared in this scope 102 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/ger.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:184:39: error: 'i' was not declared in this scope 184 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:193:20: error: expected ';' before 'jx' 193 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:194:20: error: expected ';' before 'jy' 194 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:195:25: error: expected ';' before 'j' 195 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:102:29: error: 'j' was not declared in this scope 102 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:105:25: error: expected ';' before 'i' 105 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:195:33: error: 'j' was not declared in this scope 195 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:105:33: error: 'i' was not declared in this scope 105 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:112:9: error: 'int64_t' was not declared in this scope 112 | int64_t jy = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:112:9: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:113:21: error: expected ';' before 'j' 113 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:196:41: error: 'jx' was not declared in this scope; did you mean 'x'? 196 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:198:24: error: expected ';' before 'ix' 198 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:199:24: error: expected ';' before 'iy' 199 | int64_t iy = jy; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:200:29: error: expected ';' before 'i' 200 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:113:29: error: 'j' was not declared in this scope 113 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:200:39: error: 'i' was not declared in this scope 200 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:114:38: error: 'jy' was not declared in this scope; did you mean 'y'? 114 | scalar_t tmp = alpha * y[jy]; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:115:25: error: expected ';' before 'i' 115 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:201:21: error: 'ix' was not declared in this scope; did you mean 'x'? 201 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:115:33: error: 'i' was not declared in this scope 115 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:123:9: error: 'int64_t' was not declared in this scope 123 | int64_t kx = (incx > 0 ? 0 : (-m + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:123:9: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:124:16: error: expected ';' before 'jy' 124 | int64_t jy = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:125:21: error: expected ';' before 'j' 125 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:202:21: error: 'iy' was not declared in this scope; did you mean 'y'? 202 | iy += incy; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:125:29: error: 'j' was not declared in this scope 125 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:206:19: error: 'jy' was not declared in this scope; did you mean 'y'? 206 | y[jy] += tmp1 * A(j, j) + alpha * tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:72:5: error: 'int64_t' has not been declared 72 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:74:18: error: 'int64_t' has not been declared 74 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:75:18: error: 'int64_t' has not been declared 75 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:77:12: error: 'int64_t' has not been declared 77 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh: In function 'void blas::hemv(Layout, Uplo, int, scalar_type, const TA*, int, const TX*, int, scalar_type, TY*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:101:5: error: 'int64_t' was not declared in this scope 101 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/symv.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:102:12: error: expected ';' before 'ky' 102 | int64_t ky = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:108:29: error: expected ';' before 'i' 108 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:126:38: error: 'jy' was not declared in this scope; did you mean 'y'? 126 | scalar_t tmp = alpha * y[jy]; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:127:20: error: expected ';' before 'ix' 127 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:128:25: error: expected ';' before 'i' 128 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:108:37: error: 'i' was not declared in this scope 108 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:113:29: error: expected ';' before 'i' 113 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:128:33: error: 'i' was not declared in this scope 128 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:113:37: error: 'i' was not declared in this scope 113 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:119:20: error: expected ';' before 'iy' 119 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:121:29: error: expected ';' before 'i' 121 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/geru.hh:129:30: error: 'ix' was not declared in this scope; did you mean 'x'? 129 | A(i, j) += x[ix] * tmp; | ^~ | x In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:47: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:69:5: error: 'int64_t' has not been declared 69 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:71:18: error: 'int64_t' has not been declared 71 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:72:18: error: 'int64_t' has not been declared 72 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:74:12: error: 'int64_t' has not been declared 74 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh: In function 'void blas::symv(Layout, Uplo, int, scalar_type, const TA*, int, const TX*, int, scalar_type, TY*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:104:5: error: 'int64_t' was not declared in this scope 104 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:121:37: error: 'i' was not declared in this scope 121 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:105:12: error: expected ';' before 'ky' 105 | int64_t ky = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:111:29: error: expected ';' before 'i' 111 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:122:23: error: 'iy' was not declared in this scope; did you mean 'y'? 122 | y[iy] = zero; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:127:29: error: expected ';' before 'i' 127 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:111:37: error: 'i' was not declared in this scope 111 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:116:29: error: expected ';' before 'i' 116 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:127:37: error: 'i' was not declared in this scope 127 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:116:37: error: 'i' was not declared in this scope 116 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:122:20: error: expected ';' before 'iy' 122 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:124:29: error: expected ';' before 'i' 124 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:128:23: error: 'iy' was not declared in this scope; did you mean 'y'? 128 | y[iy] *= beta; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:143:29: error: expected ';' before 'j' 143 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:124:37: error: 'i' was not declared in this scope 124 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:143:37: error: 'j' was not declared in this scope 143 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:146:33: error: expected ';' before 'i' 146 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:125:23: error: 'iy' was not declared in this scope; did you mean 'y'? 125 | y[iy] = zero; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:130:29: error: expected ';' before 'i' 130 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:146:41: error: 'i' was not declared in this scope 146 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:155:24: error: expected ';' before 'jx' 155 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:156:24: error: expected ';' before 'jy' 156 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:157:29: error: expected ';' before 'j' 157 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:130:37: error: 'i' was not declared in this scope 130 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:157:37: error: 'j' was not declared in this scope 157 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:131:23: error: 'iy' was not declared in this scope; did you mean 'y'? 131 | y[iy] *= beta; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:145:25: error: expected ';' before 'j' 145 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:158:45: error: 'jx' was not declared in this scope; did you mean 'x'? 158 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:160:28: error: expected ';' before 'ix' 160 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:161:28: error: expected ';' before 'iy' 161 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:162:33: error: expected ';' before 'i' 162 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:145:33: error: 'j' was not declared in this scope 145 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:148:29: error: expected ';' before 'i' 148 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:162:41: error: 'i' was not declared in this scope 162 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:148:37: error: 'i' was not declared in this scope 148 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:157:20: error: expected ';' before 'jx' 157 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:158:20: error: expected ';' before 'jy' 158 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:159:25: error: expected ';' before 'j' 159 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:163:27: error: 'iy' was not declared in this scope; did you mean 'y'? 163 | y[iy] += tmp1 * A(i, j); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:159:33: error: 'j' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:164:53: error: 'ix' was not declared in this scope; did you mean 'x'? 164 | tmp2 += conj( A(i, j) ) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:160:41: error: 'jx' was not declared in this scope; did you mean 'x'? 160 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:162:24: error: expected ';' before 'ix' 162 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:163:24: error: expected ';' before 'iy' 163 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:164:29: error: expected ';' before 'i' 164 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:168:23: error: 'jy' was not declared in this scope; did you mean 'y'? 168 | y[jy] += tmp1 * real( A(j, j) ) + alpha * tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:178:29: error: expected ';' before 'j' 178 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:164:37: error: 'i' was not declared in this scope 164 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:178:37: error: 'j' was not declared in this scope 178 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:181:33: error: expected ';' before 'i' 181 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:165:23: error: 'iy' was not declared in this scope; did you mean 'y'? 165 | y[iy] += tmp1 * A(i, j); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:181:43: error: 'i' was not declared in this scope 181 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:189:24: error: expected ';' before 'jx' 189 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:190:24: error: expected ';' before 'jy' 190 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:191:29: error: expected ';' before 'j' 191 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:166:41: error: 'ix' was not declared in this scope; did you mean 'x'? 166 | tmp2 += A(i, j) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:191:37: error: 'j' was not declared in this scope 191 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:170:19: error: 'jy' was not declared in this scope; did you mean 'y'? 170 | y[jy] += tmp1 * A(j, j) + alpha * tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:181:25: error: expected ';' before 'j' 181 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:192:45: error: 'jx' was not declared in this scope; did you mean 'x'? 192 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:194:28: error: expected ';' before 'ix' 194 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:195:28: error: expected ';' before 'iy' 195 | int64_t iy = jy; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:196:33: error: expected ';' before 'i' 196 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:181:33: error: 'j' was not declared in this scope 181 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:184:29: error: expected ';' before 'i' 184 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:196:43: error: 'i' was not declared in this scope 196 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:184:39: error: 'i' was not declared in this scope 184 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:193:20: error: expected ';' before 'jx' 193 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:194:20: error: expected ';' before 'jy' 194 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:195:25: error: expected ';' before 'j' 195 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:197:25: error: 'ix' was not declared in this scope; did you mean 'x'? 197 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:195:33: error: 'j' was not declared in this scope 195 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:198:25: error: 'iy' was not declared in this scope; did you mean 'y'? 198 | iy += incy; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:196:41: error: 'jx' was not declared in this scope; did you mean 'x'? 196 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:198:24: error: expected ';' before 'ix' 198 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:199:24: error: expected ';' before 'iy' 199 | int64_t iy = jy; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:200:29: error: expected ';' before 'i' 200 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:202:23: error: 'jy' was not declared in this scope; did you mean 'y'? 202 | y[jy] += tmp1 * real( A(j, j) ) + alpha * tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:215:29: error: expected ';' before 'j' 215 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:200:39: error: 'i' was not declared in this scope 200 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:215:37: error: 'j' was not declared in this scope 215 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:218:33: error: expected ';' before 'i' 218 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:201:21: error: 'ix' was not declared in this scope; did you mean 'x'? 201 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:218:41: error: 'i' was not declared in this scope 218 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:227:24: error: expected ';' before 'jx' 227 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:228:24: error: expected ';' before 'jy' 228 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:229:29: error: expected ';' before 'j' 229 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:202:21: error: 'iy' was not declared in this scope; did you mean 'y'? 202 | iy += incy; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:229:37: error: 'j' was not declared in this scope 229 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symv.hh:206:19: error: 'jy' was not declared in this scope; did you mean 'y'? 206 | y[jy] += tmp1 * A(j, j) + alpha * tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:72:5: error: 'int64_t' has not been declared 72 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:74:18: error: 'int64_t' has not been declared 74 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:75:18: error: 'int64_t' has not been declared 75 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:77:12: error: 'int64_t' has not been declared 77 | TY *y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:230:45: error: 'jx' was not declared in this scope; did you mean 'x'? 230 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:232:28: error: expected ';' before 'ix' 232 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:233:28: error: expected ';' before 'iy' 233 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:234:33: error: expected ';' before 'i' 234 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh: In function 'void blas::hemv(Layout, Uplo, int, scalar_type, const TA*, int, const TX*, int, scalar_type, TY*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:101:5: error: 'int64_t' was not declared in this scope 101 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/symv.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:102:12: error: expected ';' before 'ky' 102 | int64_t ky = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:108:29: error: expected ';' before 'i' 108 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:234:41: error: 'i' was not declared in this scope 234 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:108:37: error: 'i' was not declared in this scope 108 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:113:29: error: expected ';' before 'i' 113 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:235:27: error: 'iy' was not declared in this scope; did you mean 'y'? 235 | y[iy] += tmp1 * conj( A(i, j) ); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:113:37: error: 'i' was not declared in this scope 113 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:119:20: error: expected ';' before 'iy' 119 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:121:29: error: expected ';' before 'i' 121 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:236:45: error: 'ix' was not declared in this scope; did you mean 'x'? 236 | tmp2 += A(i, j) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:121:37: error: 'i' was not declared in this scope 121 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:240:23: error: 'jy' was not declared in this scope; did you mean 'y'? 240 | y[jy] += tmp1 * real( A(j, j) ) + alpha * tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:250:29: error: expected ';' before 'j' 250 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:122:23: error: 'iy' was not declared in this scope; did you mean 'y'? 122 | y[iy] = zero; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:127:29: error: expected ';' before 'i' 127 | for (int64_t i = 0; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:250:37: error: 'j' was not declared in this scope 250 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:253:33: error: expected ';' before 'i' 253 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:127:37: error: 'i' was not declared in this scope 127 | for (int64_t i = 0; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:253:43: error: 'i' was not declared in this scope 253 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:128:23: error: 'iy' was not declared in this scope; did you mean 'y'? 128 | y[iy] *= beta; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:261:24: error: expected ';' before 'jx' 261 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:262:24: error: expected ';' before 'jy' 262 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:263:29: error: expected ';' before 'j' 263 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:143:29: error: expected ';' before 'j' 143 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:263:37: error: 'j' was not declared in this scope 263 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:143:37: error: 'j' was not declared in this scope 143 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:146:33: error: expected ';' before 'i' 146 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:264:45: error: 'jx' was not declared in this scope; did you mean 'x'? 264 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:146:41: error: 'i' was not declared in this scope 146 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:266:28: error: expected ';' before 'ix' 266 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:267:28: error: expected ';' before 'iy' 267 | int64_t iy = jy; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:268:33: error: expected ';' before 'i' 268 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:155:24: error: expected ';' before 'jx' 155 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:156:24: error: expected ';' before 'jy' 156 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:157:29: error: expected ';' before 'j' 157 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:268:43: error: 'i' was not declared in this scope 268 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:157:37: error: 'j' was not declared in this scope 157 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:269:25: error: 'ix' was not declared in this scope; did you mean 'x'? 269 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:158:45: error: 'jx' was not declared in this scope; did you mean 'x'? 158 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:160:28: error: expected ';' before 'ix' 160 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:161:28: error: expected ';' before 'iy' 161 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:162:33: error: expected ';' before 'i' 162 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:270:25: error: 'iy' was not declared in this scope; did you mean 'y'? 270 | iy += incy; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:162:41: error: 'i' was not declared in this scope 162 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:274:23: error: 'jy' was not declared in this scope; did you mean 'y'? 274 | y[jy] += tmp1 * real( A(j, j) ) + alpha * tmp2; | ^~ | y In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:48: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:59:5: error: 'int64_t' has not been declared 59 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:61:18: error: 'int64_t' has not been declared 61 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:62:18: error: 'int64_t' has not been declared 62 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh: In function 'void blas::syr(Layout, Uplo, int, scalar_type, const TX*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:89:5: error: 'int64_t' was not declared in this scope 89 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:93:25: error: expected ';' before 'j' 93 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:93:33: error: 'j' was not declared in this scope 93 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:96:29: error: expected ';' before 'i' 96 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:96:37: error: 'i' was not declared in this scope 96 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:103:20: error: expected ';' before 'jx' 103 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:104:25: error: expected ';' before 'j' 104 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:163:27: error: 'iy' was not declared in this scope; did you mean 'y'? 163 | y[iy] += tmp1 * A(i, j); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:104:33: error: 'j' was not declared in this scope 104 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:164:53: error: 'ix' was not declared in this scope; did you mean 'x'? 164 | tmp2 += conj( A(i, j) ) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:105:42: error: 'jx' was not declared in this scope; did you mean 'x'? 105 | scalar_t tmp = alpha * x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:106:24: error: expected ';' before 'ix' 106 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:107:29: error: expected ';' before 'i' 107 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:107:37: error: 'i' was not declared in this scope 107 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:108:34: error: 'ix' was not declared in this scope; did you mean 'x'? 108 | A(i, j) += x[ix] * tmp; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:119:25: error: expected ';' before 'j' 119 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:168:23: error: 'jy' was not declared in this scope; did you mean 'y'? 168 | y[jy] += tmp1 * real( A(j, j) ) + alpha * tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:178:29: error: expected ';' before 'j' 178 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:119:33: error: 'j' was not declared in this scope 119 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:121:29: error: expected ';' before 'i' 121 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:121:37: error: 'i' was not declared in this scope 121 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:128:20: error: expected ';' before 'jx' 128 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:129:25: error: expected ';' before 'j' 129 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:129:33: error: 'j' was not declared in this scope 129 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:178:37: error: 'j' was not declared in this scope 178 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:181:33: error: expected ';' before 'i' 181 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:130:42: error: 'jx' was not declared in this scope; did you mean 'x'? 130 | scalar_t tmp = alpha * x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:131:24: error: expected ';' before 'ix' 131 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:132:29: error: expected ';' before 'i' 132 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:181:43: error: 'i' was not declared in this scope 181 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:189:24: error: expected ';' before 'jx' 189 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:190:24: error: expected ';' before 'jy' 190 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:191:29: error: expected ';' before 'j' 191 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:132:37: error: 'i' was not declared in this scope 132 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:133:34: error: 'ix' was not declared in this scope; did you mean 'x'? 133 | A(i, j) += x[ix] * tmp; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:62:5: error: 'int64_t' has not been declared 62 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:64:18: error: 'int64_t' has not been declared 64 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:65:18: error: 'int64_t' has not been declared 65 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh: In function 'void blas::her(Layout, Uplo, int, real_type, const TX*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:93:5: error: 'int64_t' was not declared in this scope 93 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/syr.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:97:25: error: expected ';' before 'j' 97 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:97:33: error: 'j' was not declared in this scope 97 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:100:29: error: expected ';' before 'i' 100 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:191:37: error: 'j' was not declared in this scope 191 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:100:37: error: 'i' was not declared in this scope 100 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:108:20: error: expected ';' before 'jx' 108 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:109:25: error: expected ';' before 'j' 109 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:109:33: error: 'j' was not declared in this scope 109 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:110:48: error: 'jx' was not declared in this scope; did you mean 'x'? 110 | scalar_t tmp = alpha * conj( x[jx] ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:111:24: error: expected ';' before 'ix' 111 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:112:29: error: expected ';' before 'i' 112 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:192:45: error: 'jx' was not declared in this scope; did you mean 'x'? 192 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:194:28: error: expected ';' before 'ix' 194 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:195:28: error: expected ';' before 'iy' 195 | int64_t iy = jy; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:196:33: error: expected ';' before 'i' 196 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:112:37: error: 'i' was not declared in this scope 112 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:196:43: error: 'i' was not declared in this scope 196 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:113:34: error: 'ix' was not declared in this scope; did you mean 'x'? 113 | A(i, j) += x[ix] * tmp; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:125:25: error: expected ';' before 'j' 125 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:125:33: error: 'j' was not declared in this scope 125 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:128:29: error: expected ';' before 'i' 128 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:197:25: error: 'ix' was not declared in this scope; did you mean 'x'? 197 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:128:39: error: 'i' was not declared in this scope 128 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:135:20: error: expected ';' before 'jx' 135 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:136:25: error: expected ';' before 'j' 136 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:136:33: error: 'j' was not declared in this scope 136 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:198:25: error: 'iy' was not declared in this scope; did you mean 'y'? 198 | iy += incy; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:137:48: error: 'jx' was not declared in this scope; did you mean 'x'? 137 | scalar_t tmp = alpha * conj( x[jx] ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:139:24: error: expected ';' before 'ix' 139 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:140:29: error: expected ';' before 'i' 140 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:202:23: error: 'jy' was not declared in this scope; did you mean 'y'? 202 | y[jy] += tmp1 * real( A(j, j) ) + alpha * tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:215:29: error: expected ';' before 'j' 215 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:140:39: error: 'i' was not declared in this scope 140 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:141:21: error: 'ix' was not declared in this scope; did you mean 'x'? 141 | ix += incx; | ^~ | x In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:49: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:66:5: error: 'int64_t' has not been declared 66 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:68:18: error: 'int64_t' has not been declared 68 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:69:18: error: 'int64_t' has not been declared 69 | TY const *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:70:12: error: 'int64_t' has not been declared 70 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh: In function 'void blas::syr2(Layout, Uplo, int, scalar_type, const TX*, int, const TY*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:98:5: error: 'int64_t' was not declared in this scope 98 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:99:12: error: expected ';' before 'ky' 99 | int64_t ky = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:103:25: error: expected ';' before 'j' 103 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:215:37: error: 'j' was not declared in this scope 215 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:218:33: error: expected ';' before 'i' 218 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:103:33: error: 'j' was not declared in this scope 103 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:107:29: error: expected ';' before 'i' 107 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:107:37: error: 'i' was not declared in this scope 107 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:114:20: error: expected ';' before 'jx' 114 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:115:20: error: expected ';' before 'jy' 115 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:116:25: error: expected ';' before 'j' 116 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:116:33: error: 'j' was not declared in this scope 116 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:218:41: error: 'i' was not declared in this scope 218 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:227:24: error: expected ';' before 'jx' 227 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:228:24: error: expected ';' before 'jy' 228 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:229:29: error: expected ';' before 'j' 229 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:117:43: error: 'jy' was not declared in this scope; did you mean 'y'? 117 | scalar_t tmp1 = alpha * y[jy]; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:229:37: error: 'j' was not declared in this scope 229 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:118:43: error: 'jx' was not declared in this scope; did you mean 'x'? 118 | scalar_t tmp2 = alpha * x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:119:24: error: expected ';' before 'ix' 119 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:120:24: error: expected ';' before 'iy' 120 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:121:29: error: expected ';' before 'i' 121 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:121:37: error: 'i' was not declared in this scope 121 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:122:34: error: 'ix' was not declared in this scope; did you mean 'x'? 122 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:230:45: error: 'jx' was not declared in this scope; did you mean 'x'? 230 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:232:28: error: expected ';' before 'ix' 232 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:233:28: error: expected ';' before 'iy' 233 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:234:33: error: expected ';' before 'i' 234 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:122:47: error: 'iy' was not declared in this scope; did you mean 'y'? 122 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:135:25: error: expected ';' before 'j' 135 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:135:33: error: 'j' was not declared in this scope 135 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:138:29: error: expected ';' before 'i' 138 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:234:41: error: 'i' was not declared in this scope 234 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:138:37: error: 'i' was not declared in this scope 138 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:145:20: error: expected ';' before 'jx' 145 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:146:20: error: expected ';' before 'jy' 146 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:147:25: error: expected ';' before 'j' 147 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:235:27: error: 'iy' was not declared in this scope; did you mean 'y'? 235 | y[iy] += tmp1 * conj( A(i, j) ); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:147:33: error: 'j' was not declared in this scope 147 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:148:43: error: 'jy' was not declared in this scope; did you mean 'y'? 148 | scalar_t tmp1 = alpha * y[jy]; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:149:43: error: 'jx' was not declared in this scope; did you mean 'x'? 149 | scalar_t tmp2 = alpha * x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:150:24: error: expected ';' before 'ix' 150 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:151:24: error: expected ';' before 'iy' 151 | int64_t iy = jy; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:152:29: error: expected ';' before 'i' 152 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:236:45: error: 'ix' was not declared in this scope; did you mean 'x'? 236 | tmp2 += A(i, j) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:152:37: error: 'i' was not declared in this scope 152 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:153:34: error: 'ix' was not declared in this scope; did you mean 'x'? 153 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:153:47: error: 'iy' was not declared in this scope; did you mean 'y'? 153 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:69:5: error: 'int64_t' has not been declared 69 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:71:18: error: 'int64_t' has not been declared 71 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:72:18: error: 'int64_t' has not been declared 72 | TY const *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:240:23: error: 'jy' was not declared in this scope; did you mean 'y'? 240 | y[jy] += tmp1 * real( A(j, j) ) + alpha * tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:73:12: error: 'int64_t' has not been declared 73 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:250:29: error: expected ';' before 'j' 250 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh: In function 'void blas::her2(Layout, Uplo, int, scalar_type, const TX*, int, const TY*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:101:5: error: 'int64_t' was not declared in this scope 101 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/syr2.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:102:12: error: expected ';' before 'ky' 102 | int64_t ky = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:106:25: error: expected ';' before 'j' 106 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:250:37: error: 'j' was not declared in this scope 250 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:253:33: error: expected ';' before 'i' 253 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:106:33: error: 'j' was not declared in this scope 106 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:110:29: error: expected ';' before 'i' 110 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:253:43: error: 'i' was not declared in this scope 253 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:261:24: error: expected ';' before 'jx' 261 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:262:24: error: expected ';' before 'jy' 262 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:263:29: error: expected ';' before 'j' 263 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:110:37: error: 'i' was not declared in this scope 110 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:118:20: error: expected ';' before 'jx' 118 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:119:20: error: expected ';' before 'jy' 119 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:120:25: error: expected ';' before 'j' 120 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:263:37: error: 'j' was not declared in this scope 263 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:120:33: error: 'j' was not declared in this scope 120 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:264:45: error: 'jx' was not declared in this scope; did you mean 'x'? 264 | scalar_t tmp1 = alpha*x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:266:28: error: expected ';' before 'ix' 266 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:267:28: error: expected ';' before 'iy' 267 | int64_t iy = jy; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:121:49: error: 'jy' was not declared in this scope; did you mean 'y'? 121 | scalar_t tmp1 = alpha * conj( y[jy] ); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:268:33: error: expected ';' before 'i' 268 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:122:49: error: 'jx' was not declared in this scope; did you mean 'x'? 122 | scalar_t tmp2 = conj( alpha * x[jx] ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:268:43: error: 'i' was not declared in this scope 268 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:123:24: error: expected ';' before 'ix' 123 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:124:24: error: expected ';' before 'iy' 124 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:125:29: error: expected ';' before 'i' 125 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:269:25: error: 'ix' was not declared in this scope; did you mean 'x'? 269 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:125:37: error: 'i' was not declared in this scope 125 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:270:25: error: 'iy' was not declared in this scope; did you mean 'y'? 270 | iy += incy; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:126:34: error: 'ix' was not declared in this scope; did you mean 'x'? 126 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:126:47: error: 'iy' was not declared in this scope; did you mean 'y'? 126 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemv.hh:274:23: error: 'jy' was not declared in this scope; did you mean 'y'? 274 | y[jy] += tmp1 * real( A(j, j) ) + alpha * tmp2; | ^~ | y In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:48: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:59:5: error: 'int64_t' has not been declared 59 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:140:25: error: expected ';' before 'j' 140 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:61:18: error: 'int64_t' has not been declared 61 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:62:18: error: 'int64_t' has not been declared 62 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh: In function 'void blas::syr(Layout, Uplo, int, scalar_type, const TX*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:89:5: error: 'int64_t' was not declared in this scope 89 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:93:25: error: expected ';' before 'j' 93 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:140:33: error: 'j' was not declared in this scope 140 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:144:29: error: expected ';' before 'i' 144 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:93:33: error: 'j' was not declared in this scope 93 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:96:29: error: expected ';' before 'i' 96 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:144:39: error: 'i' was not declared in this scope 144 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:151:20: error: expected ';' before 'jx' 151 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:152:20: error: expected ';' before 'jy' 152 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:153:25: error: expected ';' before 'j' 153 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:96:37: error: 'i' was not declared in this scope 96 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:103:20: error: expected ';' before 'jx' 103 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:104:25: error: expected ';' before 'j' 104 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:153:33: error: 'j' was not declared in this scope 153 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:104:33: error: 'j' was not declared in this scope 104 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:154:49: error: 'jy' was not declared in this scope; did you mean 'y'? 154 | scalar_t tmp1 = alpha * conj( y[jy] ); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:105:42: error: 'jx' was not declared in this scope; did you mean 'x'? 105 | scalar_t tmp = alpha * x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:106:24: error: expected ';' before 'ix' 106 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:107:29: error: expected ';' before 'i' 107 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:155:49: error: 'jx' was not declared in this scope; did you mean 'x'? 155 | scalar_t tmp2 = conj( alpha * x[jx] ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:157:24: error: expected ';' before 'ix' 157 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:158:24: error: expected ';' before 'iy' 158 | int64_t iy = jy; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:159:29: error: expected ';' before 'i' 159 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:107:37: error: 'i' was not declared in this scope 107 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:159:39: error: 'i' was not declared in this scope 159 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:108:34: error: 'ix' was not declared in this scope; did you mean 'x'? 108 | A(i, j) += x[ix] * tmp; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:119:25: error: expected ';' before 'j' 119 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:160:21: error: 'ix' was not declared in this scope; did you mean 'x'? 160 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:119:33: error: 'j' was not declared in this scope 119 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:121:29: error: expected ';' before 'i' 121 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:161:21: error: 'iy' was not declared in this scope; did you mean 'y'? 161 | iy += incy; | ^~ | y In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:53: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:74:5: error: 'int64_t' has not been declared 74 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:75:18: error: 'int64_t' has not been declared 75 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:76:18: error: 'int64_t' has not been declared 76 | TX *x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:121:37: error: 'i' was not declared in this scope 121 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:128:20: error: expected ';' before 'jx' 128 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:129:25: error: expected ';' before 'j' 129 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh: In function 'void blas::trmv(Layout, Uplo, Op, Diag, int, const TA*, int, TX*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:115:5: error: 'int64_t' was not declared in this scope 115 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:123:29: error: expected ';' before 'j' 123 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:129:33: error: 'j' was not declared in this scope 129 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:123:37: error: 'j' was not declared in this scope 123 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:126:33: error: expected ';' before 'i' 126 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:130:42: error: 'jx' was not declared in this scope; did you mean 'x'? 130 | scalar_t tmp = alpha * x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:131:24: error: expected ';' before 'ix' 131 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:132:29: error: expected ';' before 'i' 132 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:126:41: error: 'i' was not declared in this scope 126 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:136:24: error: expected ';' before 'jx' 136 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:137:29: error: expected ';' before 'j' 137 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:132:37: error: 'i' was not declared in this scope 132 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:137:37: error: 'j' was not declared in this scope 137 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr.hh:133:34: error: 'ix' was not declared in this scope; did you mean 'x'? 133 | A(i, j) += x[ix] * tmp; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:62:5: error: 'int64_t' has not been declared 62 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:64:18: error: 'int64_t' has not been declared 64 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:65:18: error: 'int64_t' has not been declared 65 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh: In function 'void blas::her(Layout, Uplo, int, real_type, const TX*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:93:5: error: 'int64_t' was not declared in this scope 93 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:139:32: error: 'jx' was not declared in this scope; did you mean 'x'? 139 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:140:28: error: expected ';' before 'ix' 140 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/syr.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:141:33: error: expected ';' before 'i' 141 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:97:25: error: expected ';' before 'j' 97 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:97:33: error: 'j' was not declared in this scope 97 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:141:41: error: 'i' was not declared in this scope 141 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:100:29: error: expected ';' before 'i' 100 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:142:27: error: 'ix' was not declared in this scope; did you mean 'x'? 142 | x[ix] += tmp * A(i, j); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:100:37: error: 'i' was not declared in this scope 100 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:156:29: error: expected ';' before 'j' 156 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:108:20: error: expected ';' before 'jx' 108 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:109:25: error: expected ';' before 'j' 109 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:156:39: error: 'j' was not declared in this scope 156 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:109:33: error: 'j' was not declared in this scope 109 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:159:33: error: expected ';' before 'i' 159 | for (int64_t i = n-1; i >= j+1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:110:48: error: 'jx' was not declared in this scope; did you mean 'x'? 110 | scalar_t tmp = alpha * conj( x[jx] ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:159:43: error: 'i' was not declared in this scope 159 | for (int64_t i = n-1; i >= j+1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:111:24: error: expected ';' before 'ix' 111 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:112:29: error: expected ';' before 'i' 112 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:169:17: error: 'kx' was not declared in this scope; did you mean 'x'? 169 | kx += (n - 1)*incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:112:37: error: 'i' was not declared in this scope 112 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:170:24: error: expected ';' before 'jx' 170 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:171:29: error: expected ';' before 'j' 171 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:113:34: error: 'ix' was not declared in this scope; did you mean 'x'? 113 | A(i, j) += x[ix] * tmp; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:171:39: error: 'j' was not declared in this scope 171 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:125:25: error: expected ';' before 'j' 125 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:125:33: error: 'j' was not declared in this scope 125 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:173:32: error: 'jx' was not declared in this scope; did you mean 'x'? 173 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:174:28: error: expected ';' before 'ix' 174 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:175:33: error: expected ';' before 'i' 175 | for (int64_t i = n-1; i >= j+1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:128:29: error: expected ';' before 'i' 128 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:175:43: error: 'i' was not declared in this scope 175 | for (int64_t i = n-1; i >= j+1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:128:39: error: 'i' was not declared in this scope 128 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:135:20: error: expected ';' before 'jx' 135 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:136:25: error: expected ';' before 'j' 136 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:176:27: error: 'ix' was not declared in this scope; did you mean 'x'? 176 | x[ix] += tmp * A(i, j); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:136:33: error: 'j' was not declared in this scope 136 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:193:29: error: expected ';' before 'j' 193 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:137:48: error: 'jx' was not declared in this scope; did you mean 'x'? 137 | scalar_t tmp = alpha * conj( x[jx] ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:193:37: error: 'j' was not declared in this scope 193 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:139:24: error: expected ';' before 'ix' 139 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:140:29: error: expected ';' before 'i' 140 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:196:33: error: expected ';' before 'i' 196 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:140:39: error: 'i' was not declared in this scope 140 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:196:41: error: 'i' was not declared in this scope 196 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:206:24: error: expected ';' before 'jx' 206 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:207:29: error: expected ';' before 'j' 207 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her.hh:141:21: error: 'ix' was not declared in this scope; did you mean 'x'? 141 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:207:37: error: 'j' was not declared in this scope 207 | for (int64_t j = 0; j < n; ++j) { | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:49: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:66:5: error: 'int64_t' has not been declared 66 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:68:18: error: 'int64_t' has not been declared 68 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:69:18: error: 'int64_t' has not been declared 69 | TY const *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:70:12: error: 'int64_t' has not been declared 70 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh: In function 'void blas::syr2(Layout, Uplo, int, scalar_type, const TX*, int, const TY*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:98:5: error: 'int64_t' was not declared in this scope 98 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:99:12: error: expected ';' before 'ky' 99 | int64_t ky = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:103:25: error: expected ';' before 'j' 103 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:209:32: error: 'jx' was not declared in this scope; did you mean 'x'? 209 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:210:28: error: expected ';' before 'ix' 210 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:211:33: error: expected ';' before 'i' 211 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:103:33: error: 'j' was not declared in this scope 103 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:107:29: error: expected ';' before 'i' 107 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:211:41: error: 'i' was not declared in this scope 211 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:107:37: error: 'i' was not declared in this scope 107 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:114:20: error: expected ';' before 'jx' 114 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:115:20: error: expected ';' before 'jy' 115 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:116:25: error: expected ';' before 'j' 116 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:212:27: error: 'ix' was not declared in this scope; did you mean 'x'? 212 | x[ix] += tmp * conj( A(i, j) ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:226:29: error: expected ';' before 'j' 226 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:116:33: error: 'j' was not declared in this scope 116 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:226:39: error: 'j' was not declared in this scope 226 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:229:33: error: expected ';' before 'i' 229 | for (int64_t i = n-1; i >= j+1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:117:43: error: 'jy' was not declared in this scope; did you mean 'y'? 117 | scalar_t tmp1 = alpha * y[jy]; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:229:43: error: 'i' was not declared in this scope 229 | for (int64_t i = n-1; i >= j+1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:118:43: error: 'jx' was not declared in this scope; did you mean 'x'? 118 | scalar_t tmp2 = alpha * x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:119:24: error: expected ';' before 'ix' 119 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:120:24: error: expected ';' before 'iy' 120 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:121:29: error: expected ';' before 'i' 121 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:239:17: error: 'kx' was not declared in this scope; did you mean 'x'? 239 | kx += (n - 1)*incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:240:24: error: expected ';' before 'jx' 240 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:241:29: error: expected ';' before 'j' 241 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:121:37: error: 'i' was not declared in this scope 121 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:241:39: error: 'j' was not declared in this scope 241 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:122:34: error: 'ix' was not declared in this scope; did you mean 'x'? 122 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:243:32: error: 'jx' was not declared in this scope; did you mean 'x'? 243 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:244:28: error: expected ';' before 'ix' 244 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:245:33: error: expected ';' before 'i' 245 | for (int64_t i = n-1; i >= j+1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:122:47: error: 'iy' was not declared in this scope; did you mean 'y'? 122 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:135:25: error: expected ';' before 'j' 135 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:245:43: error: 'i' was not declared in this scope 245 | for (int64_t i = n-1; i >= j+1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:135:33: error: 'j' was not declared in this scope 135 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:138:29: error: expected ';' before 'i' 138 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:246:27: error: 'ix' was not declared in this scope; did you mean 'x'? 246 | x[ix] += tmp * conj( A(i, j) ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:263:29: error: expected ';' before 'j' 263 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:138:37: error: 'i' was not declared in this scope 138 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:145:20: error: expected ';' before 'jx' 145 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:146:20: error: expected ';' before 'jy' 146 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:147:25: error: expected ';' before 'j' 147 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:263:39: error: 'j' was not declared in this scope 263 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:268:33: error: expected ';' before 'i' 268 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:147:33: error: 'j' was not declared in this scope 147 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:268:45: error: 'i' was not declared in this scope 268 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:276:24: error: expected ';' before 'jx' 276 | int64_t jx = kx + (n - 1)*incx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:277:29: error: expected ';' before 'j' 277 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:148:43: error: 'jy' was not declared in this scope; did you mean 'y'? 148 | scalar_t tmp1 = alpha * y[jy]; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:277:39: error: 'j' was not declared in this scope 277 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:149:43: error: 'jx' was not declared in this scope; did you mean 'x'? 149 | scalar_t tmp2 = alpha * x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:150:24: error: expected ';' before 'ix' 150 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:151:24: error: expected ';' before 'iy' 151 | int64_t iy = jy; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:152:29: error: expected ';' before 'i' 152 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:278:32: error: 'jx' was not declared in this scope; did you mean 'x'? 278 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:279:28: error: expected ';' before 'ix' 279 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:283:33: error: expected ';' before 'i' 283 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:152:37: error: 'i' was not declared in this scope 152 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:283:45: error: 'i' was not declared in this scope 283 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:153:34: error: 'ix' was not declared in this scope; did you mean 'x'? 153 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:284:25: error: 'ix' was not declared in this scope; did you mean 'x'? 284 | ix -= incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:296:29: error: expected ';' before 'j' 296 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2.hh:153:47: error: 'iy' was not declared in this scope; did you mean 'y'? 153 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:69:5: error: 'int64_t' has not been declared 69 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:71:18: error: 'int64_t' has not been declared 71 | TX const *x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:72:18: error: 'int64_t' has not been declared 72 | TY const *y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:73:12: error: 'int64_t' has not been declared 73 | TA *A, int64_t lda ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh: In function 'void blas::her2(Layout, Uplo, int, scalar_type, const TX*, int, const TY*, int, TA*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:101:5: error: 'int64_t' was not declared in this scope 101 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/syr2.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:102:12: error: expected ';' before 'ky' 102 | int64_t ky = (incy > 0 ? 0 : (-n + 1)*incy); | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:106:25: error: expected ';' before 'j' 106 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:296:37: error: 'j' was not declared in this scope 296 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:301:33: error: expected ';' before 'i' 301 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:106:33: error: 'j' was not declared in this scope 106 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:110:29: error: expected ';' before 'i' 110 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:301:45: error: 'i' was not declared in this scope 301 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:309:24: error: expected ';' before 'jx' 309 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:310:29: error: expected ';' before 'j' 310 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:110:37: error: 'i' was not declared in this scope 110 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:118:20: error: expected ';' before 'jx' 118 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:310:37: error: 'j' was not declared in this scope 310 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:119:20: error: expected ';' before 'jy' 119 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:120:25: error: expected ';' before 'j' 120 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:311:32: error: 'jx' was not declared in this scope; did you mean 'x'? 311 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:120:33: error: 'j' was not declared in this scope 120 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:312:28: error: expected ';' before 'ix' 312 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:316:33: error: expected ';' before 'i' 316 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:121:49: error: 'jy' was not declared in this scope; did you mean 'y'? 121 | scalar_t tmp1 = alpha * conj( y[jy] ); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:316:45: error: 'i' was not declared in this scope 316 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:122:49: error: 'jx' was not declared in this scope; did you mean 'x'? 122 | scalar_t tmp2 = conj( alpha * x[jx] ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:317:25: error: 'ix' was not declared in this scope; did you mean 'x'? 317 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:123:24: error: expected ';' before 'ix' 123 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:124:24: error: expected ';' before 'iy' 124 | int64_t iy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:125:29: error: expected ';' before 'i' 125 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:333:29: error: expected ';' before 'j' 333 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:125:37: error: 'i' was not declared in this scope 125 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:333:39: error: 'j' was not declared in this scope 333 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:338:33: error: expected ';' before 'i' 338 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:126:34: error: 'ix' was not declared in this scope; did you mean 'x'? 126 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:338:45: error: 'i' was not declared in this scope 338 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:346:24: error: expected ';' before 'jx' 346 | int64_t jx = kx + (n - 1)*incx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:347:29: error: expected ';' before 'j' 347 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:126:47: error: 'iy' was not declared in this scope; did you mean 'y'? 126 | A(i, j) += x[ix]*tmp1 + y[iy]*tmp2; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:140:25: error: expected ';' before 'j' 140 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:347:39: error: 'j' was not declared in this scope 347 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:140:33: error: 'j' was not declared in this scope 140 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:348:32: error: 'jx' was not declared in this scope; did you mean 'x'? 348 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:349:28: error: expected ';' before 'ix' 349 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:353:33: error: expected ';' before 'i' 353 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:144:29: error: expected ';' before 'i' 144 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:353:45: error: 'i' was not declared in this scope 353 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:144:39: error: 'i' was not declared in this scope 144 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:151:20: error: expected ';' before 'jx' 151 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:152:20: error: expected ';' before 'jy' 152 | int64_t jy = ky; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:153:25: error: expected ';' before 'j' 153 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:354:25: error: 'ix' was not declared in this scope; did you mean 'x'? 354 | ix -= incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:366:29: error: expected ';' before 'j' 366 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:153:33: error: 'j' was not declared in this scope 153 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:366:37: error: 'j' was not declared in this scope 366 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:154:49: error: 'jy' was not declared in this scope; did you mean 'y'? 154 | scalar_t tmp1 = alpha * conj( y[jy] ); | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:371:33: error: expected ';' before 'i' 371 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:155:49: error: 'jx' was not declared in this scope; did you mean 'x'? 155 | scalar_t tmp2 = conj( alpha * x[jx] ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:371:45: error: 'i' was not declared in this scope 371 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:157:24: error: expected ';' before 'ix' 157 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:379:24: error: expected ';' before 'jx' 379 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:158:24: error: expected ';' before 'iy' 158 | int64_t iy = jy; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:380:29: error: expected ';' before 'j' 380 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:159:29: error: expected ';' before 'i' 159 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:380:37: error: 'j' was not declared in this scope 380 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:159:39: error: 'i' was not declared in this scope 159 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:160:21: error: 'ix' was not declared in this scope; did you mean 'x'? 160 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:381:32: error: 'jx' was not declared in this scope; did you mean 'x'? 381 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:382:28: error: expected ';' before 'ix' 382 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:386:33: error: expected ';' before 'i' 386 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2.hh:161:21: error: 'iy' was not declared in this scope; did you mean 'y'? 161 | iy += incy; | ^~ | y /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:386:45: error: 'i' was not declared in this scope 386 | for (int64_t i = j + 1; i < n; ++i) { | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:53: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:74:5: error: 'int64_t' has not been declared 74 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:75:18: error: 'int64_t' has not been declared 75 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:76:18: error: 'int64_t' has not been declared 76 | TX *x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh: In function 'void blas::trmv(Layout, Uplo, Op, Diag, int, const TA*, int, TX*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:115:5: error: 'int64_t' was not declared in this scope 115 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:123:29: error: expected ';' before 'j' 123 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:387:25: error: 'ix' was not declared in this scope; did you mean 'x'? 387 | ix += incx; | ^~ | x In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:54: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:78:5: error: 'int64_t' has not been declared 78 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:79:18: error: 'int64_t' has not been declared 79 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:80:18: error: 'int64_t' has not been declared 80 | TX *x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh: In function 'void blas::trsv(Layout, Uplo, Op, Diag, int, const TA*, int, TX*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:119:5: error: 'int64_t' was not declared in this scope 119 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:123:37: error: 'j' was not declared in this scope 123 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:126:33: error: expected ';' before 'i' 126 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:127:29: error: expected ';' before 'j' 127 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:127:41: error: 'j' was not declared in this scope 127 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:126:41: error: 'i' was not declared in this scope 126 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:133:33: error: expected ';' before 'i' 133 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:136:24: error: expected ';' before 'jx' 136 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:137:29: error: expected ';' before 'j' 137 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:133:45: error: 'i' was not declared in this scope 133 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:137:37: error: 'j' was not declared in this scope 137 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:140:24: error: expected ';' before 'jx' 140 | int64_t jx = kx + (n - 1)*incx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:141:29: error: expected ';' before 'j' 141 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:139:32: error: 'jx' was not declared in this scope; did you mean 'x'? 139 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:141:41: error: 'j' was not declared in this scope 141 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:140:28: error: expected ';' before 'ix' 140 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:141:33: error: expected ';' before 'i' 141 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:144:27: error: 'jx' was not declared in this scope; did you mean 'x'? 144 | x[jx] /= A(j, j); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:141:41: error: 'i' was not declared in this scope 141 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:142:27: error: 'ix' was not declared in this scope; did you mean 'x'? 142 | x[ix] += tmp * A(i, j); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:146:32: error: 'jx' was not declared in this scope; did you mean 'x'? 146 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:147:28: error: expected ';' before 'ix' 147 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:156:29: error: expected ';' before 'j' 156 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:148:33: error: expected ';' before 'i' 148 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:156:39: error: 'j' was not declared in this scope 156 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:148:45: error: 'i' was not declared in this scope 148 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:159:33: error: expected ';' before 'i' 159 | for (int64_t i = n-1; i >= j+1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:149:25: error: 'ix' was not declared in this scope; did you mean 'x'? 149 | ix -= incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:159:43: error: 'i' was not declared in this scope 159 | for (int64_t i = n-1; i >= j+1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:160:29: error: expected ';' before 'j' 160 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:169:17: error: 'kx' was not declared in this scope; did you mean 'x'? 169 | kx += (n - 1)*incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:160:37: error: 'j' was not declared in this scope 160 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:170:24: error: expected ';' before 'jx' 170 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:171:29: error: expected ';' before 'j' 171 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:166:33: error: expected ';' before 'i' 166 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:171:39: error: 'j' was not declared in this scope 171 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:166:45: error: 'i' was not declared in this scope 166 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:173:24: error: expected ';' before 'jx' 173 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:174:29: error: expected ';' before 'j' 174 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:173:32: error: 'jx' was not declared in this scope; did you mean 'x'? 173 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:174:28: error: expected ';' before 'ix' 174 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:174:37: error: 'j' was not declared in this scope 174 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:175:33: error: expected ';' before 'i' 175 | for (int64_t i = n-1; i >= j+1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:175:43: error: 'i' was not declared in this scope 175 | for (int64_t i = n-1; i >= j+1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:177:27: error: 'jx' was not declared in this scope; did you mean 'x'? 177 | x[jx] /= A(j, j); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:176:27: error: 'ix' was not declared in this scope; did you mean 'x'? 176 | x[ix] += tmp * A(i, j); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:179:32: error: 'jx' was not declared in this scope; did you mean 'x'? 179 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:180:28: error: expected ';' before 'ix' 180 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:181:33: error: expected ';' before 'i' 181 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:193:29: error: expected ';' before 'j' 193 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:181:43: error: 'i' was not declared in this scope 181 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:193:37: error: 'j' was not declared in this scope 193 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:196:33: error: expected ';' before 'i' 196 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:182:25: error: 'ix' was not declared in this scope; did you mean 'x'? 182 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:196:41: error: 'i' was not declared in this scope 196 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:206:24: error: expected ';' before 'jx' 206 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:196:29: error: expected ';' before 'j' 196 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:207:29: error: expected ';' before 'j' 207 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:207:37: error: 'j' was not declared in this scope 207 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:196:41: error: 'j' was not declared in this scope 196 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:202:33: error: expected ';' before 'i' 202 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:209:32: error: 'jx' was not declared in this scope; did you mean 'x'? 209 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:202:45: error: 'i' was not declared in this scope 202 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:210:28: error: expected ';' before 'ix' 210 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:211:33: error: expected ';' before 'i' 211 | for (int64_t i = 0; i <= j-1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:209:24: error: expected ';' before 'jx' 209 | int64_t jx = kx + (n - 1)*incx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:210:29: error: expected ';' before 'j' 210 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:211:41: error: 'i' was not declared in this scope 211 | for (int64_t i = 0; i <= j-1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:210:41: error: 'j' was not declared in this scope 210 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:212:27: error: 'ix' was not declared in this scope; did you mean 'x'? 212 | x[ix] += tmp * conj( A(i, j) ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:213:27: error: 'jx' was not declared in this scope; did you mean 'x'? 213 | x[jx] /= conj( A(j, j) ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:226:29: error: expected ';' before 'j' 226 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:215:32: error: 'jx' was not declared in this scope; did you mean 'x'? 215 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:226:39: error: 'j' was not declared in this scope 226 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:216:28: error: expected ';' before 'ix' 216 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:217:33: error: expected ';' before 'i' 217 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:229:33: error: expected ';' before 'i' 229 | for (int64_t i = n-1; i >= j+1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:229:43: error: 'i' was not declared in this scope 229 | for (int64_t i = n-1; i >= j+1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:217:45: error: 'i' was not declared in this scope 217 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:218:25: error: 'ix' was not declared in this scope; did you mean 'x'? 218 | ix -= incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:239:17: error: 'kx' was not declared in this scope; did you mean 'x'? 239 | kx += (n - 1)*incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:229:29: error: expected ';' before 'j' 229 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:240:24: error: expected ';' before 'jx' 240 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:241:29: error: expected ';' before 'j' 241 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:229:37: error: 'j' was not declared in this scope 229 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:241:39: error: 'j' was not declared in this scope 241 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:235:33: error: expected ';' before 'i' 235 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:243:32: error: 'jx' was not declared in this scope; did you mean 'x'? 243 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:235:45: error: 'i' was not declared in this scope 235 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:244:28: error: expected ';' before 'ix' 244 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:245:33: error: expected ';' before 'i' 245 | for (int64_t i = n-1; i >= j+1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:242:24: error: expected ';' before 'jx' 242 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:243:29: error: expected ';' before 'j' 243 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:245:43: error: 'i' was not declared in this scope 245 | for (int64_t i = n-1; i >= j+1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:243:37: error: 'j' was not declared in this scope 243 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:246:27: error: 'ix' was not declared in this scope; did you mean 'x'? 246 | x[ix] += tmp * conj( A(i, j) ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:246:27: error: 'jx' was not declared in this scope; did you mean 'x'? 246 | x[jx] /= conj( A(j, j) ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:263:29: error: expected ';' before 'j' 263 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:248:32: error: 'jx' was not declared in this scope; did you mean 'x'? 248 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:263:39: error: 'j' was not declared in this scope 263 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:249:28: error: expected ';' before 'ix' 249 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:268:33: error: expected ';' before 'i' 268 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:250:33: error: expected ';' before 'i' 250 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:250:43: error: 'i' was not declared in this scope 250 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:268:45: error: 'i' was not declared in this scope 268 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:276:24: error: expected ';' before 'jx' 276 | int64_t jx = kx + (n - 1)*incx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:277:29: error: expected ';' before 'j' 277 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:251:25: error: 'ix' was not declared in this scope; did you mean 'x'? 251 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:277:39: error: 'j' was not declared in this scope 277 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:265:29: error: expected ';' before 'j' 265 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:278:32: error: 'jx' was not declared in this scope; did you mean 'x'? 278 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:265:37: error: 'j' was not declared in this scope 265 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:279:28: error: expected ';' before 'ix' 279 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:267:33: error: expected ';' before 'i' 267 | for (int64_t i = 0; i <= j - 1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:283:33: error: expected ';' before 'i' 283 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:267:41: error: 'i' was not declared in this scope 267 | for (int64_t i = 0; i <= j - 1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:283:45: error: 'i' was not declared in this scope 283 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:278:24: error: expected ';' before 'jx' 278 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:279:29: error: expected ';' before 'j' 279 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:284:25: error: 'ix' was not declared in this scope; did you mean 'x'? 284 | ix -= incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:296:29: error: expected ';' before 'j' 296 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:279:37: error: 'j' was not declared in this scope 279 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:296:37: error: 'j' was not declared in this scope 296 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:280:32: error: 'jx' was not declared in this scope; did you mean 'x'? 280 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:281:28: error: expected ';' before 'ix' 281 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:301:33: error: expected ';' before 'i' 301 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:282:33: error: expected ';' before 'i' 282 | for (int64_t i = 0; i <= j - 1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:282:41: error: 'i' was not declared in this scope 282 | for (int64_t i = 0; i <= j - 1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:301:45: error: 'i' was not declared in this scope 301 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:309:24: error: expected ';' before 'jx' 309 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:310:29: error: expected ';' before 'j' 310 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:283:44: error: 'ix' was not declared in this scope; did you mean 'x'? 283 | tmp -= A(i, j) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:310:37: error: 'j' was not declared in this scope 310 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:298:29: error: expected ';' before 'j' 298 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:311:32: error: 'jx' was not declared in this scope; did you mean 'x'? 311 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:298:41: error: 'j' was not declared in this scope 298 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:312:28: error: expected ';' before 'ix' 312 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:300:33: error: expected ';' before 'i' 300 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:316:33: error: expected ';' before 'i' 316 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:300:45: error: 'i' was not declared in this scope 300 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:316:45: error: 'i' was not declared in this scope 316 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:317:25: error: 'ix' was not declared in this scope; did you mean 'x'? 317 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:311:17: error: 'kx' was not declared in this scope; did you mean 'x'? 311 | kx += (n - 1)*incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:333:29: error: expected ';' before 'j' 333 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:312:24: error: expected ';' before 'jx' 312 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:313:29: error: expected ';' before 'j' 313 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:333:39: error: 'j' was not declared in this scope 333 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:313:41: error: 'j' was not declared in this scope 313 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:314:28: error: expected ';' before 'ix' 314 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:338:33: error: expected ';' before 'i' 338 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:315:32: error: 'jx' was not declared in this scope; did you mean 'x'? 315 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:338:45: error: 'i' was not declared in this scope 338 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:316:33: error: expected ';' before 'i' 316 | for (int64_t i = n - 1; i >= j + 1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:346:24: error: expected ';' before 'jx' 346 | int64_t jx = kx + (n - 1)*incx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:347:29: error: expected ';' before 'j' 347 | for (int64_t j = n-1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:316:45: error: 'i' was not declared in this scope 316 | for (int64_t i = n - 1; i >= j + 1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:347:39: error: 'j' was not declared in this scope 347 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:317:44: error: 'ix' was not declared in this scope; did you mean 'x'? 317 | tmp -= A(i, j) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:348:32: error: 'jx' was not declared in this scope; did you mean 'x'? 348 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:349:28: error: expected ';' before 'ix' 349 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:336:29: error: expected ';' before 'j' 336 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:353:33: error: expected ';' before 'i' 353 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:353:45: error: 'i' was not declared in this scope 353 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:336:37: error: 'j' was not declared in this scope 336 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:338:33: error: expected ';' before 'i' 338 | for (int64_t i = 0; i <= j - 1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:354:25: error: 'ix' was not declared in this scope; did you mean 'x'? 354 | ix -= incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:338:41: error: 'i' was not declared in this scope 338 | for (int64_t i = 0; i <= j - 1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:366:29: error: expected ';' before 'j' 366 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:349:24: error: expected ';' before 'jx' 349 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:350:29: error: expected ';' before 'j' 350 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:366:37: error: 'j' was not declared in this scope 366 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:371:33: error: expected ';' before 'i' 371 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:350:37: error: 'j' was not declared in this scope 350 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:371:45: error: 'i' was not declared in this scope 371 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:351:32: error: 'jx' was not declared in this scope; did you mean 'x'? 351 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:379:24: error: expected ';' before 'jx' 379 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:352:28: error: expected ';' before 'ix' 352 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:380:29: error: expected ';' before 'j' 380 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:353:33: error: expected ';' before 'i' 353 | for (int64_t i = 0; i <= j - 1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:380:37: error: 'j' was not declared in this scope 380 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:353:41: error: 'i' was not declared in this scope 353 | for (int64_t i = 0; i <= j - 1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:381:32: error: 'jx' was not declared in this scope; did you mean 'x'? 381 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:354:52: error: 'ix' was not declared in this scope; did you mean 'x'? 354 | tmp -= conj( A(i, j) ) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:382:28: error: expected ';' before 'ix' 382 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:386:33: error: expected ';' before 'i' 386 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:369:29: error: expected ';' before 'j' 369 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:386:45: error: 'i' was not declared in this scope 386 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:369:41: error: 'j' was not declared in this scope 369 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:371:33: error: expected ';' before 'i' 371 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmv.hh:387:25: error: 'ix' was not declared in this scope; did you mean 'x'? 387 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:371:45: error: 'i' was not declared in this scope 371 | for (int64_t i = j + 1; i < n; ++i) { | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:54: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:78:5: error: 'int64_t' has not been declared 78 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:79:18: error: 'int64_t' has not been declared 79 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:80:18: error: 'int64_t' has not been declared 80 | TX *x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh: In function 'void blas::trsv(Layout, Uplo, Op, Diag, int, const TA*, int, TX*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:119:5: error: 'int64_t' was not declared in this scope 119 | int64_t kx = (incx > 0 ? 0 : (-n + 1)*incx); | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:127:29: error: expected ';' before 'j' 127 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:382:17: error: 'kx' was not declared in this scope; did you mean 'x'? 382 | kx += (n - 1)*incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:383:24: error: expected ';' before 'jx' 383 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:384:29: error: expected ';' before 'j' 384 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:127:41: error: 'j' was not declared in this scope 127 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:133:33: error: expected ';' before 'i' 133 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:384:41: error: 'j' was not declared in this scope 384 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:385:28: error: expected ';' before 'ix' 385 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:133:45: error: 'i' was not declared in this scope 133 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:140:24: error: expected ';' before 'jx' 140 | int64_t jx = kx + (n - 1)*incx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:141:29: error: expected ';' before 'j' 141 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:386:32: error: 'jx' was not declared in this scope; did you mean 'x'? 386 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:387:33: error: expected ';' before 'i' 387 | for (int64_t i = n - 1; i >= j + 1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:141:41: error: 'j' was not declared in this scope 141 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:387:45: error: 'i' was not declared in this scope 387 | for (int64_t i = n - 1; i >= j + 1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:144:27: error: 'jx' was not declared in this scope; did you mean 'x'? 144 | x[jx] /= A(j, j); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:388:52: error: 'ix' was not declared in this scope; did you mean 'x'? 388 | tmp -= conj( A(i, j) ) * x[ix]; | ^~ | x In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:59: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:94:5: error: 'int64_t' has not been declared 94 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:94:16: error: 'int64_t' has not been declared 94 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:94:27: error: 'int64_t' has not been declared 94 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:96:18: error: 'int64_t' has not been declared 96 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:97:18: error: 'int64_t' has not been declared 97 | TB const *B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:99:18: error: 'int64_t' has not been declared 99 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:146:32: error: 'jx' was not declared in this scope; did you mean 'x'? 146 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:147:28: error: expected ';' before 'ix' 147 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:148:33: error: expected ';' before 'i' 148 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh: In function 'void blas::gemm(Layout, Op, Op, int, int, int, scalar_type, const TA*, int, const TB*, int, scalar_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:152:18: error: 'int64_t' was not declared in this scope 152 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:148:45: error: 'i' was not declared in this scope 148 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:152:33: error: 'j' was not declared in this scope 152 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:153:29: error: expected ';' before 'i' 153 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:149:25: error: 'ix' was not declared in this scope; did you mean 'x'? 149 | ix -= incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:160:29: error: expected ';' before 'j' 160 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:153:37: error: 'i' was not declared in this scope 153 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:158:18: error: 'int64_t' was not declared in this scope 158 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:158:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:160:37: error: 'j' was not declared in this scope 160 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:166:33: error: expected ';' before 'i' 166 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:158:33: error: 'j' was not declared in this scope 158 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:159:29: error: expected ';' before 'i' 159 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:166:45: error: 'i' was not declared in this scope 166 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:173:24: error: expected ';' before 'jx' 173 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:174:29: error: expected ';' before 'j' 174 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:159:37: error: 'i' was not declared in this scope 159 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:169:18: error: 'int64_t' was not declared in this scope 169 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:169:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:174:37: error: 'j' was not declared in this scope 174 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:169:33: error: 'j' was not declared in this scope 169 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:170:29: error: expected ';' before 'i' 170 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:177:27: error: 'jx' was not declared in this scope; did you mean 'x'? 177 | x[jx] /= A(j, j); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:170:37: error: 'i' was not declared in this scope 170 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:172:29: error: expected ';' before 'l' 172 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:179:32: error: 'jx' was not declared in this scope; did you mean 'x'? 179 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:180:28: error: expected ';' before 'ix' 180 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:181:33: error: expected ';' before 'i' 181 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:172:37: error: 'l' was not declared in this scope 172 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:174:33: error: expected ';' before 'i' 174 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:181:43: error: 'i' was not declared in this scope 181 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:174:41: error: 'i' was not declared in this scope 174 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:180:18: error: 'int64_t' was not declared in this scope 180 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:180:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:182:25: error: 'ix' was not declared in this scope; did you mean 'x'? 182 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:196:29: error: expected ';' before 'j' 196 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:180:33: error: 'j' was not declared in this scope 180 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:181:29: error: expected ';' before 'i' 181 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:196:41: error: 'j' was not declared in this scope 196 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:202:33: error: expected ';' before 'i' 202 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:181:37: error: 'i' was not declared in this scope 181 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:183:29: error: expected ';' before 'l' 183 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:202:45: error: 'i' was not declared in this scope 202 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:209:24: error: expected ';' before 'jx' 209 | int64_t jx = kx + (n - 1)*incx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:183:37: error: 'l' was not declared in this scope 183 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:210:29: error: expected ';' before 'j' 210 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:185:33: error: expected ';' before 'i' 185 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:210:41: error: 'j' was not declared in this scope 210 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:185:41: error: 'i' was not declared in this scope 185 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:191:18: error: 'int64_t' was not declared in this scope 191 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:191:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:213:27: error: 'jx' was not declared in this scope; did you mean 'x'? 213 | x[jx] /= conj( A(j, j) ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:191:33: error: 'j' was not declared in this scope 191 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:192:29: error: expected ';' before 'i' 192 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:215:32: error: 'jx' was not declared in this scope; did you mean 'x'? 215 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:216:28: error: expected ';' before 'ix' 216 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:217:33: error: expected ';' before 'i' 217 | for (int64_t i = j - 1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:192:37: error: 'i' was not declared in this scope 192 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:194:29: error: expected ';' before 'l' 194 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:217:45: error: 'i' was not declared in this scope 217 | for (int64_t i = j - 1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:194:37: error: 'l' was not declared in this scope 194 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:196:33: error: expected ';' before 'i' 196 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:218:25: error: 'ix' was not declared in this scope; did you mean 'x'? 218 | ix -= incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:229:29: error: expected ';' before 'j' 229 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:196:41: error: 'i' was not declared in this scope 196 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:204:18: error: 'int64_t' was not declared in this scope 204 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:204:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:229:37: error: 'j' was not declared in this scope 229 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:235:33: error: expected ';' before 'i' 235 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:204:33: error: 'j' was not declared in this scope 204 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:205:29: error: expected ';' before 'i' 205 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:235:45: error: 'i' was not declared in this scope 235 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:242:24: error: expected ';' before 'jx' 242 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:205:37: error: 'i' was not declared in this scope 205 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:243:29: error: expected ';' before 'j' 243 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:207:33: error: expected ';' before 'l' 207 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:243:37: error: 'j' was not declared in this scope 243 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:207:41: error: 'l' was not declared in this scope 207 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:214:18: error: 'int64_t' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:214:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:246:27: error: 'jx' was not declared in this scope; did you mean 'x'? 246 | x[jx] /= conj( A(j, j) ); | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:214:33: error: 'j' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:215:29: error: expected ';' before 'i' 215 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:248:32: error: 'jx' was not declared in this scope; did you mean 'x'? 248 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:249:28: error: expected ';' before 'ix' 249 | int64_t ix = jx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:250:33: error: expected ';' before 'i' 250 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:215:37: error: 'i' was not declared in this scope 215 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:217:33: error: expected ';' before 'l' 217 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:250:43: error: 'i' was not declared in this scope 250 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:217:41: error: 'l' was not declared in this scope 217 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:224:18: error: 'int64_t' was not declared in this scope 224 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:224:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:251:25: error: 'ix' was not declared in this scope; did you mean 'x'? 251 | ix += incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:265:29: error: expected ';' before 'j' 265 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:224:33: error: 'j' was not declared in this scope 224 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:225:29: error: expected ';' before 'i' 225 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:265:37: error: 'j' was not declared in this scope 265 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:267:33: error: expected ';' before 'i' 267 | for (int64_t i = 0; i <= j - 1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:225:37: error: 'i' was not declared in this scope 225 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:227:33: error: expected ';' before 'l' 227 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:267:41: error: 'i' was not declared in this scope 267 | for (int64_t i = 0; i <= j - 1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:278:24: error: expected ';' before 'jx' 278 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:279:29: error: expected ';' before 'j' 279 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:227:41: error: 'l' was not declared in this scope 227 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:236:18: error: 'int64_t' was not declared in this scope 236 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:236:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:279:37: error: 'j' was not declared in this scope 279 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:236:33: error: 'j' was not declared in this scope 236 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:237:29: error: expected ';' before 'i' 237 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:280:32: error: 'jx' was not declared in this scope; did you mean 'x'? 280 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:281:28: error: expected ';' before 'ix' 281 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:282:33: error: expected ';' before 'i' 282 | for (int64_t i = 0; i <= j - 1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:237:37: error: 'i' was not declared in this scope 237 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:239:33: error: expected ';' before 'l' 239 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:282:41: error: 'i' was not declared in this scope 282 | for (int64_t i = 0; i <= j - 1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:239:41: error: 'l' was not declared in this scope 239 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:246:18: error: 'int64_t' was not declared in this scope 246 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:246:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:283:44: error: 'ix' was not declared in this scope; did you mean 'x'? 283 | tmp -= A(i, j) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:298:29: error: expected ';' before 'j' 298 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:246:33: error: 'j' was not declared in this scope 246 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:247:29: error: expected ';' before 'i' 247 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:298:41: error: 'j' was not declared in this scope 298 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:300:33: error: expected ';' before 'i' 300 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:247:37: error: 'i' was not declared in this scope 247 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:249:33: error: expected ';' before 'l' 249 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:300:45: error: 'i' was not declared in this scope 300 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:249:41: error: 'l' was not declared in this scope 249 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:256:18: error: 'int64_t' was not declared in this scope 256 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:256:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:311:17: error: 'kx' was not declared in this scope; did you mean 'x'? 311 | kx += (n - 1)*incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:312:24: error: expected ';' before 'jx' 312 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:313:29: error: expected ';' before 'j' 313 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:256:33: error: 'j' was not declared in this scope 256 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:257:29: error: expected ';' before 'i' 257 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:313:41: error: 'j' was not declared in this scope 313 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:314:28: error: expected ';' before 'ix' 314 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:257:37: error: 'i' was not declared in this scope 257 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:259:33: error: expected ';' before 'l' 259 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:315:32: error: 'jx' was not declared in this scope; did you mean 'x'? 315 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:316:33: error: expected ';' before 'i' 316 | for (int64_t i = n - 1; i >= j + 1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:259:41: error: 'l' was not declared in this scope 259 | for (int64_t l = 0; l < k; ++l) | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:60: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:82:5: error: 'int64_t' has not been declared 82 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:82:16: error: 'int64_t' has not been declared 82 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:84:18: error: 'int64_t' has not been declared 84 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:85:18: error: 'int64_t' has not been declared 85 | TB const *B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:87:18: error: 'int64_t' has not been declared 87 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh: In function 'void blas::symm(Layout, Side, Uplo, int, int, scalar_type, const TA*, int, const TB*, int, scalar_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:134:18: error: 'int64_t' was not declared in this scope 134 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:316:45: error: 'i' was not declared in this scope 316 | for (int64_t i = n - 1; i >= j + 1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:134:33: error: 'j' was not declared in this scope 134 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:135:29: error: expected ';' before 'i' 135 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:317:44: error: 'ix' was not declared in this scope; did you mean 'x'? 317 | tmp -= A(i, j) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:336:29: error: expected ';' before 'j' 336 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:135:37: error: 'i' was not declared in this scope 135 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:140:18: error: 'int64_t' was not declared in this scope 140 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:140:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:336:37: error: 'j' was not declared in this scope 336 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:338:33: error: expected ';' before 'i' 338 | for (int64_t i = 0; i <= j - 1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:140:33: error: 'j' was not declared in this scope 140 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:141:29: error: expected ';' before 'i' 141 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:338:41: error: 'i' was not declared in this scope 338 | for (int64_t i = 0; i <= j - 1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:349:24: error: expected ';' before 'jx' 349 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:350:29: error: expected ';' before 'j' 350 | for (int64_t j = 0; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:141:37: error: 'i' was not declared in this scope 141 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:152:18: error: 'int64_t' was not declared in this scope 152 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:152:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:350:37: error: 'j' was not declared in this scope 350 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:152:33: error: 'j' was not declared in this scope 152 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:153:29: error: expected ';' before 'i' 153 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:351:32: error: 'jx' was not declared in this scope; did you mean 'x'? 351 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:352:28: error: expected ';' before 'ix' 352 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:353:33: error: expected ';' before 'i' 353 | for (int64_t i = 0; i <= j - 1; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:153:37: error: 'i' was not declared in this scope 153 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:158:33: error: expected ';' before 'k' 158 | for (int64_t k = 0; k < i; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:353:41: error: 'i' was not declared in this scope 353 | for (int64_t i = 0; i <= j - 1; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:158:41: error: 'k' was not declared in this scope 158 | for (int64_t k = 0; k < i; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:354:52: error: 'ix' was not declared in this scope; did you mean 'x'? 354 | tmp -= conj( A(i, j) ) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:369:29: error: expected ';' before 'j' 369 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:171:18: error: 'int64_t' was not declared in this scope 171 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:171:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:369:41: error: 'j' was not declared in this scope 369 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:171:33: error: 'j' was not declared in this scope 171 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:371:33: error: expected ';' before 'i' 371 | for (int64_t i = j + 1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:172:29: error: expected ';' before 'i' 172 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:172:39: error: 'i' was not declared in this scope 172 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:371:45: error: 'i' was not declared in this scope 371 | for (int64_t i = j + 1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:177:33: error: expected ';' before 'k' 177 | for (int64_t k = i+1; k < m; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:177:43: error: 'k' was not declared in this scope 177 | for (int64_t k = i+1; k < m; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:382:17: error: 'kx' was not declared in this scope; did you mean 'x'? 382 | kx += (n - 1)*incx; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:383:24: error: expected ';' before 'jx' 383 | int64_t jx = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:384:29: error: expected ';' before 'j' 384 | for (int64_t j = n - 1; j >= 0; --j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:192:18: error: 'int64_t' was not declared in this scope 192 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:192:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:384:41: error: 'j' was not declared in this scope 384 | for (int64_t j = n - 1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:385:28: error: expected ';' before 'ix' 385 | int64_t ix = kx; | ^~~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:192:33: error: 'j' was not declared in this scope 192 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:196:29: error: expected ';' before 'i' 196 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:386:32: error: 'jx' was not declared in this scope; did you mean 'x'? 386 | TX tmp = x[jx]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:387:33: error: expected ';' before 'i' 387 | for (int64_t i = n - 1; i >= j + 1; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:196:37: error: 'i' was not declared in this scope 196 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:199:29: error: expected ';' before 'k' 199 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:387:45: error: 'i' was not declared in this scope 387 | for (int64_t i = n - 1; i >= j + 1; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:199:37: error: 'k' was not declared in this scope 199 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:201:33: error: expected ';' before 'i' 201 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsv.hh:388:52: error: 'ix' was not declared in this scope; did you mean 'x'? 388 | tmp -= conj( A(i, j) ) * x[ix]; | ^~ | x /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:201:41: error: 'i' was not declared in this scope 201 | for (int64_t i = 0; i < m; ++i) | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:59: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:94:5: error: 'int64_t' has not been declared 94 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:94:16: error: 'int64_t' has not been declared 94 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:205:29: error: expected ';' before 'k' 205 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:94:27: error: 'int64_t' has not been declared 94 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:96:18: error: 'int64_t' has not been declared 96 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:97:18: error: 'int64_t' has not been declared 97 | TB const *B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:99:18: error: 'int64_t' has not been declared 99 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh: In function 'void blas::gemm(Layout, Op, Op, int, int, int, scalar_type, const TA*, int, const TB*, int, scalar_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:152:18: error: 'int64_t' was not declared in this scope 152 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:205:39: error: 'k' was not declared in this scope 205 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:207:33: error: expected ';' before 'i' 207 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:152:33: error: 'j' was not declared in this scope 152 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:153:29: error: expected ';' before 'i' 153 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:207:41: error: 'i' was not declared in this scope 207 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:214:18: error: 'int64_t' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:214:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:153:37: error: 'i' was not declared in this scope 153 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:158:18: error: 'int64_t' was not declared in this scope 158 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:158:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:214:33: error: 'j' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:218:29: error: expected ';' before 'i' 218 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:158:33: error: 'j' was not declared in this scope 158 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:159:29: error: expected ';' before 'i' 159 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:218:37: error: 'i' was not declared in this scope 218 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:221:29: error: expected ';' before 'k' 221 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:159:37: error: 'i' was not declared in this scope 159 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:169:18: error: 'int64_t' was not declared in this scope 169 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:169:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:221:37: error: 'k' was not declared in this scope 221 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:223:33: error: expected ';' before 'i' 223 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:169:33: error: 'j' was not declared in this scope 169 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:170:29: error: expected ';' before 'i' 170 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:223:41: error: 'i' was not declared in this scope 223 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:227:29: error: expected ';' before 'k' 227 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:170:37: error: 'i' was not declared in this scope 170 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:172:29: error: expected ';' before 'l' 172 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:227:39: error: 'k' was not declared in this scope 227 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:229:33: error: expected ';' before 'i' 229 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:172:37: error: 'l' was not declared in this scope 172 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:174:33: error: expected ';' before 'i' 174 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:229:41: error: 'i' was not declared in this scope 229 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:89:5: error: 'int64_t' has not been declared 89 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:89:16: error: 'int64_t' has not been declared 89 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:91:18: error: 'int64_t' has not been declared 91 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:92:18: error: 'int64_t' has not been declared 92 | TB const *B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:94:18: error: 'int64_t' has not been declared 94 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:174:41: error: 'i' was not declared in this scope 174 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:180:18: error: 'int64_t' was not declared in this scope 180 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:180:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh: In function 'void blas::hemm(Layout, Side, Uplo, int, int, scalar_type, const TA*, int, const TB*, int, scalar_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:141:18: error: 'int64_t' was not declared in this scope 141 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/symm.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:180:33: error: 'j' was not declared in this scope 180 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:181:29: error: expected ';' before 'i' 181 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:141:33: error: 'j' was not declared in this scope 141 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:142:29: error: expected ';' before 'i' 142 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:181:37: error: 'i' was not declared in this scope 181 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:183:29: error: expected ';' before 'l' 183 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:142:37: error: 'i' was not declared in this scope 142 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:147:18: error: 'int64_t' was not declared in this scope 147 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:147:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:183:37: error: 'l' was not declared in this scope 183 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:185:33: error: expected ';' before 'i' 185 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:147:33: error: 'j' was not declared in this scope 147 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:148:29: error: expected ';' before 'i' 148 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:185:41: error: 'i' was not declared in this scope 185 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:148:37: error: 'i' was not declared in this scope 148 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:191:18: error: 'int64_t' was not declared in this scope 191 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:191:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:159:18: error: 'int64_t' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:159:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:191:33: error: 'j' was not declared in this scope 191 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:192:29: error: expected ';' before 'i' 192 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:159:33: error: 'j' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:160:29: error: expected ';' before 'i' 160 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:192:37: error: 'i' was not declared in this scope 192 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:194:29: error: expected ';' before 'l' 194 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:160:37: error: 'i' was not declared in this scope 160 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:165:33: error: expected ';' before 'k' 165 | for (int64_t k = 0; k < i; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:194:37: error: 'l' was not declared in this scope 194 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:196:33: error: expected ';' before 'i' 196 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:165:41: error: 'k' was not declared in this scope 165 | for (int64_t k = 0; k < i; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:178:18: error: 'int64_t' was not declared in this scope 178 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:178:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:196:41: error: 'i' was not declared in this scope 196 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:178:33: error: 'j' was not declared in this scope 178 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:179:29: error: expected ';' before 'i' 179 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:204:18: error: 'int64_t' was not declared in this scope 204 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:204:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:179:39: error: 'i' was not declared in this scope 179 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:204:33: error: 'j' was not declared in this scope 204 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:205:29: error: expected ';' before 'i' 205 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:184:33: error: expected ';' before 'k' 184 | for (int64_t k = i+1; k < m; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:205:37: error: 'i' was not declared in this scope 205 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:184:43: error: 'k' was not declared in this scope 184 | for (int64_t k = i+1; k < m; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:207:33: error: expected ';' before 'l' 207 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:199:18: error: 'int64_t' was not declared in this scope 199 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:199:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:207:41: error: 'l' was not declared in this scope 207 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:199:33: error: 'j' was not declared in this scope 199 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:203:29: error: expected ';' before 'i' 203 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:214:18: error: 'int64_t' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:214:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:214:33: error: 'j' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:203:37: error: 'i' was not declared in this scope 203 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:215:29: error: expected ';' before 'i' 215 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:206:29: error: expected ';' before 'k' 206 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:215:37: error: 'i' was not declared in this scope 215 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:217:33: error: expected ';' before 'l' 217 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:206:37: error: 'k' was not declared in this scope 206 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:208:33: error: expected ';' before 'i' 208 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:217:41: error: 'l' was not declared in this scope 217 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:208:41: error: 'i' was not declared in this scope 208 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:212:29: error: expected ';' before 'k' 212 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:224:18: error: 'int64_t' was not declared in this scope 224 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:224:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:224:33: error: 'j' was not declared in this scope 224 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:212:39: error: 'k' was not declared in this scope 212 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:225:29: error: expected ';' before 'i' 225 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:214:33: error: expected ';' before 'i' 214 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:225:37: error: 'i' was not declared in this scope 225 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:214:41: error: 'i' was not declared in this scope 214 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:227:33: error: expected ';' before 'l' 227 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:221:18: error: 'int64_t' was not declared in this scope 221 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:221:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:227:41: error: 'l' was not declared in this scope 227 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:221:33: error: 'j' was not declared in this scope 221 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:225:29: error: expected ';' before 'i' 225 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:236:18: error: 'int64_t' was not declared in this scope 236 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:236:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:236:33: error: 'j' was not declared in this scope 236 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:237:29: error: expected ';' before 'i' 237 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:225:37: error: 'i' was not declared in this scope 225 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:228:29: error: expected ';' before 'k' 228 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:237:37: error: 'i' was not declared in this scope 237 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:239:33: error: expected ';' before 'l' 239 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:228:37: error: 'k' was not declared in this scope 228 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:230:33: error: expected ';' before 'i' 230 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:239:41: error: 'l' was not declared in this scope 239 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:230:41: error: 'i' was not declared in this scope 230 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:234:29: error: expected ';' before 'k' 234 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:246:18: error: 'int64_t' was not declared in this scope 246 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:246:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:246:33: error: 'j' was not declared in this scope 246 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:247:29: error: expected ';' before 'i' 247 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:234:39: error: 'k' was not declared in this scope 234 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:236:33: error: expected ';' before 'i' 236 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:247:37: error: 'i' was not declared in this scope 247 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:249:33: error: expected ';' before 'l' 249 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:236:41: error: 'i' was not declared in this scope 236 | for (int64_t i = 0; i < m; ++i) | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:61: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:83:5: error: 'int64_t' has not been declared 83 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:83:16: error: 'int64_t' has not been declared 83 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:85:18: error: 'int64_t' has not been declared 85 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:87:18: error: 'int64_t' has not been declared 87 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh: In function 'void blas::syrk(Layout, Uplo, Op, int, int, scalar_type, const TA*, int, scalar_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:143:22: error: 'int64_t' was not declared in this scope 143 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:249:41: error: 'l' was not declared in this scope 249 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:256:18: error: 'int64_t' was not declared in this scope 256 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:256:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:143:37: error: 'j' was not declared in this scope 143 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:144:33: error: expected ';' before 'i' 144 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:256:33: error: 'j' was not declared in this scope 256 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:257:29: error: expected ';' before 'i' 257 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:144:41: error: 'i' was not declared in this scope 144 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:149:22: error: 'int64_t' was not declared in this scope 149 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:149:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:257:37: error: 'i' was not declared in this scope 257 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:259:33: error: expected ';' before 'l' 259 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:149:37: error: 'j' was not declared in this scope 149 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:150:33: error: expected ';' before 'i' 150 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/gemm.hh:259:41: error: 'l' was not declared in this scope 259 | for (int64_t l = 0; l < k; ++l) | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:60: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:82:5: error: 'int64_t' has not been declared 82 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:82:16: error: 'int64_t' has not been declared 82 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:84:18: error: 'int64_t' has not been declared 84 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:85:18: error: 'int64_t' has not been declared 85 | TB const *B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:87:18: error: 'int64_t' has not been declared 87 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh: In function 'void blas::symm(Layout, Side, Uplo, int, int, scalar_type, const TA*, int, const TB*, int, scalar_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:134:18: error: 'int64_t' was not declared in this scope 134 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:150:41: error: 'i' was not declared in this scope 150 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:155:22: error: 'int64_t' was not declared in this scope 155 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:155:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:134:33: error: 'j' was not declared in this scope 134 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:135:29: error: expected ';' before 'i' 135 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:155:37: error: 'j' was not declared in this scope 155 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:156:33: error: expected ';' before 'i' 156 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:135:37: error: 'i' was not declared in this scope 135 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:156:41: error: 'i' was not declared in this scope 156 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:140:18: error: 'int64_t' was not declared in this scope 140 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:140:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:163:22: error: 'int64_t' was not declared in this scope 163 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:163:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:140:33: error: 'j' was not declared in this scope 140 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:141:29: error: expected ';' before 'i' 141 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:163:37: error: 'j' was not declared in this scope 163 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:164:33: error: expected ';' before 'i' 164 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:141:37: error: 'i' was not declared in this scope 141 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:164:41: error: 'i' was not declared in this scope 164 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:152:18: error: 'int64_t' was not declared in this scope 152 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:152:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:169:22: error: 'int64_t' was not declared in this scope 169 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:169:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:152:33: error: 'j' was not declared in this scope 152 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:153:29: error: expected ';' before 'i' 153 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:169:37: error: 'j' was not declared in this scope 169 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:170:33: error: expected ';' before 'i' 170 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:153:37: error: 'i' was not declared in this scope 153 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:158:33: error: expected ';' before 'k' 158 | for (int64_t k = 0; k < i; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:170:41: error: 'i' was not declared in this scope 170 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:175:22: error: 'int64_t' was not declared in this scope 175 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:175:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:158:41: error: 'k' was not declared in this scope 158 | for (int64_t k = 0; k < i; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:175:37: error: 'j' was not declared in this scope 175 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:176:33: error: expected ';' before 'i' 176 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:171:18: error: 'int64_t' was not declared in this scope 171 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:171:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:176:41: error: 'i' was not declared in this scope 176 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:171:33: error: 'j' was not declared in this scope 171 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:172:29: error: expected ';' before 'i' 172 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:188:18: error: 'int64_t' was not declared in this scope 188 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:188:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:172:39: error: 'i' was not declared in this scope 172 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:188:33: error: 'j' was not declared in this scope 188 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:177:33: error: expected ';' before 'k' 177 | for (int64_t k = i+1; k < m; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:190:29: error: expected ';' before 'i' 190 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:177:43: error: 'k' was not declared in this scope 177 | for (int64_t k = i+1; k < m; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:190:37: error: 'i' was not declared in this scope 190 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:193:29: error: expected ';' before 'l' 193 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:192:18: error: 'int64_t' was not declared in this scope 192 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:192:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:193:37: error: 'l' was not declared in this scope 193 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:195:33: error: expected ';' before 'i' 195 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:192:33: error: 'j' was not declared in this scope 192 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:196:29: error: expected ';' before 'i' 196 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:195:41: error: 'i' was not declared in this scope 195 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:196:37: error: 'i' was not declared in this scope 196 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:201:18: error: 'int64_t' was not declared in this scope 201 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:201:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:199:29: error: expected ';' before 'k' 199 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:201:33: error: 'j' was not declared in this scope 201 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:203:29: error: expected ';' before 'i' 203 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:199:37: error: 'k' was not declared in this scope 199 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:201:33: error: expected ';' before 'i' 201 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:203:37: error: 'i' was not declared in this scope 203 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:206:29: error: expected ';' before 'l' 206 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:201:41: error: 'i' was not declared in this scope 201 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:205:29: error: expected ';' before 'k' 205 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:206:37: error: 'l' was not declared in this scope 206 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:208:33: error: expected ';' before 'i' 208 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:205:39: error: 'k' was not declared in this scope 205 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:207:33: error: expected ';' before 'i' 207 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:208:41: error: 'i' was not declared in this scope 208 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:207:41: error: 'i' was not declared in this scope 207 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:217:18: error: 'int64_t' was not declared in this scope 217 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:217:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:214:18: error: 'int64_t' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:214:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:217:33: error: 'j' was not declared in this scope 217 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:214:33: error: 'j' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:218:29: error: expected ';' before 'i' 218 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:218:29: error: expected ';' before 'i' 218 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:218:37: error: 'i' was not declared in this scope 218 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:218:37: error: 'i' was not declared in this scope 218 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:220:33: error: expected ';' before 'l' 220 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:221:29: error: expected ';' before 'k' 221 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:221:37: error: 'k' was not declared in this scope 221 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:220:41: error: 'l' was not declared in this scope 220 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:223:33: error: expected ';' before 'i' 223 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:227:18: error: 'int64_t' was not declared in this scope 227 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:227:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:223:41: error: 'i' was not declared in this scope 223 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:227:29: error: expected ';' before 'k' 227 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:227:33: error: 'j' was not declared in this scope 227 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:228:29: error: expected ';' before 'i' 228 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:227:39: error: 'k' was not declared in this scope 227 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:228:37: error: 'i' was not declared in this scope 228 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:229:33: error: expected ';' before 'i' 229 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:230:33: error: expected ';' before 'l' 230 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/symm.hh:229:41: error: 'i' was not declared in this scope 229 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:230:41: error: 'l' was not declared in this scope 230 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:89:5: error: 'int64_t' has not been declared 89 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:89:16: error: 'int64_t' has not been declared 89 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:91:18: error: 'int64_t' has not been declared 91 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:92:18: error: 'int64_t' has not been declared 92 | TB const *B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:94:18: error: 'int64_t' has not been declared 94 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:240:14: error: 'int64_t' was not declared in this scope 240 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:240:14: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh: In function 'void blas::hemm(Layout, Side, Uplo, int, int, scalar_type, const TA*, int, const TB*, int, scalar_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:141:18: error: 'int64_t' was not declared in this scope 141 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/symm.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:240:29: error: 'j' was not declared in this scope 240 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:241:25: error: expected ';' before 'i' 241 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:141:33: error: 'j' was not declared in this scope 141 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:142:29: error: expected ';' before 'i' 142 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:241:35: error: 'i' was not declared in this scope 241 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:84:5: error: 'int64_t' has not been declared 84 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:84:16: error: 'int64_t' has not been declared 84 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:86:18: error: 'int64_t' has not been declared 86 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:88:18: error: 'int64_t' has not been declared 88 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:142:37: error: 'i' was not declared in this scope 142 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh: In function 'void blas::herk(Layout, Uplo, Op, int, int, real_type, const TA*, int, real_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:147:22: error: 'int64_t' was not declared in this scope 147 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/syrk.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:147:18: error: 'int64_t' was not declared in this scope 147 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:147:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:147:33: error: 'j' was not declared in this scope 147 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:147:37: error: 'j' was not declared in this scope 147 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:148:29: error: expected ';' before 'i' 148 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:148:33: error: expected ';' before 'i' 148 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:148:37: error: 'i' was not declared in this scope 148 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:148:41: error: 'i' was not declared in this scope 148 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:153:22: error: 'int64_t' was not declared in this scope 153 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:159:18: error: 'int64_t' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:153:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:159:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:159:33: error: 'j' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:153:37: error: 'j' was not declared in this scope 153 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:160:29: error: expected ';' before 'i' 160 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:154:33: error: expected ';' before 'i' 154 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:160:37: error: 'i' was not declared in this scope 160 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:154:41: error: 'i' was not declared in this scope 154 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:165:33: error: expected ';' before 'k' 165 | for (int64_t k = 0; k < i; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:159:22: error: 'int64_t' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:159:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:165:41: error: 'k' was not declared in this scope 165 | for (int64_t k = 0; k < i; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:159:37: error: 'j' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:160:33: error: expected ';' before 'i' 160 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:178:18: error: 'int64_t' was not declared in this scope 178 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:178:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:160:41: error: 'i' was not declared in this scope 160 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:178:33: error: 'j' was not declared in this scope 178 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:179:29: error: expected ';' before 'i' 179 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:167:22: error: 'int64_t' was not declared in this scope 167 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:167:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:179:39: error: 'i' was not declared in this scope 179 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:184:33: error: expected ';' before 'k' 184 | for (int64_t k = i+1; k < m; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:167:37: error: 'j' was not declared in this scope 167 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:168:33: error: expected ';' before 'i' 168 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:184:43: error: 'k' was not declared in this scope 184 | for (int64_t k = i+1; k < m; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:168:41: error: 'i' was not declared in this scope 168 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:199:18: error: 'int64_t' was not declared in this scope 199 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:174:22: error: 'int64_t' was not declared in this scope 174 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:199:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:174:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:199:33: error: 'j' was not declared in this scope 199 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:174:37: error: 'j' was not declared in this scope 174 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:203:29: error: expected ';' before 'i' 203 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:176:33: error: expected ';' before 'i' 176 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:203:37: error: 'i' was not declared in this scope 203 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:176:43: error: 'i' was not declared in this scope 176 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:206:29: error: expected ';' before 'k' 206 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:181:22: error: 'int64_t' was not declared in this scope 181 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:181:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:206:37: error: 'k' was not declared in this scope 206 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:181:37: error: 'j' was not declared in this scope 181 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:208:33: error: expected ';' before 'i' 208 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:182:33: error: expected ';' before 'i' 182 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:208:41: error: 'i' was not declared in this scope 208 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:182:41: error: 'i' was not declared in this scope 182 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:212:29: error: expected ';' before 'k' 212 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:185:33: error: expected ';' before 'i' 185 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:212:39: error: 'k' was not declared in this scope 212 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:185:43: error: 'i' was not declared in this scope 185 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:214:33: error: expected ';' before 'i' 214 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:197:18: error: 'int64_t' was not declared in this scope 197 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:197:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:214:41: error: 'i' was not declared in this scope 214 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:197:33: error: 'j' was not declared in this scope 197 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:199:29: error: expected ';' before 'i' 199 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:221:18: error: 'int64_t' was not declared in this scope 221 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:221:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:199:37: error: 'i' was not declared in this scope 199 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:221:33: error: 'j' was not declared in this scope 221 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:225:29: error: expected ';' before 'i' 225 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:203:29: error: expected ';' before 'l' 203 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:225:37: error: 'i' was not declared in this scope 225 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:203:37: error: 'l' was not declared in this scope 203 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:228:29: error: expected ';' before 'k' 228 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:207:33: error: expected ';' before 'i' 207 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:228:37: error: 'k' was not declared in this scope 228 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:207:41: error: 'i' was not declared in this scope 207 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:230:33: error: expected ';' before 'i' 230 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:214:18: error: 'int64_t' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:214:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:230:41: error: 'i' was not declared in this scope 230 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:214:33: error: 'j' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:234:29: error: expected ';' before 'k' 234 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:217:29: error: expected ';' before 'i' 217 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:234:39: error: 'k' was not declared in this scope 234 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:217:39: error: 'i' was not declared in this scope 217 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:236:33: error: expected ';' before 'i' 236 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:220:29: error: expected ';' before 'l' 220 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/hemm.hh:236:41: error: 'i' was not declared in this scope 236 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:220:37: error: 'l' was not declared in this scope 220 | for (int64_t l = 0; l < k; ++l) { | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:61: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:83:5: error: 'int64_t' has not been declared 83 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:225:33: error: expected ';' before 'i' 225 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:83:16: error: 'int64_t' has not been declared 83 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:85:18: error: 'int64_t' has not been declared 85 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:87:18: error: 'int64_t' has not been declared 87 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh: In function 'void blas::syrk(Layout, Uplo, Op, int, int, scalar_type, const TA*, int, scalar_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:143:22: error: 'int64_t' was not declared in this scope 143 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:225:43: error: 'i' was not declared in this scope 225 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:235:18: error: 'int64_t' was not declared in this scope 235 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:235:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:143:37: error: 'j' was not declared in this scope 143 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:144:33: error: expected ';' before 'i' 144 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:235:33: error: 'j' was not declared in this scope 235 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:236:29: error: expected ';' before 'i' 236 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:144:41: error: 'i' was not declared in this scope 144 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:149:22: error: 'int64_t' was not declared in this scope 149 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:149:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:236:37: error: 'i' was not declared in this scope 236 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:238:33: error: expected ';' before 'l' 238 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:149:37: error: 'j' was not declared in this scope 149 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:150:33: error: expected ';' before 'i' 150 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:238:41: error: 'l' was not declared in this scope 238 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:243:29: error: expected ';' before 'l' 243 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:150:41: error: 'i' was not declared in this scope 150 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:155:22: error: 'int64_t' was not declared in this scope 155 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:155:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:243:37: error: 'l' was not declared in this scope 243 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:251:18: error: 'int64_t' was not declared in this scope 251 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:251:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:155:37: error: 'j' was not declared in this scope 155 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:156:33: error: expected ';' before 'i' 156 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:251:33: error: 'j' was not declared in this scope 251 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:252:29: error: expected ';' before 'i' 252 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:156:41: error: 'i' was not declared in this scope 156 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:163:22: error: 'int64_t' was not declared in this scope 163 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:163:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:252:39: error: 'i' was not declared in this scope 252 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:254:33: error: expected ';' before 'l' 254 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:163:37: error: 'j' was not declared in this scope 163 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:164:33: error: expected ';' before 'i' 164 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:254:41: error: 'l' was not declared in this scope 254 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:259:29: error: expected ';' before 'l' 259 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:164:41: error: 'i' was not declared in this scope 164 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:169:22: error: 'int64_t' was not declared in this scope 169 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:169:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:259:37: error: 'l' was not declared in this scope 259 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:268:14: error: 'int64_t' was not declared in this scope 268 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:268:14: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:169:37: error: 'j' was not declared in this scope 169 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:170:33: error: expected ';' before 'i' 170 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:268:29: error: 'j' was not declared in this scope 268 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:269:25: error: expected ';' before 'i' 269 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:170:41: error: 'i' was not declared in this scope 170 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:175:22: error: 'int64_t' was not declared in this scope 175 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:175:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:269:35: error: 'i' was not declared in this scope 269 | for (int64_t i = j+1; i < n; ++i) | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:62: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:94:5: error: 'int64_t' has not been declared 94 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:175:37: error: 'j' was not declared in this scope 175 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:94:16: error: 'int64_t' has not been declared 94 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:176:33: error: expected ';' before 'i' 176 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:96:18: error: 'int64_t' has not been declared 96 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:97:18: error: 'int64_t' has not been declared 97 | TB const *B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:99:18: error: 'int64_t' has not been declared 99 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh: In function 'void blas::syr2k(Layout, Uplo, Op, int, int, scalar_type, const TA*, int, const TB*, int, scalar_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:159:22: error: 'int64_t' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:176:41: error: 'i' was not declared in this scope 176 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:188:18: error: 'int64_t' was not declared in this scope 188 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:188:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:159:37: error: 'j' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:160:33: error: expected ';' before 'i' 160 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:188:33: error: 'j' was not declared in this scope 188 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:190:29: error: expected ';' before 'i' 190 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:160:41: error: 'i' was not declared in this scope 160 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:165:22: error: 'int64_t' was not declared in this scope 165 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:165:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:190:37: error: 'i' was not declared in this scope 190 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:193:29: error: expected ';' before 'l' 193 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:165:37: error: 'j' was not declared in this scope 165 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:166:33: error: expected ';' before 'i' 166 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:193:37: error: 'l' was not declared in this scope 193 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:195:33: error: expected ';' before 'i' 195 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:166:41: error: 'i' was not declared in this scope 166 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:171:22: error: 'int64_t' was not declared in this scope 171 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:171:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:195:41: error: 'i' was not declared in this scope 195 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:201:18: error: 'int64_t' was not declared in this scope 201 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:201:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:171:37: error: 'j' was not declared in this scope 171 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:172:33: error: expected ';' before 'i' 172 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:201:33: error: 'j' was not declared in this scope 201 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:203:29: error: expected ';' before 'i' 203 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:172:41: error: 'i' was not declared in this scope 172 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:179:22: error: 'int64_t' was not declared in this scope 179 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:179:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:203:37: error: 'i' was not declared in this scope 203 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:206:29: error: expected ';' before 'l' 206 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:179:37: error: 'j' was not declared in this scope 179 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:180:33: error: expected ';' before 'i' 180 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:206:37: error: 'l' was not declared in this scope 206 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:208:33: error: expected ';' before 'i' 208 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:180:41: error: 'i' was not declared in this scope 180 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:185:22: error: 'int64_t' was not declared in this scope 185 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:185:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:208:41: error: 'i' was not declared in this scope 208 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:217:18: error: 'int64_t' was not declared in this scope 217 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:217:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:185:37: error: 'j' was not declared in this scope 185 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:186:33: error: expected ';' before 'i' 186 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:217:33: error: 'j' was not declared in this scope 217 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:218:29: error: expected ';' before 'i' 218 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:186:41: error: 'i' was not declared in this scope 186 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:191:22: error: 'int64_t' was not declared in this scope 191 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:191:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:218:37: error: 'i' was not declared in this scope 218 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:220:33: error: expected ';' before 'l' 220 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:191:37: error: 'j' was not declared in this scope 191 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:192:33: error: expected ';' before 'i' 192 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:220:41: error: 'l' was not declared in this scope 220 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:227:18: error: 'int64_t' was not declared in this scope 227 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:227:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:192:41: error: 'i' was not declared in this scope 192 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:204:18: error: 'int64_t' was not declared in this scope 204 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:204:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:227:33: error: 'j' was not declared in this scope 227 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:228:29: error: expected ';' before 'i' 228 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:204:33: error: 'j' was not declared in this scope 204 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:206:29: error: expected ';' before 'i' 206 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:228:37: error: 'i' was not declared in this scope 228 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:230:33: error: expected ';' before 'l' 230 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:206:37: error: 'i' was not declared in this scope 206 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:209:29: error: expected ';' before 'l' 209 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:230:41: error: 'l' was not declared in this scope 230 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:240:14: error: 'int64_t' was not declared in this scope 240 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:240:14: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:209:37: error: 'l' was not declared in this scope 209 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:212:33: error: expected ';' before 'i' 212 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:240:29: error: 'j' was not declared in this scope 240 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:241:25: error: expected ';' before 'i' 241 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:212:41: error: 'i' was not declared in this scope 212 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:218:18: error: 'int64_t' was not declared in this scope 218 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:218:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syrk.hh:241:35: error: 'i' was not declared in this scope 241 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:84:5: error: 'int64_t' has not been declared 84 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:84:16: error: 'int64_t' has not been declared 84 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:86:18: error: 'int64_t' has not been declared 86 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:88:18: error: 'int64_t' has not been declared 88 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh: In function 'void blas::herk(Layout, Uplo, Op, int, int, real_type, const TA*, int, real_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:147:22: error: 'int64_t' was not declared in this scope 147 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/syrk.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:218:33: error: 'j' was not declared in this scope 218 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:220:29: error: expected ';' before 'i' 220 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:147:37: error: 'j' was not declared in this scope 147 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:148:33: error: expected ';' before 'i' 148 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:220:37: error: 'i' was not declared in this scope 220 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:223:29: error: expected ';' before 'l' 223 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:148:41: error: 'i' was not declared in this scope 148 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:223:37: error: 'l' was not declared in this scope 223 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:226:33: error: expected ';' before 'i' 226 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:153:22: error: 'int64_t' was not declared in this scope 153 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:153:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:153:37: error: 'j' was not declared in this scope 153 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:226:41: error: 'i' was not declared in this scope 226 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:154:33: error: expected ';' before 'i' 154 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:235:18: error: 'int64_t' was not declared in this scope 235 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:235:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:154:41: error: 'i' was not declared in this scope 154 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:235:33: error: 'j' was not declared in this scope 235 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:236:29: error: expected ';' before 'i' 236 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:159:22: error: 'int64_t' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:159:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:159:37: error: 'j' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:236:37: error: 'i' was not declared in this scope 236 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:160:33: error: expected ';' before 'i' 160 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:239:33: error: expected ';' before 'l' 239 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:160:41: error: 'i' was not declared in this scope 160 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:239:41: error: 'l' was not declared in this scope 239 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:167:22: error: 'int64_t' was not declared in this scope 167 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:167:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:248:18: error: 'int64_t' was not declared in this scope 248 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:248:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:167:37: error: 'j' was not declared in this scope 167 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:248:33: error: 'j' was not declared in this scope 248 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:249:29: error: expected ';' before 'i' 249 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:168:33: error: expected ';' before 'i' 168 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:249:37: error: 'i' was not declared in this scope 249 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:168:41: error: 'i' was not declared in this scope 168 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:252:33: error: expected ';' before 'l' 252 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:174:22: error: 'int64_t' was not declared in this scope 174 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:174:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:252:41: error: 'l' was not declared in this scope 252 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:174:37: error: 'j' was not declared in this scope 174 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:176:33: error: expected ';' before 'i' 176 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:263:14: error: 'int64_t' was not declared in this scope 263 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:263:14: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:176:43: error: 'i' was not declared in this scope 176 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:263:29: error: 'j' was not declared in this scope 263 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:264:25: error: expected ';' before 'i' 264 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:181:22: error: 'int64_t' was not declared in this scope 181 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:181:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:264:35: error: 'i' was not declared in this scope 264 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:181:37: error: 'j' was not declared in this scope 181 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:182:33: error: expected ';' before 'i' 182 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:95:5: error: 'int64_t' has not been declared 95 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:95:16: error: 'int64_t' has not been declared 95 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:97:18: error: 'int64_t' has not been declared 97 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:98:18: error: 'int64_t' has not been declared 98 | TB const *B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:100:18: error: 'int64_t' has not been declared 100 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh: In function 'void blas::her2k(Layout, Uplo, Op, int, int, scalar_type, const TA*, int, const TB*, int, real_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:161:22: error: 'int64_t' was not declared in this scope 161 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/syr2k.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:182:41: error: 'i' was not declared in this scope 182 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:185:33: error: expected ';' before 'i' 185 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:161:37: error: 'j' was not declared in this scope 161 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:162:33: error: expected ';' before 'i' 162 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:185:43: error: 'i' was not declared in this scope 185 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:197:18: error: 'int64_t' was not declared in this scope 197 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:197:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:162:41: error: 'i' was not declared in this scope 162 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:167:22: error: 'int64_t' was not declared in this scope 167 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:167:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:197:33: error: 'j' was not declared in this scope 197 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:199:29: error: expected ';' before 'i' 199 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:167:37: error: 'j' was not declared in this scope 167 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:168:33: error: expected ';' before 'i' 168 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:199:37: error: 'i' was not declared in this scope 199 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:203:29: error: expected ';' before 'l' 203 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:168:41: error: 'i' was not declared in this scope 168 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:173:22: error: 'int64_t' was not declared in this scope 173 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:173:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:203:37: error: 'l' was not declared in this scope 203 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:207:33: error: expected ';' before 'i' 207 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:173:37: error: 'j' was not declared in this scope 173 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:174:33: error: expected ';' before 'i' 174 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:207:41: error: 'i' was not declared in this scope 207 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:214:18: error: 'int64_t' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:214:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:174:41: error: 'i' was not declared in this scope 174 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:181:22: error: 'int64_t' was not declared in this scope 181 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:181:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:214:33: error: 'j' was not declared in this scope 214 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:217:29: error: expected ';' before 'i' 217 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:181:37: error: 'j' was not declared in this scope 181 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:182:33: error: expected ';' before 'i' 182 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:217:39: error: 'i' was not declared in this scope 217 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:220:29: error: expected ';' before 'l' 220 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:182:41: error: 'i' was not declared in this scope 182 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:188:22: error: 'int64_t' was not declared in this scope 188 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:188:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:220:37: error: 'l' was not declared in this scope 220 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:225:33: error: expected ';' before 'i' 225 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:188:37: error: 'j' was not declared in this scope 188 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:190:33: error: expected ';' before 'i' 190 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:225:43: error: 'i' was not declared in this scope 225 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:235:18: error: 'int64_t' was not declared in this scope 235 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:235:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:190:43: error: 'i' was not declared in this scope 190 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:195:22: error: 'int64_t' was not declared in this scope 195 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:195:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:235:33: error: 'j' was not declared in this scope 235 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:236:29: error: expected ';' before 'i' 236 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:195:37: error: 'j' was not declared in this scope 195 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:196:33: error: expected ';' before 'i' 196 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:236:37: error: 'i' was not declared in this scope 236 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:238:33: error: expected ';' before 'l' 238 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:196:41: error: 'i' was not declared in this scope 196 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:199:33: error: expected ';' before 'i' 199 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:238:41: error: 'l' was not declared in this scope 238 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:243:29: error: expected ';' before 'l' 243 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:199:43: error: 'i' was not declared in this scope 199 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:211:18: error: 'int64_t' was not declared in this scope 211 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:211:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:243:37: error: 'l' was not declared in this scope 243 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:251:18: error: 'int64_t' was not declared in this scope 251 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:251:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:211:33: error: 'j' was not declared in this scope 211 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:213:29: error: expected ';' before 'i' 213 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:251:33: error: 'j' was not declared in this scope 251 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:252:29: error: expected ';' before 'i' 252 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:213:37: error: 'i' was not declared in this scope 213 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:217:29: error: expected ';' before 'l' 217 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:252:39: error: 'i' was not declared in this scope 252 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:254:33: error: expected ';' before 'l' 254 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:217:37: error: 'l' was not declared in this scope 217 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:222:33: error: expected ';' before 'i' 222 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:254:41: error: 'l' was not declared in this scope 254 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:259:29: error: expected ';' before 'l' 259 | for (int64_t l = 0; l < k; ++l) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:222:41: error: 'i' was not declared in this scope 222 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:231:18: error: 'int64_t' was not declared in this scope 231 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:231:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:259:37: error: 'l' was not declared in this scope 259 | for (int64_t l = 0; l < k; ++l) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:231:33: error: 'j' was not declared in this scope 231 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:268:14: error: 'int64_t' was not declared in this scope 268 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:268:14: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:234:29: error: expected ';' before 'i' 234 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:268:29: error: 'j' was not declared in this scope 268 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:269:25: error: expected ';' before 'i' 269 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:234:39: error: 'i' was not declared in this scope 234 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:237:29: error: expected ';' before 'l' 237 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/herk.hh:269:35: error: 'i' was not declared in this scope 269 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:237:37: error: 'l' was not declared in this scope 237 | for (int64_t l = 0; l < k; ++l) { | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:10, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:62: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:94:5: error: 'int64_t' has not been declared 94 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:243:33: error: expected ';' before 'i' 243 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:94:16: error: 'int64_t' has not been declared 94 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:96:18: error: 'int64_t' has not been declared 96 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:97:18: error: 'int64_t' has not been declared 97 | TB const *B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:99:18: error: 'int64_t' has not been declared 99 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh: In function 'void blas::syr2k(Layout, Uplo, Op, int, int, scalar_type, const TA*, int, const TB*, int, scalar_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:159:22: error: 'int64_t' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:243:43: error: 'i' was not declared in this scope 243 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:254:18: error: 'int64_t' was not declared in this scope 254 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:254:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:159:37: error: 'j' was not declared in this scope 159 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:160:33: error: expected ';' before 'i' 160 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:254:33: error: 'j' was not declared in this scope 254 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:255:29: error: expected ';' before 'i' 255 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:160:41: error: 'i' was not declared in this scope 160 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:165:22: error: 'int64_t' was not declared in this scope 165 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:165:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:255:37: error: 'i' was not declared in this scope 255 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:259:33: error: expected ';' before 'l' 259 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:165:37: error: 'j' was not declared in this scope 165 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:166:33: error: expected ';' before 'i' 166 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:259:41: error: 'l' was not declared in this scope 259 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:274:18: error: 'int64_t' was not declared in this scope 274 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:274:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:166:41: error: 'i' was not declared in this scope 166 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:171:22: error: 'int64_t' was not declared in this scope 171 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:171:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:274:33: error: 'j' was not declared in this scope 274 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:275:29: error: expected ';' before 'i' 275 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:171:37: error: 'j' was not declared in this scope 171 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:172:33: error: expected ';' before 'i' 172 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:275:37: error: 'i' was not declared in this scope 275 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:279:33: error: expected ';' before 'l' 279 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:172:41: error: 'i' was not declared in this scope 172 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:179:22: error: 'int64_t' was not declared in this scope 179 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:179:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:279:41: error: 'l' was not declared in this scope 279 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:295:14: error: 'int64_t' was not declared in this scope 295 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:295:14: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:179:37: error: 'j' was not declared in this scope 179 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:180:33: error: expected ';' before 'i' 180 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:295:29: error: 'j' was not declared in this scope 295 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:296:25: error: expected ';' before 'i' 296 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:180:41: error: 'i' was not declared in this scope 180 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:185:22: error: 'int64_t' was not declared in this scope 185 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:185:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:296:35: error: 'i' was not declared in this scope 296 | for (int64_t i = j+1; i < n; ++i) | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:66: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:94:5: error: 'int64_t' has not been declared 94 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:95:5: error: 'int64_t' has not been declared 95 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:97:18: error: 'int64_t' has not been declared 97 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:98:18: error: 'int64_t' has not been declared 98 | TB *B, int64_t ldb ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:185:37: error: 'j' was not declared in this scope 185 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:186:33: error: expected ';' before 'i' 186 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh: In function 'void blas::trmm(Layout, Side, Uplo, Op, Diag, int, int, scalar_type, const TA*, int, TB*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:145:14: error: 'int64_t' was not declared in this scope 145 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:186:41: error: 'i' was not declared in this scope 186 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:145:29: error: 'j' was not declared in this scope 145 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:146:25: error: expected ';' before 'i' 146 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:191:22: error: 'int64_t' was not declared in this scope 191 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:191:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:146:33: error: 'i' was not declared in this scope 146 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:191:37: error: 'j' was not declared in this scope 191 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:192:33: error: expected ';' before 'i' 192 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:156:22: error: 'int64_t' was not declared in this scope 156 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:156:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:192:41: error: 'i' was not declared in this scope 192 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:156:37: error: 'j' was not declared in this scope 156 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:157:33: error: expected ';' before 'k' 157 | for (int64_t k = 0; k < m; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:204:18: error: 'int64_t' was not declared in this scope 204 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:204:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:157:41: error: 'k' was not declared in this scope 157 | for (int64_t k = 0; k < m; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:204:33: error: 'j' was not declared in this scope 204 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:159:37: error: expected ';' before 'i' 159 | for (int64_t i = 0; i < k; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:206:29: error: expected ';' before 'i' 206 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:159:45: error: 'i' was not declared in this scope 159 | for (int64_t i = 0; i < k; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:206:37: error: 'i' was not declared in this scope 206 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:209:29: error: expected ';' before 'l' 209 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:168:22: error: 'int64_t' was not declared in this scope 168 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:168:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:209:37: error: 'l' was not declared in this scope 209 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:212:33: error: expected ';' before 'i' 212 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:168:37: error: 'j' was not declared in this scope 168 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:169:33: error: expected ';' before 'k' 169 | for (int64_t k = m-1; k >= 0; --k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:212:41: error: 'i' was not declared in this scope 212 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:169:43: error: 'k' was not declared in this scope 169 | for (int64_t k = m-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:174:37: error: expected ';' before 'i' 174 | for (int64_t i = k+1; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:218:18: error: 'int64_t' was not declared in this scope 218 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:218:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:174:47: error: 'i' was not declared in this scope 174 | for (int64_t i = k+1; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:218:33: error: 'j' was not declared in this scope 218 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:220:29: error: expected ';' before 'i' 220 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:182:22: error: 'int64_t' was not declared in this scope 182 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:182:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:220:37: error: 'i' was not declared in this scope 220 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:223:29: error: expected ';' before 'l' 223 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:182:37: error: 'j' was not declared in this scope 182 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:183:33: error: expected ';' before 'i' 183 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:223:37: error: 'l' was not declared in this scope 223 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:183:43: error: 'i' was not declared in this scope 183 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:226:33: error: expected ';' before 'i' 226 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:187:37: error: expected ';' before 'k' 187 | for (int64_t k = 0; k < i; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:226:41: error: 'i' was not declared in this scope 226 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:187:45: error: 'k' was not declared in this scope 187 | for (int64_t k = 0; k < i; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:194:22: error: 'int64_t' was not declared in this scope 194 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:235:18: error: 'int64_t' was not declared in this scope 235 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:194:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:235:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:235:33: error: 'j' was not declared in this scope 235 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:194:37: error: 'j' was not declared in this scope 194 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:236:29: error: expected ';' before 'i' 236 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:195:33: error: expected ';' before 'i' 195 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:195:41: error: 'i' was not declared in this scope 195 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:236:37: error: 'i' was not declared in this scope 236 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:239:33: error: expected ';' before 'l' 239 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:199:37: error: expected ';' before 'k' 199 | for (int64_t k = i+1; k < m; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:199:47: error: 'k' was not declared in this scope 199 | for (int64_t k = i+1; k < m; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:239:41: error: 'l' was not declared in this scope 239 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:208:22: error: 'int64_t' was not declared in this scope 208 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:208:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:248:18: error: 'int64_t' was not declared in this scope 248 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:248:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:208:37: error: 'j' was not declared in this scope 208 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:248:33: error: 'j' was not declared in this scope 248 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:209:33: error: expected ';' before 'i' 209 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:249:29: error: expected ';' before 'i' 249 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:209:43: error: 'i' was not declared in this scope 209 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:249:37: error: 'i' was not declared in this scope 249 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:252:33: error: expected ';' before 'l' 252 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:213:37: error: expected ';' before 'k' 213 | for (int64_t k = 0; k < i; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:252:41: error: 'l' was not declared in this scope 252 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:213:45: error: 'k' was not declared in this scope 213 | for (int64_t k = 0; k < i; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:220:22: error: 'int64_t' was not declared in this scope 220 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:220:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:263:14: error: 'int64_t' was not declared in this scope 263 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:263:14: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:220:37: error: 'j' was not declared in this scope 220 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:221:33: error: expected ';' before 'i' 221 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:263:29: error: 'j' was not declared in this scope 263 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:264:25: error: expected ';' before 'i' 264 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:221:41: error: 'i' was not declared in this scope 221 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/syr2k.hh:264:35: error: 'i' was not declared in this scope 264 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:225:37: error: expected ';' before 'k' 225 | for (int64_t k = i+1; k < m; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:95:5: error: 'int64_t' has not been declared 95 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:95:16: error: 'int64_t' has not been declared 95 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:97:18: error: 'int64_t' has not been declared 97 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:98:18: error: 'int64_t' has not been declared 98 | TB const *B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:100:18: error: 'int64_t' has not been declared 100 | TC *C, int64_t ldc ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh: In function 'void blas::her2k(Layout, Uplo, Op, int, int, scalar_type, const TA*, int, const TB*, int, real_type, TC*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:161:22: error: 'int64_t' was not declared in this scope 161 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:11:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "blas/syr2k.hh" +++ |+#include 11 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:225:47: error: 'k' was not declared in this scope 225 | for (int64_t k = i+1; k < m; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:236:22: error: 'int64_t' was not declared in this scope 236 | for (int64_t j = n-1; j >= 0; --j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:236:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:161:37: error: 'j' was not declared in this scope 161 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:162:33: error: expected ';' before 'i' 162 | for (int64_t i = 0; i <= j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:236:39: error: 'j' was not declared in this scope 236 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:241:33: error: expected ';' before 'i' 241 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:162:41: error: 'i' was not declared in this scope 162 | for (int64_t i = 0; i <= j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:167:22: error: 'int64_t' was not declared in this scope 167 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:167:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:241:41: error: 'i' was not declared in this scope 241 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:244:33: error: expected ';' before 'k' 244 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:167:37: error: 'j' was not declared in this scope 167 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:168:33: error: expected ';' before 'i' 168 | for (int64_t i = j; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:244:41: error: 'k' was not declared in this scope 244 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:246:37: error: expected ';' before 'i' 246 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:168:41: error: 'i' was not declared in this scope 168 | for (int64_t i = j; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:173:22: error: 'int64_t' was not declared in this scope 173 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:173:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:246:45: error: 'i' was not declared in this scope 246 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:252:22: error: 'int64_t' was not declared in this scope 252 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:252:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:173:37: error: 'j' was not declared in this scope 173 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:174:33: error: expected ';' before 'i' 174 | for (int64_t i = 0; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:252:37: error: 'j' was not declared in this scope 252 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:257:33: error: expected ';' before 'i' 257 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:174:41: error: 'i' was not declared in this scope 174 | for (int64_t i = 0; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:181:22: error: 'int64_t' was not declared in this scope 181 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:181:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:257:41: error: 'i' was not declared in this scope 257 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:260:33: error: expected ';' before 'k' 260 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:181:37: error: 'j' was not declared in this scope 181 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:182:33: error: expected ';' before 'i' 182 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:260:43: error: 'k' was not declared in this scope 260 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:262:37: error: expected ';' before 'i' 262 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:182:41: error: 'i' was not declared in this scope 182 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:188:22: error: 'int64_t' was not declared in this scope 188 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:188:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:262:45: error: 'i' was not declared in this scope 262 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:270:22: error: 'int64_t' was not declared in this scope 270 | for (int64_t k = 0; k < n; ++k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:270:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:188:37: error: 'j' was not declared in this scope 188 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:190:33: error: expected ';' before 'i' 190 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:270:37: error: 'k' was not declared in this scope 270 | for (int64_t k = 0; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:271:33: error: expected ';' before 'j' 271 | for (int64_t j = 0; j < k; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:190:43: error: 'i' was not declared in this scope 190 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:195:22: error: 'int64_t' was not declared in this scope 195 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:195:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:271:41: error: 'j' was not declared in this scope 271 | for (int64_t j = 0; j < k; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:273:37: error: expected ';' before 'i' 273 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:195:37: error: 'j' was not declared in this scope 195 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:196:33: error: expected ';' before 'i' 196 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:273:45: error: 'i' was not declared in this scope 273 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:280:33: error: expected ';' before 'i' 280 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:196:41: error: 'i' was not declared in this scope 196 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:199:33: error: expected ';' before 'i' 199 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:280:41: error: 'i' was not declared in this scope 280 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:285:22: error: 'int64_t' was not declared in this scope 285 | for (int64_t k = n-1; k >= 0; --k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:285:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:199:43: error: 'i' was not declared in this scope 199 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:211:18: error: 'int64_t' was not declared in this scope 211 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:211:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:285:39: error: 'k' was not declared in this scope 285 | for (int64_t k = n-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:286:33: error: expected ';' before 'j' 286 | for (int64_t j = k+1; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:211:33: error: 'j' was not declared in this scope 211 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:213:29: error: expected ';' before 'i' 213 | for (int64_t i = 0; i < j; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:286:43: error: 'j' was not declared in this scope 286 | for (int64_t j = k+1; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:288:37: error: expected ';' before 'i' 288 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:213:37: error: 'i' was not declared in this scope 213 | for (int64_t i = 0; i < j; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:217:29: error: expected ';' before 'l' 217 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:288:45: error: 'i' was not declared in this scope 288 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:295:33: error: expected ';' before 'i' 295 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:217:37: error: 'l' was not declared in this scope 217 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:222:33: error: expected ';' before 'i' 222 | for (int64_t i = 0; i < j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:295:41: error: 'i' was not declared in this scope 295 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:302:22: error: 'int64_t' was not declared in this scope 302 | for (int64_t k = 0; k < n; ++k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:302:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:222:41: error: 'i' was not declared in this scope 222 | for (int64_t i = 0; i < j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:231:18: error: 'int64_t' was not declared in this scope 231 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:231:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:302:37: error: 'k' was not declared in this scope 302 | for (int64_t k = 0; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:303:33: error: expected ';' before 'j' 303 | for (int64_t j = 0; j < k; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:231:33: error: 'j' was not declared in this scope 231 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:234:29: error: expected ';' before 'i' 234 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:303:41: error: 'j' was not declared in this scope 303 | for (int64_t j = 0; j < k; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:305:37: error: expected ';' before 'i' 305 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:234:39: error: 'i' was not declared in this scope 234 | for (int64_t i = j+1; i < n; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:237:29: error: expected ';' before 'l' 237 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:305:45: error: 'i' was not declared in this scope 305 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:312:33: error: expected ';' before 'i' 312 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:237:37: error: 'l' was not declared in this scope 237 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:243:33: error: expected ';' before 'i' 243 | for (int64_t i = j+1; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:312:41: error: 'i' was not declared in this scope 312 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:317:22: error: 'int64_t' was not declared in this scope 317 | for (int64_t k = n-1; k >= 0; --k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:317:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:243:43: error: 'i' was not declared in this scope 243 | for (int64_t i = j+1; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:317:39: error: 'k' was not declared in this scope 317 | for (int64_t k = n-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:318:33: error: expected ';' before 'j' 318 | for (int64_t j = k+1; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:254:18: error: 'int64_t' was not declared in this scope 254 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:254:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:318:43: error: 'j' was not declared in this scope 318 | for (int64_t j = k+1; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:254:33: error: 'j' was not declared in this scope 254 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:320:37: error: expected ';' before 'i' 320 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:255:29: error: expected ';' before 'i' 255 | for (int64_t i = 0; i <= j; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:320:45: error: 'i' was not declared in this scope 320 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:255:37: error: 'i' was not declared in this scope 255 | for (int64_t i = 0; i <= j; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:259:33: error: expected ';' before 'l' 259 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:327:33: error: expected ';' before 'i' 327 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:327:41: error: 'i' was not declared in this scope 327 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:259:41: error: 'l' was not declared in this scope 259 | for (int64_t l = 0; l < k; ++l) { | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:67: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:99:5: error: 'int64_t' has not been declared 99 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:100:5: error: 'int64_t' has not been declared 100 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:102:18: error: 'int64_t' has not been declared 102 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:103:18: error: 'int64_t' has not been declared 103 | TB *B, int64_t ldb ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:274:18: error: 'int64_t' was not declared in this scope 274 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:274:18: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh: In function 'void blas::trsm(Layout, Side, Uplo, Op, Diag, int, int, scalar_type, const TA*, int, TB*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:150:14: error: 'int64_t' was not declared in this scope 150 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:274:33: error: 'j' was not declared in this scope 274 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:275:29: error: expected ';' before 'i' 275 | for (int64_t i = j; i < n; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:150:29: error: 'j' was not declared in this scope 150 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:151:25: error: expected ';' before 'i' 151 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:275:37: error: 'i' was not declared in this scope 275 | for (int64_t i = j; i < n; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:279:33: error: expected ';' before 'l' 279 | for (int64_t l = 0; l < k; ++l) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:151:33: error: 'i' was not declared in this scope 151 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:161:22: error: 'int64_t' was not declared in this scope 161 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:161:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:279:41: error: 'l' was not declared in this scope 279 | for (int64_t l = 0; l < k; ++l) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:295:14: error: 'int64_t' was not declared in this scope 295 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:295:14: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:161:37: error: 'j' was not declared in this scope 161 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:162:33: error: expected ';' before 'i' 162 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:295:29: error: 'j' was not declared in this scope 295 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:296:25: error: expected ';' before 'i' 296 | for (int64_t i = j+1; i < n; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:162:41: error: 'i' was not declared in this scope 162 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:164:33: error: expected ';' before 'k' 164 | for (int64_t k = m-1; k >= 0; --k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/her2k.hh:296:35: error: 'i' was not declared in this scope 296 | for (int64_t i = j+1; i < n; ++i) | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:66: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:94:5: error: 'int64_t' has not been declared 94 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:95:5: error: 'int64_t' has not been declared 95 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:97:18: error: 'int64_t' has not been declared 97 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:98:18: error: 'int64_t' has not been declared 98 | TB *B, int64_t ldb ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:164:43: error: 'k' was not declared in this scope 164 | for (int64_t k = m-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:167:37: error: expected ';' before 'i' 167 | for (int64_t i = 0; i < k; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh: In function 'void blas::trmm(Layout, Side, Uplo, Op, Diag, int, int, scalar_type, const TA*, int, TB*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:145:14: error: 'int64_t' was not declared in this scope 145 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:167:45: error: 'i' was not declared in this scope 167 | for (int64_t i = 0; i < k; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:173:22: error: 'int64_t' was not declared in this scope 173 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:173:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:145:29: error: 'j' was not declared in this scope 145 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:146:25: error: expected ';' before 'i' 146 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:173:37: error: 'j' was not declared in this scope 173 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:174:33: error: expected ';' before 'i' 174 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:146:33: error: 'i' was not declared in this scope 146 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:156:22: error: 'int64_t' was not declared in this scope 156 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:156:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:174:41: error: 'i' was not declared in this scope 174 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:176:33: error: expected ';' before 'k' 176 | for (int64_t k = 0; k < m; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:156:37: error: 'j' was not declared in this scope 156 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:157:33: error: expected ';' before 'k' 157 | for (int64_t k = 0; k < m; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:176:41: error: 'k' was not declared in this scope 176 | for (int64_t k = 0; k < m; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:179:37: error: expected ';' before 'i' 179 | for (int64_t i = k+1; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:157:41: error: 'k' was not declared in this scope 157 | for (int64_t k = 0; k < m; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:159:37: error: expected ';' before 'i' 159 | for (int64_t i = 0; i < k; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:179:47: error: 'i' was not declared in this scope 179 | for (int64_t i = k+1; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:187:22: error: 'int64_t' was not declared in this scope 187 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:187:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:159:45: error: 'i' was not declared in this scope 159 | for (int64_t i = 0; i < k; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:168:22: error: 'int64_t' was not declared in this scope 168 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:168:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:187:37: error: 'j' was not declared in this scope 187 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:188:33: error: expected ';' before 'i' 188 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:168:37: error: 'j' was not declared in this scope 168 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:169:33: error: expected ';' before 'k' 169 | for (int64_t k = m-1; k >= 0; --k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:188:41: error: 'i' was not declared in this scope 188 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:190:37: error: expected ';' before 'k' 190 | for (int64_t k = 0; k < i; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:169:43: error: 'k' was not declared in this scope 169 | for (int64_t k = m-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:174:37: error: expected ';' before 'i' 174 | for (int64_t i = k+1; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:190:45: error: 'k' was not declared in this scope 190 | for (int64_t k = 0; k < i; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:199:22: error: 'int64_t' was not declared in this scope 199 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:199:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:174:47: error: 'i' was not declared in this scope 174 | for (int64_t i = k+1; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:182:22: error: 'int64_t' was not declared in this scope 182 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:182:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:199:37: error: 'j' was not declared in this scope 199 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:200:33: error: expected ';' before 'i' 200 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:182:37: error: 'j' was not declared in this scope 182 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:183:33: error: expected ';' before 'i' 183 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:200:43: error: 'i' was not declared in this scope 200 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:202:37: error: expected ';' before 'k' 202 | for (int64_t k = i+1; k < m; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:183:43: error: 'i' was not declared in this scope 183 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:187:37: error: expected ';' before 'k' 187 | for (int64_t k = 0; k < i; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:202:47: error: 'k' was not declared in this scope 202 | for (int64_t k = i+1; k < m; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:213:22: error: 'int64_t' was not declared in this scope 213 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:213:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:187:45: error: 'k' was not declared in this scope 187 | for (int64_t k = 0; k < i; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:194:22: error: 'int64_t' was not declared in this scope 194 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:194:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:213:37: error: 'j' was not declared in this scope 213 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:214:33: error: expected ';' before 'i' 214 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:194:37: error: 'j' was not declared in this scope 194 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:195:33: error: expected ';' before 'i' 195 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:214:41: error: 'i' was not declared in this scope 214 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:216:37: error: expected ';' before 'k' 216 | for (int64_t k = 0; k < i; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:195:41: error: 'i' was not declared in this scope 195 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:199:37: error: expected ';' before 'k' 199 | for (int64_t k = i+1; k < m; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:216:45: error: 'k' was not declared in this scope 216 | for (int64_t k = 0; k < i; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:225:22: error: 'int64_t' was not declared in this scope 225 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:225:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:199:47: error: 'k' was not declared in this scope 199 | for (int64_t k = i+1; k < m; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:208:22: error: 'int64_t' was not declared in this scope 208 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:208:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:225:37: error: 'j' was not declared in this scope 225 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:226:33: error: expected ';' before 'i' 226 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:208:37: error: 'j' was not declared in this scope 208 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:209:33: error: expected ';' before 'i' 209 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:226:43: error: 'i' was not declared in this scope 226 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:228:37: error: expected ';' before 'k' 228 | for (int64_t k = i+1; k < m; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:209:43: error: 'i' was not declared in this scope 209 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:213:37: error: expected ';' before 'k' 213 | for (int64_t k = 0; k < i; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:228:47: error: 'k' was not declared in this scope 228 | for (int64_t k = i+1; k < m; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:241:22: error: 'int64_t' was not declared in this scope 241 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:241:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:213:45: error: 'k' was not declared in this scope 213 | for (int64_t k = 0; k < i; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:220:22: error: 'int64_t' was not declared in this scope 220 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:220:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:241:37: error: 'j' was not declared in this scope 241 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:242:33: error: expected ';' before 'i' 242 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:220:37: error: 'j' was not declared in this scope 220 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:221:33: error: expected ';' before 'i' 221 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:242:41: error: 'i' was not declared in this scope 242 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:244:33: error: expected ';' before 'k' 244 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:221:41: error: 'i' was not declared in this scope 221 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:225:37: error: expected ';' before 'k' 225 | for (int64_t k = i+1; k < m; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:244:41: error: 'k' was not declared in this scope 244 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:245:37: error: expected ';' before 'i' 245 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:225:47: error: 'k' was not declared in this scope 225 | for (int64_t k = i+1; k < m; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:236:22: error: 'int64_t' was not declared in this scope 236 | for (int64_t j = n-1; j >= 0; --j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:245:45: error: 'i' was not declared in this scope 245 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:236:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:249:37: error: expected ';' before 'i' 249 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:249:45: error: 'i' was not declared in this scope 249 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:236:39: error: 'j' was not declared in this scope 236 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:255:22: error: 'int64_t' was not declared in this scope 255 | for (int64_t j = n-1; j >= 0; --j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:255:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:241:33: error: expected ';' before 'i' 241 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:255:39: error: 'j' was not declared in this scope 255 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:256:33: error: expected ';' before 'i' 256 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:241:41: error: 'i' was not declared in this scope 241 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:244:33: error: expected ';' before 'k' 244 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:256:41: error: 'i' was not declared in this scope 256 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:258:33: error: expected ';' before 'k' 258 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:244:41: error: 'k' was not declared in this scope 244 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:246:37: error: expected ';' before 'i' 246 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:258:43: error: 'k' was not declared in this scope 258 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:259:37: error: expected ';' before 'i' 259 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:246:45: error: 'i' was not declared in this scope 246 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:252:22: error: 'int64_t' was not declared in this scope 252 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:252:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:259:45: error: 'i' was not declared in this scope 259 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:263:37: error: expected ';' before 'i' 263 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:252:37: error: 'j' was not declared in this scope 252 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:257:33: error: expected ';' before 'i' 257 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:263:45: error: 'i' was not declared in this scope 263 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:257:41: error: 'i' was not declared in this scope 257 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:271:22: error: 'int64_t' was not declared in this scope 271 | for (int64_t k = n-1; k >= 0; --k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:271:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:260:33: error: expected ';' before 'k' 260 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:271:39: error: 'k' was not declared in this scope 271 | for (int64_t k = n-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:273:37: error: expected ';' before 'i' 273 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:260:43: error: 'k' was not declared in this scope 260 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:262:37: error: expected ';' before 'i' 262 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:273:45: error: 'i' was not declared in this scope 273 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:276:33: error: expected ';' before 'j' 276 | for (int64_t j = 0; j < k; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:262:45: error: 'i' was not declared in this scope 262 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:270:22: error: 'int64_t' was not declared in this scope 270 | for (int64_t k = 0; k < n; ++k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:270:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:276:41: error: 'j' was not declared in this scope 276 | for (int64_t j = 0; j < k; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:277:37: error: expected ';' before 'i' 277 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:270:37: error: 'k' was not declared in this scope 270 | for (int64_t k = 0; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:271:33: error: expected ';' before 'j' 271 | for (int64_t j = 0; j < k; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:277:45: error: 'i' was not declared in this scope 277 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:280:33: error: expected ';' before 'i' 280 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:271:41: error: 'j' was not declared in this scope 271 | for (int64_t j = 0; j < k; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:273:37: error: expected ';' before 'i' 273 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:280:41: error: 'i' was not declared in this scope 280 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:273:45: error: 'i' was not declared in this scope 273 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:285:22: error: 'int64_t' was not declared in this scope 285 | for (int64_t k = 0; k < n; ++k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:285:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:280:33: error: expected ';' before 'i' 280 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:285:37: error: 'k' was not declared in this scope 285 | for (int64_t k = 0; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:287:37: error: expected ';' before 'i' 287 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:280:41: error: 'i' was not declared in this scope 280 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:285:22: error: 'int64_t' was not declared in this scope 285 | for (int64_t k = n-1; k >= 0; --k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:285:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:287:45: error: 'i' was not declared in this scope 287 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:290:33: error: expected ';' before 'j' 290 | for (int64_t j = k+1; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:285:39: error: 'k' was not declared in this scope 285 | for (int64_t k = n-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:286:33: error: expected ';' before 'j' 286 | for (int64_t j = k+1; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:290:43: error: 'j' was not declared in this scope 290 | for (int64_t j = k+1; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:291:37: error: expected ';' before 'i' 291 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:286:43: error: 'j' was not declared in this scope 286 | for (int64_t j = k+1; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:288:37: error: expected ';' before 'i' 288 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:291:45: error: 'i' was not declared in this scope 291 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:294:33: error: expected ';' before 'i' 294 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:288:45: error: 'i' was not declared in this scope 288 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:295:33: error: expected ';' before 'i' 295 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:294:41: error: 'i' was not declared in this scope 294 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:301:22: error: 'int64_t' was not declared in this scope 301 | for (int64_t k = n-1; k >= 0; --k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:301:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:295:41: error: 'i' was not declared in this scope 295 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:302:22: error: 'int64_t' was not declared in this scope 302 | for (int64_t k = 0; k < n; ++k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:302:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:301:39: error: 'k' was not declared in this scope 301 | for (int64_t k = n-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:303:37: error: expected ';' before 'i' 303 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:302:37: error: 'k' was not declared in this scope 302 | for (int64_t k = 0; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:303:33: error: expected ';' before 'j' 303 | for (int64_t j = 0; j < k; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:303:45: error: 'i' was not declared in this scope 303 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:306:33: error: expected ';' before 'j' 306 | for (int64_t j = 0; j < k; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:303:41: error: 'j' was not declared in this scope 303 | for (int64_t j = 0; j < k; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:305:37: error: expected ';' before 'i' 305 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:306:41: error: 'j' was not declared in this scope 306 | for (int64_t j = 0; j < k; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:307:37: error: expected ';' before 'i' 307 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:305:45: error: 'i' was not declared in this scope 305 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:312:33: error: expected ';' before 'i' 312 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:307:45: error: 'i' was not declared in this scope 307 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:310:33: error: expected ';' before 'i' 310 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:312:41: error: 'i' was not declared in this scope 312 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:317:22: error: 'int64_t' was not declared in this scope 317 | for (int64_t k = n-1; k >= 0; --k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:317:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:310:41: error: 'i' was not declared in this scope 310 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:315:22: error: 'int64_t' was not declared in this scope 315 | for (int64_t k = 0; k < n; ++k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:315:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:317:39: error: 'k' was not declared in this scope 317 | for (int64_t k = n-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:318:33: error: expected ';' before 'j' 318 | for (int64_t j = k+1; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:315:37: error: 'k' was not declared in this scope 315 | for (int64_t k = 0; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:317:37: error: expected ';' before 'i' 317 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:318:43: error: 'j' was not declared in this scope 318 | for (int64_t j = k+1; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:320:37: error: expected ';' before 'i' 320 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:317:45: error: 'i' was not declared in this scope 317 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:320:33: error: expected ';' before 'j' 320 | for (int64_t j = k+1; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:320:45: error: 'i' was not declared in this scope 320 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:327:33: error: expected ';' before 'i' 327 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:320:43: error: 'j' was not declared in this scope 320 | for (int64_t j = k+1; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:321:37: error: expected ';' before 'i' 321 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trmm.hh:327:41: error: 'i' was not declared in this scope 327 | for (int64_t i = 0; i < m; ++i) | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:67: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:99:5: error: 'int64_t' has not been declared 99 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:100:5: error: 'int64_t' has not been declared 100 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:102:18: error: 'int64_t' has not been declared 102 | TA const *A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:103:18: error: 'int64_t' has not been declared 103 | TB *B, int64_t ldb ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh: In function 'void blas::trsm(Layout, Side, Uplo, Op, Diag, int, int, scalar_type, const TA*, int, TB*, int)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:150:14: error: 'int64_t' was not declared in this scope 150 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:321:45: error: 'i' was not declared in this scope 321 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:324:33: error: expected ';' before 'i' 324 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:150:29: error: 'j' was not declared in this scope 150 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:151:25: error: expected ';' before 'i' 151 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:324:41: error: 'i' was not declared in this scope 324 | for (int64_t i = 0; i < m; ++i) | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:6, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:72: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:167:24: error: 'int64_t' has not been declared 167 | Queue( int device, int64_t batch_chunk ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:151:33: error: 'i' was not declared in this scope 151 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:438:5: error: 'int64_t' was not declared in this scope 438 | int64_t nelements) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:161:22: error: 'int64_t' was not declared in this scope 161 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:161:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:438:23: error: expected ';' before '{' token 438 | int64_t nelements) | ^ | ; 439 | { | ~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:473:4: error: redefinition of 'template T* blas::device_malloc' 473 | T* device_malloc( | ^~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:437:4: note: 'template T* blas::device_malloc' previously declared here 437 | T* device_malloc( | ^~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:474:5: error: 'int64_t' was not declared in this scope 474 | int64_t nelements, blas::Queue &queue ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:474:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:474:36: error: expected primary-expression before '&' token 474 | int64_t nelements, blas::Queue &queue ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:161:37: error: 'j' was not declared in this scope 161 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:162:33: error: expected ';' before 'i' 162 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:474:37: error: 'queue' was not declared in this scope; did you mean 'Queue'? 474 | int64_t nelements, blas::Queue &queue ) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:509:5: error: 'int64_t' was not declared in this scope 509 | int64_t nelements) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:509:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:509:23: error: expected ';' before '{' token 509 | int64_t nelements) | ^ | ; 510 | { | ~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:548:5: error: 'int64_t' was not declared in this scope 548 | int64_t nelements, blas::Queue &queue ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:548:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:548:36: error: expected primary-expression before '&' token 548 | int64_t nelements, blas::Queue &queue ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:162:41: error: 'i' was not declared in this scope 162 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:164:33: error: expected ';' before 'k' 164 | for (int64_t k = m-1; k >= 0; --k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:548:37: error: 'queue' was not declared in this scope; did you mean 'Queue'? 548 | int64_t nelements, blas::Queue &queue ) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:548:44: error: expected ';' before '{' token 548 | int64_t nelements, blas::Queue &queue ) | ^ | ; 549 | { | ~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:576:4: error: redefinition of 'template T* blas::device_malloc_pinned' 576 | T* device_malloc_pinned( | ^~~~~~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:508:4: note: 'template T* blas::device_malloc_pinned' previously declared here 508 | T* device_malloc_pinned( | ^~~~~~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:577:5: error: 'int64_t' was not declared in this scope 577 | int64_t nelements, blas::Queue &queue ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:577:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:577:36: error: expected primary-expression before '&' token 577 | int64_t nelements, blas::Queue &queue ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:164:43: error: 'k' was not declared in this scope 164 | for (int64_t k = m-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:167:37: error: expected ';' before 'i' 167 | for (int64_t i = 0; i < k; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:577:37: error: 'queue' was not declared in this scope; did you mean 'Queue'? 577 | int64_t nelements, blas::Queue &queue ) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:601:16: error: 'int64_t' has not been declared 601 | int value, int64_t nelements, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:644:5: error: 'int64_t' has not been declared 644 | int64_t nelements, MemcpyKind kind, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:167:45: error: 'i' was not declared in this scope 167 | for (int64_t i = 0; i < k; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:693:5: error: 'int64_t' has not been declared 693 | int64_t nelements, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:714:19: error: 'int64_t' has not been declared 714 | T* dst, int64_t dst_pitch, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:715:19: error: 'int64_t' has not been declared 715 | T const* src, int64_t src_pitch, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:173:22: error: 'int64_t' was not declared in this scope 173 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:716:5: error: 'int64_t' has not been declared 716 | int64_t width, int64_t height, MemcpyKind kind, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:173:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:716:20: error: 'int64_t' has not been declared 716 | int64_t width, int64_t height, MemcpyKind kind, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:805:19: error: 'int64_t' has not been declared 805 | T* dst, int64_t dst_pitch, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:806:19: error: 'int64_t' has not been declared 806 | T const* src, int64_t src_pitch, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:807:5: error: 'int64_t' has not been declared 807 | int64_t width, int64_t height, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:807:20: error: 'int64_t' has not been declared 807 | int64_t width, int64_t height, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:839:6: error: variable or field 'device_copy_vector' declared void 839 | void device_copy_vector( | ^~~~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:840:5: error: 'int64_t' was not declared in this scope 840 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:840:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:841:7: error: expected primary-expression before 'const' 841 | T const* src, int64_t inc_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:841:19: error: 'int64_t' was not declared in this scope 841 | T const* src, int64_t inc_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:841:19: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:6: error: expected primary-expression before '*' token 842 | T* dst, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:173:37: error: 'j' was not declared in this scope 173 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:174:33: error: expected ';' before 'i' 174 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:14: error: 'dst' was not declared in this scope; did you mean 'dot'? 842 | T* dst, int64_t inc_dst, Queue& queue) | ^~~ | dot /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:19: error: 'int64_t' was not declared in this scope 842 | T* dst, int64_t inc_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:19: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:41: error: expected primary-expression before '&' token 842 | T* dst, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:174:41: error: 'i' was not declared in this scope 174 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:176:33: error: expected ';' before 'k' 176 | for (int64_t k = 0; k < m; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:43: error: 'queue' was not declared in this scope; did you mean 'Queue'? 842 | T* dst, int64_t inc_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:886:6: error: variable or field 'device_copy_matrix' declared void 886 | void device_copy_matrix( | ^~~~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:176:41: error: 'k' was not declared in this scope 176 | for (int64_t k = 0; k < m; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:887:5: error: 'int64_t' was not declared in this scope 887 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:887:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:887:16: error: 'int64_t' was not declared in this scope 887 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:179:37: error: expected ';' before 'i' 179 | for (int64_t i = k+1; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:887:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:888:7: error: expected primary-expression before 'const' 888 | T const* src, int64_t ld_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:888:19: error: 'int64_t' was not declared in this scope 888 | T const* src, int64_t ld_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:888:19: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:6: error: expected primary-expression before '*' token 889 | T* dst, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:179:47: error: 'i' was not declared in this scope 179 | for (int64_t i = k+1; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:14: error: 'dst' was not declared in this scope; did you mean 'dot'? 889 | T* dst, int64_t ld_dst, Queue& queue) | ^~~ | dot /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:187:22: error: 'int64_t' was not declared in this scope 187 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:187:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:19: error: 'int64_t' was not declared in this scope 889 | T* dst, int64_t ld_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:19: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:40: error: expected primary-expression before '&' token 889 | T* dst, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:187:37: error: 'j' was not declared in this scope 187 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:188:33: error: expected ';' before 'i' 188 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:42: error: 'queue' was not declared in this scope; did you mean 'Queue'? 889 | T* dst, int64_t ld_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:905:6: error: variable or field 'device_setvector' declared void 905 | void device_setvector( | ^~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:906:5: error: 'int64_t' was not declared in this scope 906 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:906:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:907:7: error: expected primary-expression before 'const' 907 | T const* src_host, int64_t inc_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:907:24: error: 'int64_t' was not declared in this scope 907 | T const* src_host, int64_t inc_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:907:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:6: error: expected primary-expression before '*' token 908 | T* dst_dev, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:188:41: error: 'i' was not declared in this scope 188 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:190:37: error: expected ';' before 'k' 190 | for (int64_t k = 0; k < i; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:14: error: 'dst_dev' was not declared in this scope 908 | T* dst_dev, int64_t inc_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:190:45: error: 'k' was not declared in this scope 190 | for (int64_t k = 0; k < i; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:24: error: 'int64_t' was not declared in this scope 908 | T* dst_dev, int64_t inc_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:46: error: expected primary-expression before '&' token 908 | T* dst_dev, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:199:22: error: 'int64_t' was not declared in this scope 199 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:199:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:48: error: 'queue' was not declared in this scope; did you mean 'Queue'? 908 | T* dst_dev, int64_t inc_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:199:37: error: 'j' was not declared in this scope 199 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:924:6: error: variable or field 'device_getvector' declared void 924 | void device_getvector( | ^~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:200:33: error: expected ';' before 'i' 200 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:925:5: error: 'int64_t' was not declared in this scope 925 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:925:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:926:7: error: expected primary-expression before 'const' 926 | T const* src_dev, int64_t inc_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:926:24: error: 'int64_t' was not declared in this scope 926 | T const* src_dev, int64_t inc_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:926:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:6: error: expected primary-expression before '*' token 927 | T* dst_host, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:200:43: error: 'i' was not declared in this scope 200 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:202:37: error: expected ';' before 'k' 202 | for (int64_t k = i+1; k < m; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:14: error: 'dst_host' was not declared in this scope 927 | T* dst_host, int64_t inc_dst, Queue& queue) | ^~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:24: error: 'int64_t' was not declared in this scope 927 | T* dst_host, int64_t inc_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:46: error: expected primary-expression before '&' token 927 | T* dst_host, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:202:47: error: 'k' was not declared in this scope 202 | for (int64_t k = i+1; k < m; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:213:22: error: 'int64_t' was not declared in this scope 213 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:213:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:48: error: 'queue' was not declared in this scope; did you mean 'Queue'? 927 | T* dst_host, int64_t inc_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:943:6: error: variable or field 'device_setmatrix' declared void 943 | void device_setmatrix( | ^~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:213:37: error: 'j' was not declared in this scope 213 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:944:5: error: 'int64_t' was not declared in this scope 944 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:944:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:214:33: error: expected ';' before 'i' 214 | for (int64_t i = 0; i < m; ++i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:944:16: error: 'int64_t' was not declared in this scope 944 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:944:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:945:7: error: expected primary-expression before 'const' 945 | T const* src_host, int64_t ld_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:945:24: error: 'int64_t' was not declared in this scope 945 | T const* src_host, int64_t ld_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:945:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:6: error: expected primary-expression before '*' token 946 | T* dst_dev, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:214:41: error: 'i' was not declared in this scope 214 | for (int64_t i = 0; i < m; ++i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:216:37: error: expected ';' before 'k' 216 | for (int64_t k = 0; k < i; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:14: error: 'dst_dev' was not declared in this scope 946 | T* dst_dev, int64_t ld_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:24: error: 'int64_t' was not declared in this scope 946 | T* dst_dev, int64_t ld_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:45: error: expected primary-expression before '&' token 946 | T* dst_dev, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:216:45: error: 'k' was not declared in this scope 216 | for (int64_t k = 0; k < i; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:225:22: error: 'int64_t' was not declared in this scope 225 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:225:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:47: error: 'queue' was not declared in this scope; did you mean 'Queue'? 946 | T* dst_dev, int64_t ld_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:962:6: error: variable or field 'device_getmatrix' declared void 962 | void device_getmatrix( | ^~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:963:5: error: 'int64_t' was not declared in this scope 963 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:963:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:963:16: error: 'int64_t' was not declared in this scope 963 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:963:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:964:7: error: expected primary-expression before 'const' 964 | T const* src_dev, int64_t ld_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:964:24: error: 'int64_t' was not declared in this scope 964 | T const* src_dev, int64_t ld_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:964:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:6: error: expected primary-expression before '*' token 965 | T* dst_host, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:225:37: error: 'j' was not declared in this scope 225 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:226:33: error: expected ';' before 'i' 226 | for (int64_t i = m-1; i >= 0; --i) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:226:43: error: 'i' was not declared in this scope 226 | for (int64_t i = m-1; i >= 0; --i) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:228:37: error: expected ';' before 'k' 228 | for (int64_t k = i+1; k < m; ++k) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:14: error: 'dst_host' was not declared in this scope 965 | T* dst_host, int64_t ld_dst, Queue& queue) | ^~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:24: error: 'int64_t' was not declared in this scope 965 | T* dst_host, int64_t ld_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:45: error: expected primary-expression before '&' token 965 | T* dst_host, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:228:47: error: 'k' was not declared in this scope 228 | for (int64_t k = i+1; k < m; ++k) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:241:22: error: 'int64_t' was not declared in this scope 241 | for (int64_t j = 0; j < n; ++j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:241:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:47: error: 'queue' was not declared in this scope; did you mean 'Queue'? 965 | T* dst_host, int64_t ld_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh: In member function 'void blas::Queue::work_ensure_size(size_t)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:989:36: error: 'blas::device_malloc' cannot be used as a function 989 | work_ = device_malloc( lwork, *this ); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:17:6: error: variable or field 'axpy' declared void 17 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:18:5: error: 'int64_t' was not declared in this scope 18 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:7:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 6 | #include "blas/device.hh" +++ |+#include 7 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:19:5: error: expected primary-expression before 'float' 19 | float alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:20:5: error: expected primary-expression before 'float' 20 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:241:37: error: 'j' was not declared in this scope 241 | for (int64_t j = 0; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:20:21: error: 'int64_t' was not declared in this scope 20 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:20:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:21:5: error: expected primary-expression before 'float' 21 | float* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:242:33: error: expected ';' before 'i' 242 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:21:21: error: 'int64_t' was not declared in this scope 21 | float* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:21:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:22:16: error: expected primary-expression before '&' token 22 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:242:41: error: 'i' was not declared in this scope 242 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:244:33: error: expected ';' before 'k' 244 | for (int64_t k = 0; k < j; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:22:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 22 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:24:6: error: variable or field 'axpy' declared void 24 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:25:5: error: 'int64_t' was not declared in this scope 25 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:25:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:26:5: error: expected primary-expression before 'double' 26 | double alpha, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:27:5: error: expected primary-expression before 'double' 27 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:27:22: error: 'int64_t' was not declared in this scope 27 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:27:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:28:5: error: expected primary-expression before 'double' 28 | double* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:28:22: error: 'int64_t' was not declared in this scope 28 | double* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:28:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:29:16: error: expected primary-expression before '&' token 29 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:244:41: error: 'k' was not declared in this scope 244 | for (int64_t k = 0; k < j; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:245:37: error: expected ';' before 'i' 245 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:29:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 29 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:31:6: error: variable or field 'axpy' declared void 31 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:32:5: error: 'int64_t' was not declared in this scope 32 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:32:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:33:25: error: expected primary-expression before 'alpha' 33 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:34:25: error: expected primary-expression before 'const' 34 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:34:35: error: 'int64_t' was not declared in this scope 34 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:34:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:35:24: error: expected primary-expression before '*' token 35 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:245:45: error: 'i' was not declared in this scope 245 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:249:37: error: expected ';' before 'i' 249 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:35:32: error: 'y' was not declared in this scope; did you mean 'yn'? 35 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:35:35: error: 'int64_t' was not declared in this scope 35 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:35:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:36:16: error: expected primary-expression before '&' token 36 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:249:45: error: 'i' was not declared in this scope 249 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:255:22: error: 'int64_t' was not declared in this scope 255 | for (int64_t j = n-1; j >= 0; --j) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:255:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:36:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 36 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:38:6: error: variable or field 'axpy' declared void 38 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:39:5: error: 'int64_t' was not declared in this scope 39 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:39:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:40:26: error: expected primary-expression before 'alpha' 40 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:41:26: error: expected primary-expression before 'const' 41 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:255:39: error: 'j' was not declared in this scope 255 | for (int64_t j = n-1; j >= 0; --j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:41:36: error: 'int64_t' was not declared in this scope 41 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:41:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:256:33: error: expected ';' before 'i' 256 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:42:25: error: expected primary-expression before '*' token 42 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:42:33: error: 'y' was not declared in this scope; did you mean 'yn'? 42 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:256:41: error: 'i' was not declared in this scope 256 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:258:33: error: expected ';' before 'k' 258 | for (int64_t k = j+1; k < n; ++k) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:42:36: error: 'int64_t' was not declared in this scope 42 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:42:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:43:16: error: expected primary-expression before '&' token 43 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:258:43: error: 'k' was not declared in this scope 258 | for (int64_t k = j+1; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:43:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 43 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:259:37: error: expected ';' before 'i' 259 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:46:6: error: variable or field 'copy' declared void 46 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:47:5: error: 'int64_t' was not declared in this scope 47 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:47:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:48:5: error: expected primary-expression before 'float' 48 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:48:21: error: 'int64_t' was not declared in this scope 48 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:48:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:49:5: error: expected primary-expression before 'float' 49 | float* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:49:21: error: 'int64_t' was not declared in this scope 49 | float* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:49:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:50:16: error: expected primary-expression before '&' token 50 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:259:45: error: 'i' was not declared in this scope 259 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:263:37: error: expected ';' before 'i' 263 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:50:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 50 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:52:6: error: variable or field 'copy' declared void 52 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:53:5: error: 'int64_t' was not declared in this scope 53 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:53:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:54:5: error: expected primary-expression before 'double' 54 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:54:22: error: 'int64_t' was not declared in this scope 54 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:54:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:55:5: error: expected primary-expression before 'double' 55 | double* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:55:22: error: 'int64_t' was not declared in this scope 55 | double* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:55:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:56:16: error: expected primary-expression before '&' token 56 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:263:45: error: 'i' was not declared in this scope 263 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:271:22: error: 'int64_t' was not declared in this scope 271 | for (int64_t k = n-1; k >= 0; --k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:271:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:56:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 56 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:58:6: error: variable or field 'copy' declared void 58 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:59:5: error: 'int64_t' was not declared in this scope 59 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:59:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:60:25: error: expected primary-expression before 'const' 60 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:60:35: error: 'int64_t' was not declared in this scope 60 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:60:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:61:24: error: expected primary-expression before '*' token 61 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:271:39: error: 'k' was not declared in this scope 271 | for (int64_t k = n-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:273:37: error: expected ';' before 'i' 273 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:61:32: error: 'y' was not declared in this scope; did you mean 'yn'? 61 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:61:35: error: 'int64_t' was not declared in this scope 61 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:61:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:62:16: error: expected primary-expression before '&' token 62 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:273:45: error: 'i' was not declared in this scope 273 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:276:33: error: expected ';' before 'j' 276 | for (int64_t j = 0; j < k; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:62:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 62 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:64:6: error: variable or field 'copy' declared void 64 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:276:41: error: 'j' was not declared in this scope 276 | for (int64_t j = 0; j < k; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:65:5: error: 'int64_t' was not declared in this scope 65 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:277:37: error: expected ';' before 'i' 277 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:65:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:66:26: error: expected primary-expression before 'const' 66 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:66:36: error: 'int64_t' was not declared in this scope 66 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:66:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:67:25: error: expected primary-expression before '*' token 67 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:277:45: error: 'i' was not declared in this scope 277 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:67:33: error: 'y' was not declared in this scope; did you mean 'yn'? 67 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:280:33: error: expected ';' before 'i' 280 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:67:36: error: 'int64_t' was not declared in this scope 67 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:67:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:68:16: error: expected primary-expression before '&' token 68 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:280:41: error: 'i' was not declared in this scope 280 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:285:22: error: 'int64_t' was not declared in this scope 285 | for (int64_t k = 0; k < n; ++k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:285:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:68:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 68 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:71:6: error: variable or field 'dot' declared void 71 | void dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:72:5: error: 'int64_t' was not declared in this scope 72 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:72:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:73:5: error: expected primary-expression before 'float' 73 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:73:21: error: 'int64_t' was not declared in this scope 73 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:73:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:74:5: error: expected primary-expression before 'float' 74 | float const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:74:21: error: 'int64_t' was not declared in this scope 74 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:74:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:75:5: error: expected primary-expression before 'float' 75 | float* result, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:76:16: error: expected primary-expression before '&' token 76 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:285:37: error: 'k' was not declared in this scope 285 | for (int64_t k = 0; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:287:37: error: expected ';' before 'i' 287 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:76:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 76 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:78:6: error: variable or field 'dot' declared void 78 | void dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:79:5: error: 'int64_t' was not declared in this scope 79 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:79:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:80:5: error: expected primary-expression before 'double' 80 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:80:22: error: 'int64_t' was not declared in this scope 80 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:80:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:81:5: error: expected primary-expression before 'double' 81 | double const* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:81:22: error: 'int64_t' was not declared in this scope 81 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:81:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:82:5: error: expected primary-expression before 'double' 82 | double* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:83:16: error: expected primary-expression before '&' token 83 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:287:45: error: 'i' was not declared in this scope 287 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:290:33: error: expected ';' before 'j' 290 | for (int64_t j = k+1; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:83:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 83 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:290:43: error: 'j' was not declared in this scope 290 | for (int64_t j = k+1; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:85:6: error: variable or field 'dot' declared void 85 | void dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:291:37: error: expected ';' before 'i' 291 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:86:5: error: 'int64_t' was not declared in this scope 86 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:86:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:87:25: error: expected primary-expression before 'const' 87 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:87:35: error: 'int64_t' was not declared in this scope 87 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:87:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:88:25: error: expected primary-expression before 'const' 88 | std::complex const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:88:35: error: 'int64_t' was not declared in this scope 88 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:88:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:89:24: error: expected primary-expression before '*' token 89 | std::complex* result, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:291:45: error: 'i' was not declared in this scope 291 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:294:33: error: expected ';' before 'i' 294 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:89:26: error: 'result' was not declared in this scope 89 | std::complex* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:90:16: error: expected primary-expression before '&' token 90 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:294:41: error: 'i' was not declared in this scope 294 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:301:22: error: 'int64_t' was not declared in this scope 301 | for (int64_t k = n-1; k >= 0; --k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:301:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:90:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 90 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:92:6: error: variable or field 'dot' declared void 92 | void dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:93:5: error: 'int64_t' was not declared in this scope 93 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:93:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:301:39: error: 'k' was not declared in this scope 301 | for (int64_t k = n-1; k >= 0; --k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:94:26: error: expected primary-expression before 'const' 94 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:94:36: error: 'int64_t' was not declared in this scope 94 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:303:37: error: expected ';' before 'i' 303 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:94:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:95:26: error: expected primary-expression before 'const' 95 | std::complex const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:95:36: error: 'int64_t' was not declared in this scope 95 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:95:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:96:25: error: expected primary-expression before '*' token 96 | std::complex* result, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:303:45: error: 'i' was not declared in this scope 303 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:306:33: error: expected ';' before 'j' 306 | for (int64_t j = 0; j < k; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:96:27: error: 'result' was not declared in this scope 96 | std::complex* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:97:16: error: expected primary-expression before '&' token 97 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:306:41: error: 'j' was not declared in this scope 306 | for (int64_t j = 0; j < k; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:307:37: error: expected ';' before 'i' 307 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:97:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 97 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:100:6: error: variable or field 'dotu' declared void 100 | void dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:101:5: error: 'int64_t' was not declared in this scope 101 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:101:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:102:5: error: expected primary-expression before 'float' 102 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:102:21: error: 'int64_t' was not declared in this scope 102 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:102:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:103:5: error: expected primary-expression before 'float' 103 | float const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:103:21: error: 'int64_t' was not declared in this scope 103 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:103:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:307:45: error: 'i' was not declared in this scope 307 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:104:5: error: expected primary-expression before 'float' 104 | float* result, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:105:16: error: expected primary-expression before '&' token 105 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:310:33: error: expected ';' before 'i' 310 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:105:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 105 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:310:41: error: 'i' was not declared in this scope 310 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:107:6: error: variable or field 'dotu' declared void 107 | void dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:108:5: error: 'int64_t' was not declared in this scope 108 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:315:22: error: 'int64_t' was not declared in this scope 315 | for (int64_t k = 0; k < n; ++k) { | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:108:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:315:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:109:5: error: expected primary-expression before 'double' 109 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:109:22: error: 'int64_t' was not declared in this scope 109 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:109:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:110:5: error: expected primary-expression before 'double' 110 | double const* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:110:22: error: 'int64_t' was not declared in this scope 110 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:110:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:111:5: error: expected primary-expression before 'double' 111 | double* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:112:16: error: expected primary-expression before '&' token 112 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:315:37: error: 'k' was not declared in this scope 315 | for (int64_t k = 0; k < n; ++k) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:317:37: error: expected ';' before 'i' 317 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:112:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 112 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:114:6: error: variable or field 'dotu' declared void 114 | void dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:115:5: error: 'int64_t' was not declared in this scope 115 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:115:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:116:25: error: expected primary-expression before 'const' 116 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:116:35: error: 'int64_t' was not declared in this scope 116 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:116:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:117:25: error: expected primary-expression before 'const' 117 | std::complex const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:117:35: error: 'int64_t' was not declared in this scope 117 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:117:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:118:24: error: expected primary-expression before '*' token 118 | std::complex* result, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:317:45: error: 'i' was not declared in this scope 317 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:320:33: error: expected ';' before 'j' 320 | for (int64_t j = k+1; j < n; ++j) { | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:320:43: error: 'j' was not declared in this scope 320 | for (int64_t j = k+1; j < n; ++j) { | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:118:26: error: 'result' was not declared in this scope 118 | std::complex* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:119:16: error: expected primary-expression before '&' token 119 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:321:37: error: expected ';' before 'i' 321 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:321:45: error: 'i' was not declared in this scope 321 | for (int64_t i = 0; i < m; ++i) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:324:33: error: expected ';' before 'i' 324 | for (int64_t i = 0; i < m; ++i) | ^~ | ; /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:119:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 119 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:121:6: error: variable or field 'dotu' declared void 121 | void dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:122:5: error: 'int64_t' was not declared in this scope 122 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:122:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:123:26: error: expected primary-expression before 'const' 123 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:123:36: error: 'int64_t' was not declared in this scope 123 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:123:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:124:26: error: expected primary-expression before 'const' 124 | std::complex const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:124:36: error: 'int64_t' was not declared in this scope 124 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:124:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:125:25: error: expected primary-expression before '*' token 125 | std::complex* result, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/trsm.hh:324:41: error: 'i' was not declared in this scope 324 | for (int64_t i = 0; i < m; ++i) | ^ In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:6, from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas.hh:72: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:167:24: error: 'int64_t' has not been declared 167 | Queue( int device, int64_t batch_chunk ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:125:27: error: 'result' was not declared in this scope 125 | std::complex* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:126:16: error: expected primary-expression before '&' token 126 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:438:5: error: 'int64_t' was not declared in this scope 438 | int64_t nelements) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:438:23: error: expected ';' before '{' token 438 | int64_t nelements) | ^ | ; 439 | { | ~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:473:4: error: redefinition of 'template T* blas::device_malloc' 473 | T* device_malloc( | ^~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:437:4: note: 'template T* blas::device_malloc' previously declared here 437 | T* device_malloc( | ^~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:474:5: error: 'int64_t' was not declared in this scope 474 | int64_t nelements, blas::Queue &queue ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:474:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:474:36: error: expected primary-expression before '&' token 474 | int64_t nelements, blas::Queue &queue ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:126:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 126 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:129:6: error: variable or field 'nrm2' declared void 129 | void nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:130:5: error: 'int64_t' was not declared in this scope 130 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:130:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:131:5: error: expected primary-expression before 'float' 131 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:474:37: error: 'queue' was not declared in this scope; did you mean 'Queue'? 474 | int64_t nelements, blas::Queue &queue ) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:131:21: error: 'int64_t' was not declared in this scope 131 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:131:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:132:5: error: expected primary-expression before 'float' 132 | float* result, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:133:16: error: expected primary-expression before '&' token 133 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:509:5: error: 'int64_t' was not declared in this scope 509 | int64_t nelements) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:509:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:509:23: error: expected ';' before '{' token 509 | int64_t nelements) | ^ | ; 510 | { | ~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:548:5: error: 'int64_t' was not declared in this scope 548 | int64_t nelements, blas::Queue &queue ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:548:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:548:36: error: expected primary-expression before '&' token 548 | int64_t nelements, blas::Queue &queue ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:133:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 133 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:135:6: error: variable or field 'nrm2' declared void 135 | void nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:548:37: error: 'queue' was not declared in this scope; did you mean 'Queue'? 548 | int64_t nelements, blas::Queue &queue ) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:136:5: error: 'int64_t' was not declared in this scope 136 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:548:44: error: expected ';' before '{' token 548 | int64_t nelements, blas::Queue &queue ) | ^ | ; 549 | { | ~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:136:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:137:5: error: expected primary-expression before 'double' 137 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:576:4: error: redefinition of 'template T* blas::device_malloc_pinned' 576 | T* device_malloc_pinned( | ^~~~~~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:508:4: note: 'template T* blas::device_malloc_pinned' previously declared here 508 | T* device_malloc_pinned( | ^~~~~~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:137:22: error: 'int64_t' was not declared in this scope 137 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:137:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:138:5: error: expected primary-expression before 'double' 138 | double* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:139:16: error: expected primary-expression before '&' token 139 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:577:5: error: 'int64_t' was not declared in this scope 577 | int64_t nelements, blas::Queue &queue ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:577:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:577:36: error: expected primary-expression before '&' token 577 | int64_t nelements, blas::Queue &queue ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:139:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 139 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:141:6: error: variable or field 'nrm2' declared void 141 | void nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:577:37: error: 'queue' was not declared in this scope; did you mean 'Queue'? 577 | int64_t nelements, blas::Queue &queue ) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:601:16: error: 'int64_t' has not been declared 601 | int value, int64_t nelements, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:142:5: error: 'int64_t' was not declared in this scope 142 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:142:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:143:25: error: expected primary-expression before 'const' 143 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:644:5: error: 'int64_t' has not been declared 644 | int64_t nelements, MemcpyKind kind, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:143:35: error: 'int64_t' was not declared in this scope 143 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:143:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:144:5: error: expected primary-expression before 'float' 144 | float* result, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:145:16: error: expected primary-expression before '&' token 145 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:693:5: error: 'int64_t' has not been declared 693 | int64_t nelements, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:714:19: error: 'int64_t' has not been declared 714 | T* dst, int64_t dst_pitch, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:715:19: error: 'int64_t' has not been declared 715 | T const* src, int64_t src_pitch, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:716:5: error: 'int64_t' has not been declared 716 | int64_t width, int64_t height, MemcpyKind kind, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:716:20: error: 'int64_t' has not been declared 716 | int64_t width, int64_t height, MemcpyKind kind, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:805:19: error: 'int64_t' has not been declared 805 | T* dst, int64_t dst_pitch, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:806:19: error: 'int64_t' has not been declared 806 | T const* src, int64_t src_pitch, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:807:5: error: 'int64_t' has not been declared 807 | int64_t width, int64_t height, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:807:20: error: 'int64_t' has not been declared 807 | int64_t width, int64_t height, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:839:6: error: variable or field 'device_copy_vector' declared void 839 | void device_copy_vector( | ^~~~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:840:5: error: 'int64_t' was not declared in this scope 840 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:840:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:841:7: error: expected primary-expression before 'const' 841 | T const* src, int64_t inc_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:841:19: error: 'int64_t' was not declared in this scope 841 | T const* src, int64_t inc_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:841:19: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:6: error: expected primary-expression before '*' token 842 | T* dst, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:145:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 145 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:147:6: error: variable or field 'nrm2' declared void 147 | void nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:148:5: error: 'int64_t' was not declared in this scope 148 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:148:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:149:26: error: expected primary-expression before 'const' 149 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:149:36: error: 'int64_t' was not declared in this scope 149 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:149:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:150:5: error: expected primary-expression before 'double' 150 | double* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:151:16: error: expected primary-expression before '&' token 151 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:14: error: 'dst' was not declared in this scope; did you mean 'dot'? 842 | T* dst, int64_t inc_dst, Queue& queue) | ^~~ | dot /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:19: error: 'int64_t' was not declared in this scope 842 | T* dst, int64_t inc_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:19: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:41: error: expected primary-expression before '&' token 842 | T* dst, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:151:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 151 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:154:6: error: variable or field 'scal' declared void 154 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:155:5: error: 'int64_t' was not declared in this scope 155 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:155:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:156:5: error: expected primary-expression before 'float' 156 | float alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:157:5: error: expected primary-expression before 'float' 157 | float* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:157:15: error: 'int64_t' was not declared in this scope 157 | float* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:157:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:158:16: error: expected primary-expression before '&' token 158 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:842:43: error: 'queue' was not declared in this scope; did you mean 'Queue'? 842 | T* dst, int64_t inc_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:886:6: error: variable or field 'device_copy_matrix' declared void 886 | void device_copy_matrix( | ^~~~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:887:5: error: 'int64_t' was not declared in this scope 887 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:887:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:887:16: error: 'int64_t' was not declared in this scope 887 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:887:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:888:7: error: expected primary-expression before 'const' 888 | T const* src, int64_t ld_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:888:19: error: 'int64_t' was not declared in this scope 888 | T const* src, int64_t ld_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:888:19: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:6: error: expected primary-expression before '*' token 889 | T* dst, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:158:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 158 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:160:6: error: variable or field 'scal' declared void 160 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:161:5: error: 'int64_t' was not declared in this scope 161 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:161:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:162:5: error: expected primary-expression before 'double' 162 | double alpha, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:163:5: error: expected primary-expression before 'double' 163 | double* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:163:16: error: 'int64_t' was not declared in this scope 163 | double* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:163:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:164:16: error: expected primary-expression before '&' token 164 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:14: error: 'dst' was not declared in this scope; did you mean 'dot'? 889 | T* dst, int64_t ld_dst, Queue& queue) | ^~~ | dot /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:19: error: 'int64_t' was not declared in this scope 889 | T* dst, int64_t ld_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:19: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:40: error: expected primary-expression before '&' token 889 | T* dst, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:164:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 164 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:166:6: error: variable or field 'scal' declared void 166 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:167:5: error: 'int64_t' was not declared in this scope 167 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:167:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:168:25: error: expected primary-expression before 'alpha' 168 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:169:24: error: expected primary-expression before '*' token 169 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:889:42: error: 'queue' was not declared in this scope; did you mean 'Queue'? 889 | T* dst, int64_t ld_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:905:6: error: variable or field 'device_setvector' declared void 905 | void device_setvector( | ^~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:906:5: error: 'int64_t' was not declared in this scope 906 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:906:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:907:7: error: expected primary-expression before 'const' 907 | T const* src_host, int64_t inc_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:907:24: error: 'int64_t' was not declared in this scope 907 | T const* src_host, int64_t inc_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:907:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:6: error: expected primary-expression before '*' token 908 | T* dst_dev, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:169:26: error: 'x' was not declared in this scope 169 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:169:29: error: 'int64_t' was not declared in this scope 169 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:169:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:170:16: error: expected primary-expression before '&' token 170 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:14: error: 'dst_dev' was not declared in this scope 908 | T* dst_dev, int64_t inc_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:24: error: 'int64_t' was not declared in this scope 908 | T* dst_dev, int64_t inc_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:46: error: expected primary-expression before '&' token 908 | T* dst_dev, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:170:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 170 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:172:6: error: variable or field 'scal' declared void 172 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:173:5: error: 'int64_t' was not declared in this scope 173 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:173:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:174:26: error: expected primary-expression before 'alpha' 174 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:175:25: error: expected primary-expression before '*' token 175 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:908:48: error: 'queue' was not declared in this scope; did you mean 'Queue'? 908 | T* dst_dev, int64_t inc_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:924:6: error: variable or field 'device_getvector' declared void 924 | void device_getvector( | ^~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:925:5: error: 'int64_t' was not declared in this scope 925 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:175:27: error: 'x' was not declared in this scope 175 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:925:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:926:7: error: expected primary-expression before 'const' 926 | T const* src_dev, int64_t inc_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:926:24: error: 'int64_t' was not declared in this scope 926 | T const* src_dev, int64_t inc_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:926:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:6: error: expected primary-expression before '*' token 927 | T* dst_host, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:175:30: error: 'int64_t' was not declared in this scope 175 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:175:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:176:16: error: expected primary-expression before '&' token 176 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:176:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 176 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:179:6: error: variable or field 'swap' declared void 179 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:180:5: error: 'int64_t' was not declared in this scope 180 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:180:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:181:5: error: expected primary-expression before 'float' 181 | float* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:14: error: 'dst_host' was not declared in this scope 927 | T* dst_host, int64_t inc_dst, Queue& queue) | ^~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:181:15: error: 'int64_t' was not declared in this scope 181 | float* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:181:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:182:5: error: expected primary-expression before 'float' 182 | float* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:182:15: error: 'int64_t' was not declared in this scope 182 | float* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:182:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:24: error: 'int64_t' was not declared in this scope 927 | T* dst_host, int64_t inc_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:183:16: error: expected primary-expression before '&' token 183 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:46: error: expected primary-expression before '&' token 927 | T* dst_host, int64_t inc_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:927:48: error: 'queue' was not declared in this scope; did you mean 'Queue'? 927 | T* dst_host, int64_t inc_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:183:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 183 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:185:6: error: variable or field 'swap' declared void 185 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:943:6: error: variable or field 'device_setmatrix' declared void 943 | void device_setmatrix( | ^~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:186:5: error: 'int64_t' was not declared in this scope 186 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:186:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:944:5: error: 'int64_t' was not declared in this scope 944 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:944:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:187:5: error: expected primary-expression before 'double' 187 | double* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:944:16: error: 'int64_t' was not declared in this scope 944 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:944:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:945:7: error: expected primary-expression before 'const' 945 | T const* src_host, int64_t ld_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:187:16: error: 'int64_t' was not declared in this scope 187 | double* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:187:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:188:5: error: expected primary-expression before 'double' 188 | double* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:945:24: error: 'int64_t' was not declared in this scope 945 | T const* src_host, int64_t ld_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:945:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:6: error: expected primary-expression before '*' token 946 | T* dst_dev, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:188:16: error: 'int64_t' was not declared in this scope 188 | double* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:188:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:189:16: error: expected primary-expression before '&' token 189 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:189:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 189 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:191:6: error: variable or field 'swap' declared void 191 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:192:5: error: 'int64_t' was not declared in this scope 192 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:192:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:193:24: error: expected primary-expression before '*' token 193 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:14: error: 'dst_dev' was not declared in this scope 946 | T* dst_dev, int64_t ld_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:24: error: 'int64_t' was not declared in this scope 946 | T* dst_dev, int64_t ld_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:45: error: expected primary-expression before '&' token 946 | T* dst_dev, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:193:26: error: 'x' was not declared in this scope 193 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:193:29: error: 'int64_t' was not declared in this scope 193 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:193:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:194:24: error: expected primary-expression before '*' token 194 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:946:47: error: 'queue' was not declared in this scope; did you mean 'Queue'? 946 | T* dst_dev, int64_t ld_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:962:6: error: variable or field 'device_getmatrix' declared void 962 | void device_getmatrix( | ^~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:963:5: error: 'int64_t' was not declared in this scope 963 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:963:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:963:16: error: 'int64_t' was not declared in this scope 963 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:963:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:964:7: error: expected primary-expression before 'const' 964 | T const* src_dev, int64_t ld_src, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:964:24: error: 'int64_t' was not declared in this scope 964 | T const* src_dev, int64_t ld_src, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:964:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:6: error: expected primary-expression before '*' token 965 | T* dst_host, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:194:26: error: 'y' was not declared in this scope; did you mean 'yn'? 194 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:194:29: error: 'int64_t' was not declared in this scope 194 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:194:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:195:16: error: expected primary-expression before '&' token 195 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:14: error: 'dst_host' was not declared in this scope 965 | T* dst_host, int64_t ld_dst, Queue& queue) | ^~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:24: error: 'int64_t' was not declared in this scope 965 | T* dst_host, int64_t ld_dst, Queue& queue) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:45: error: expected primary-expression before '&' token 965 | T* dst_host, int64_t ld_dst, Queue& queue) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:195:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 195 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:197:6: error: variable or field 'swap' declared void 197 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:198:5: error: 'int64_t' was not declared in this scope 198 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:198:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:199:25: error: expected primary-expression before '*' token 199 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:965:47: error: 'queue' was not declared in this scope; did you mean 'Queue'? 965 | T* dst_host, int64_t ld_dst, Queue& queue) | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:199:27: error: 'x' was not declared in this scope 199 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh: In member function 'void blas::Queue::work_ensure_size(size_t)': /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device.hh:989:36: error: 'blas::device_malloc' cannot be used as a function 989 | work_ = device_malloc( lwork, *this ); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:199:30: error: 'int64_t' was not declared in this scope 199 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:199:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh: At global scope: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:17:6: error: variable or field 'axpy' declared void 17 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:200:25: error: expected primary-expression before '*' token 200 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:18:5: error: 'int64_t' was not declared in this scope 18 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:7:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 6 | #include "blas/device.hh" +++ |+#include 7 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:19:5: error: expected primary-expression before 'float' 19 | float alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:20:5: error: expected primary-expression before 'float' 20 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:20:21: error: 'int64_t' was not declared in this scope 20 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:20:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:21:5: error: expected primary-expression before 'float' 21 | float* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:21:21: error: 'int64_t' was not declared in this scope 21 | float* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:21:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:22:16: error: expected primary-expression before '&' token 22 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:200:27: error: 'y' was not declared in this scope; did you mean 'yn'? 200 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:200:30: error: 'int64_t' was not declared in this scope 200 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:200:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:201:16: error: expected primary-expression before '&' token 201 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:22:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 22 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:24:6: error: variable or field 'axpy' declared void 24 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:25:5: error: 'int64_t' was not declared in this scope 25 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:25:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:26:5: error: expected primary-expression before 'double' 26 | double alpha, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:27:5: error: expected primary-expression before 'double' 27 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:27:22: error: 'int64_t' was not declared in this scope 27 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:27:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:28:5: error: expected primary-expression before 'double' 28 | double* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:28:22: error: 'int64_t' was not declared in this scope 28 | double* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:28:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:29:16: error: expected primary-expression before '&' token 29 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:201:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 201 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:214:5: error: 'int64_t' has not been declared 214 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:214:16: error: 'int64_t' has not been declared 214 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:214:27: error: 'int64_t' has not been declared 214 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:216:21: error: 'int64_t' has not been declared 216 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:217:21: error: 'int64_t' has not been declared 217 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:219:21: error: 'int64_t' has not been declared 219 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:226:5: error: 'int64_t' has not been declared 226 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:226:16: error: 'int64_t' has not been declared 226 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:226:27: error: 'int64_t' has not been declared 226 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:228:22: error: 'int64_t' has not been declared 228 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:229:22: error: 'int64_t' has not been declared 229 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:231:22: error: 'int64_t' has not been declared 231 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:238:5: error: 'int64_t' has not been declared 238 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:238:16: error: 'int64_t' has not been declared 238 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:238:27: error: 'int64_t' has not been declared 238 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:240:35: error: 'int64_t' has not been declared 240 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:241:35: error: 'int64_t' has not been declared 241 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:243:35: error: 'int64_t' has not been declared 243 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:250:5: error: 'int64_t' has not been declared 250 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:250:16: error: 'int64_t' has not been declared 250 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:250:27: error: 'int64_t' has not been declared 250 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:252:36: error: 'int64_t' has not been declared 252 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:253:36: error: 'int64_t' has not been declared 253 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:255:36: error: 'int64_t' has not been declared 255 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:29:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 29 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:263:5: error: 'int64_t' has not been declared 263 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:31:6: error: variable or field 'axpy' declared void 31 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:263:16: error: 'int64_t' has not been declared 263 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:265:21: error: 'int64_t' has not been declared 265 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:266:21: error: 'int64_t' has not been declared 266 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:268:21: error: 'int64_t' has not been declared 268 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:275:5: error: 'int64_t' has not been declared 275 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:32:5: error: 'int64_t' was not declared in this scope 32 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:32:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:275:16: error: 'int64_t' has not been declared 275 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:33:25: error: expected primary-expression before 'alpha' 33 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:277:22: error: 'int64_t' has not been declared 277 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:34:25: error: expected primary-expression before 'const' 34 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:278:22: error: 'int64_t' has not been declared 278 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:280:22: error: 'int64_t' has not been declared 280 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:34:35: error: 'int64_t' was not declared in this scope 34 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:34:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:287:5: error: 'int64_t' has not been declared 287 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:35:24: error: expected primary-expression before '*' token 35 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:287:16: error: 'int64_t' has not been declared 287 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:289:35: error: 'int64_t' has not been declared 289 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:290:35: error: 'int64_t' has not been declared 290 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:292:35: error: 'int64_t' has not been declared 292 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:299:5: error: 'int64_t' has not been declared 299 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:299:16: error: 'int64_t' has not been declared 299 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:301:36: error: 'int64_t' has not been declared 301 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:302:36: error: 'int64_t' has not been declared 302 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:304:36: error: 'int64_t' has not been declared 304 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:312:5: error: 'int64_t' has not been declared 312 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:312:16: error: 'int64_t' has not been declared 312 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:314:21: error: 'int64_t' has not been declared 314 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:315:21: error: 'int64_t' has not been declared 315 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:317:21: error: 'int64_t' has not been declared 317 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:324:5: error: 'int64_t' has not been declared 324 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:324:16: error: 'int64_t' has not been declared 324 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:326:22: error: 'int64_t' has not been declared 326 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:327:22: error: 'int64_t' has not been declared 327 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:329:22: error: 'int64_t' has not been declared 329 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:336:5: error: 'int64_t' has not been declared 336 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:336:16: error: 'int64_t' has not been declared 336 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:338:35: error: 'int64_t' has not been declared 338 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:339:35: error: 'int64_t' has not been declared 339 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:341:35: error: 'int64_t' has not been declared 341 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:348:5: error: 'int64_t' has not been declared 348 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:348:16: error: 'int64_t' has not been declared 348 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:350:36: error: 'int64_t' has not been declared 350 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:35:32: error: 'y' was not declared in this scope; did you mean 'yn'? 35 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:351:36: error: 'int64_t' has not been declared 351 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:353:36: error: 'int64_t' has not been declared 353 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:361:5: error: 'int64_t' has not been declared 361 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:361:16: error: 'int64_t' has not been declared 361 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:35:35: error: 'int64_t' was not declared in this scope 35 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:363:21: error: 'int64_t' has not been declared 363 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:35:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:365:21: error: 'int64_t' has not been declared 365 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:36:16: error: expected primary-expression before '&' token 36 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:372:5: error: 'int64_t' has not been declared 372 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:372:16: error: 'int64_t' has not been declared 372 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:374:22: error: 'int64_t' has not been declared 374 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:376:22: error: 'int64_t' has not been declared 376 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:383:5: error: 'int64_t' has not been declared 383 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:383:16: error: 'int64_t' has not been declared 383 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:385:35: error: 'int64_t' has not been declared 385 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:387:35: error: 'int64_t' has not been declared 387 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:394:5: error: 'int64_t' has not been declared 394 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:394:16: error: 'int64_t' has not been declared 394 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:396:36: error: 'int64_t' has not been declared 396 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:398:36: error: 'int64_t' has not been declared 398 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:406:5: error: 'int64_t' has not been declared 406 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:406:16: error: 'int64_t' has not been declared 406 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:408:21: error: 'int64_t' has not been declared 408 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:409:21: error: 'int64_t' has not been declared 409 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:411:21: error: 'int64_t' has not been declared 411 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:418:5: error: 'int64_t' has not been declared 418 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:418:16: error: 'int64_t' has not been declared 418 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:420:22: error: 'int64_t' has not been declared 420 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:421:22: error: 'int64_t' has not been declared 421 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:423:22: error: 'int64_t' has not been declared 423 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:430:5: error: 'int64_t' has not been declared 430 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:430:16: error: 'int64_t' has not been declared 430 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:432:35: error: 'int64_t' has not been declared 432 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:433:35: error: 'int64_t' has not been declared 433 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:435:35: error: 'int64_t' has not been declared 435 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:36:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 36 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:442:5: error: 'int64_t' has not been declared 442 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:38:6: error: variable or field 'axpy' declared void 38 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:442:16: error: 'int64_t' has not been declared 442 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:444:36: error: 'int64_t' has not been declared 444 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:445:36: error: 'int64_t' has not been declared 445 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:447:36: error: 'int64_t' has not been declared 447 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:455:5: error: 'int64_t' has not been declared 455 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:39:5: error: 'int64_t' was not declared in this scope 39 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:39:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:455:16: error: 'int64_t' has not been declared 455 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:40:26: error: expected primary-expression before 'alpha' 40 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:457:21: error: 'int64_t' has not been declared 457 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:41:26: error: expected primary-expression before 'const' 41 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:458:21: error: 'int64_t' has not been declared 458 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:460:21: error: 'int64_t' has not been declared 460 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:41:36: error: 'int64_t' was not declared in this scope 41 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:41:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:467:5: error: 'int64_t' has not been declared 467 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:42:25: error: expected primary-expression before '*' token 42 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:467:16: error: 'int64_t' has not been declared 467 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:469:22: error: 'int64_t' has not been declared 469 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:470:22: error: 'int64_t' has not been declared 470 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:472:22: error: 'int64_t' has not been declared 472 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:479:5: error: 'int64_t' has not been declared 479 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:479:16: error: 'int64_t' has not been declared 479 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:481:35: error: 'int64_t' has not been declared 481 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:482:35: error: 'int64_t' has not been declared 482 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:484:35: error: 'int64_t' has not been declared 484 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:491:5: error: 'int64_t' has not been declared 491 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:491:16: error: 'int64_t' has not been declared 491 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:493:36: error: 'int64_t' has not been declared 493 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:494:36: error: 'int64_t' has not been declared 494 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:496:36: error: 'int64_t' has not been declared 496 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:504:5: error: 'int64_t' has not been declared 504 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:504:16: error: 'int64_t' has not been declared 504 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:506:21: error: 'int64_t' has not been declared 506 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:508:21: error: 'int64_t' has not been declared 508 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:515:5: error: 'int64_t' has not been declared 515 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:515:16: error: 'int64_t' has not been declared 515 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:517:22: error: 'int64_t' has not been declared 517 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:519:22: error: 'int64_t' has not been declared 519 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:526:5: error: 'int64_t' has not been declared 526 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:526:16: error: 'int64_t' has not been declared 526 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:528:35: error: 'int64_t' has not been declared 528 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:530:35: error: 'int64_t' has not been declared 530 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:537:5: error: 'int64_t' has not been declared 537 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:537:16: error: 'int64_t' has not been declared 537 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:42:33: error: 'y' was not declared in this scope; did you mean 'yn'? 42 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:539:36: error: 'int64_t' has not been declared 539 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:541:36: error: 'int64_t' has not been declared 541 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:551:5: error: 'int64_t' has not been declared 551 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:552:5: error: 'int64_t' has not been declared 552 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:42:36: error: 'int64_t' was not declared in this scope 42 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:42:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:554:21: error: 'int64_t' has not been declared 554 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:43:16: error: expected primary-expression before '&' token 43 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:555:21: error: 'int64_t' has not been declared 555 | float* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:564:5: error: 'int64_t' has not been declared 564 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:565:5: error: 'int64_t' has not been declared 565 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:567:22: error: 'int64_t' has not been declared 567 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:568:22: error: 'int64_t' has not been declared 568 | double* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:577:5: error: 'int64_t' has not been declared 577 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:578:5: error: 'int64_t' has not been declared 578 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:580:35: error: 'int64_t' has not been declared 580 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:581:35: error: 'int64_t' has not been declared 581 | std::complex* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:590:5: error: 'int64_t' has not been declared 590 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:591:5: error: 'int64_t' has not been declared 591 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:593:36: error: 'int64_t' has not been declared 593 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:594:36: error: 'int64_t' has not been declared 594 | std::complex* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:604:5: error: 'int64_t' has not been declared 604 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:605:5: error: 'int64_t' has not been declared 605 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:607:21: error: 'int64_t' has not been declared 607 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:608:21: error: 'int64_t' has not been declared 608 | float* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:617:5: error: 'int64_t' has not been declared 617 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:618:5: error: 'int64_t' has not been declared 618 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:620:22: error: 'int64_t' has not been declared 620 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:621:22: error: 'int64_t' has not been declared 621 | double* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:630:5: error: 'int64_t' has not been declared 630 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:631:5: error: 'int64_t' has not been declared 631 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:633:35: error: 'int64_t' has not been declared 633 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:634:35: error: 'int64_t' has not been declared 634 | std::complex* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:643:5: error: 'int64_t' has not been declared 643 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:644:5: error: 'int64_t' has not been declared 644 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:646:36: error: 'int64_t' has not been declared 646 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:647:36: error: 'int64_t' has not been declared 647 | std::complex* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:43:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 43 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:46:6: error: variable or field 'copy' declared void 46 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:670:17: error: 'int64_t' was not declared in this scope 670 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:47:5: error: 'int64_t' was not declared in this scope 47 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:670:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:47:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:670:24: error: template argument 1 is invalid 670 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:670:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:48:5: error: expected primary-expression before 'float' 48 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:48:21: error: 'int64_t' was not declared in this scope 48 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:671:17: error: 'int64_t' was not declared in this scope 671 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:48:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:671:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:49:5: error: expected primary-expression before 'float' 49 | float* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:671:24: error: template argument 1 is invalid 671 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:671:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:49:21: error: 'int64_t' was not declared in this scope 49 | float* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:49:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:50:16: error: expected primary-expression before '&' token 50 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:672:17: error: 'int64_t' was not declared in this scope 672 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:672:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:672:24: error: template argument 1 is invalid 672 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:672:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:674:56: error: 'int64_t' was not declared in this scope 674 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:674:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:674:63: error: template argument 1 is invalid 674 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:674:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:675:56: error: 'int64_t' was not declared in this scope 675 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:675:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:675:63: error: template argument 1 is invalid 675 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:675:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:677:56: error: 'int64_t' was not declared in this scope 677 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:677:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:677:63: error: template argument 1 is invalid 677 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:677:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:679:17: error: 'int64_t' was not declared in this scope 679 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:679:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:679:24: error: template argument 1 is invalid 679 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:679:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:686:17: error: 'int64_t' was not declared in this scope 686 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:686:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:686:24: error: template argument 1 is invalid 686 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:686:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:687:17: error: 'int64_t' was not declared in this scope 687 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:687:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:687:24: error: template argument 1 is invalid 687 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:687:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:688:17: error: 'int64_t' was not declared in this scope 688 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:688:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:688:24: error: template argument 1 is invalid 688 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:688:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:690:56: error: 'int64_t' was not declared in this scope 690 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:690:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:690:63: error: template argument 1 is invalid 690 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:690:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:50:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 50 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:52:6: error: variable or field 'copy' declared void 52 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:691:56: error: 'int64_t' was not declared in this scope 691 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:691:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:691:63: error: template argument 1 is invalid 691 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:691:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:693:56: error: 'int64_t' was not declared in this scope 693 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:693:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:53:5: error: 'int64_t' was not declared in this scope 53 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:53:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:693:63: error: template argument 1 is invalid 693 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:54:5: error: expected primary-expression before 'double' 54 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:693:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:54:22: error: 'int64_t' was not declared in this scope 54 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:54:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:695:17: error: 'int64_t' was not declared in this scope 695 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:695:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:55:5: error: expected primary-expression before 'double' 55 | double* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:695:24: error: template argument 1 is invalid 695 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:695:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:55:22: error: 'int64_t' was not declared in this scope 55 | double* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:55:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:56:16: error: expected primary-expression before '&' token 56 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:702:17: error: 'int64_t' was not declared in this scope 702 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:702:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:702:24: error: template argument 1 is invalid 702 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:702:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:703:17: error: 'int64_t' was not declared in this scope 703 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:703:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:703:24: error: template argument 1 is invalid 703 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:703:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:704:17: error: 'int64_t' was not declared in this scope 704 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:704:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:704:24: error: template argument 1 is invalid 704 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:704:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:706:68: error: 'int64_t' was not declared in this scope 706 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:706:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:706:75: error: template argument 1 is invalid 706 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:706:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:707:68: error: 'int64_t' was not declared in this scope 707 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:707:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:707:75: error: template argument 1 is invalid 707 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:707:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:709:68: error: 'int64_t' was not declared in this scope 709 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:709:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:709:75: error: template argument 1 is invalid 709 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:709:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:711:17: error: 'int64_t' was not declared in this scope 711 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:711:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:711:24: error: template argument 1 is invalid 711 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:711:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:718:17: error: 'int64_t' was not declared in this scope 718 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:718:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:718:24: error: template argument 1 is invalid 718 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:718:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:719:17: error: 'int64_t' was not declared in this scope 719 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:719:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:719:24: error: template argument 1 is invalid 719 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:719:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:56:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 56 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:58:6: error: variable or field 'copy' declared void 58 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:720:17: error: 'int64_t' was not declared in this scope 720 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:720:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:720:24: error: template argument 1 is invalid 720 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:720:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:722:69: error: 'int64_t' was not declared in this scope 722 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:722:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:722:76: error: template argument 1 is invalid 722 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:722:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:59:5: error: 'int64_t' was not declared in this scope 59 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:59:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:60:25: error: expected primary-expression before 'const' 60 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:723:69: error: 'int64_t' was not declared in this scope 723 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:723:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:723:76: error: template argument 1 is invalid 723 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:723:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:60:35: error: 'int64_t' was not declared in this scope 60 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:60:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:61:24: error: expected primary-expression before '*' token 61 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:725:69: error: 'int64_t' was not declared in this scope 725 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:725:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:725:76: error: template argument 1 is invalid 725 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:725:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:727:17: error: 'int64_t' was not declared in this scope 727 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:727:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:727:24: error: template argument 1 is invalid 727 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:727:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:736:17: error: 'int64_t' was not declared in this scope 736 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:736:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:736:24: error: template argument 1 is invalid 736 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:736:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:737:17: error: 'int64_t' was not declared in this scope 737 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:737:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:737:24: error: template argument 1 is invalid 737 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:737:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:738:17: error: 'int64_t' was not declared in this scope 738 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:738:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:738:24: error: template argument 1 is invalid 738 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:738:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:740:56: error: 'int64_t' was not declared in this scope 740 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:740:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:740:63: error: template argument 1 is invalid 740 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:740:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:741:56: error: 'int64_t' was not declared in this scope 741 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:741:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:741:63: error: template argument 1 is invalid 741 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:741:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:743:56: error: 'int64_t' was not declared in this scope 743 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:743:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:743:63: error: template argument 1 is invalid 743 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:743:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:61:32: error: 'y' was not declared in this scope; did you mean 'yn'? 61 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:745:17: error: 'int64_t' was not declared in this scope 745 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:745:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:745:24: error: template argument 1 is invalid 745 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:745:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:61:35: error: 'int64_t' was not declared in this scope 61 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:61:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:62:16: error: expected primary-expression before '&' token 62 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:752:17: error: 'int64_t' was not declared in this scope 752 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:752:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:752:24: error: template argument 1 is invalid 752 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:752:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:753:17: error: 'int64_t' was not declared in this scope 753 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:753:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:753:24: error: template argument 1 is invalid 753 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:753:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:754:17: error: 'int64_t' was not declared in this scope 754 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:754:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:754:24: error: template argument 1 is invalid 754 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:754:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:756:56: error: 'int64_t' was not declared in this scope 756 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:756:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:756:63: error: template argument 1 is invalid 756 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:756:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:757:56: error: 'int64_t' was not declared in this scope 757 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:757:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:757:63: error: template argument 1 is invalid 757 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:757:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:759:56: error: 'int64_t' was not declared in this scope 759 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:759:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:759:63: error: template argument 1 is invalid 759 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:759:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:761:17: error: 'int64_t' was not declared in this scope 761 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:761:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:761:24: error: template argument 1 is invalid 761 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:761:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:768:17: error: 'int64_t' was not declared in this scope 768 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:768:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:768:24: error: template argument 1 is invalid 768 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:768:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:769:17: error: 'int64_t' was not declared in this scope 769 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:769:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:769:24: error: template argument 1 is invalid 769 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:769:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:770:17: error: 'int64_t' was not declared in this scope 770 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:62:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 62 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:770:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:64:6: error: variable or field 'copy' declared void 64 | void copy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:770:24: error: template argument 1 is invalid 770 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:770:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:772:68: error: 'int64_t' was not declared in this scope 772 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:772:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:772:75: error: template argument 1 is invalid 772 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:772:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:65:5: error: 'int64_t' was not declared in this scope 65 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:65:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:66:26: error: expected primary-expression before 'const' 66 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:773:68: error: 'int64_t' was not declared in this scope 773 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:773:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:773:75: error: template argument 1 is invalid 773 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:773:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:66:36: error: 'int64_t' was not declared in this scope 66 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:66:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:67:25: error: expected primary-expression before '*' token 67 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:775:68: error: 'int64_t' was not declared in this scope 775 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:775:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:775:75: error: template argument 1 is invalid 775 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:775:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:777:17: error: 'int64_t' was not declared in this scope 777 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:777:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:777:24: error: template argument 1 is invalid 777 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:777:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:784:17: error: 'int64_t' was not declared in this scope 784 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:784:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:784:24: error: template argument 1 is invalid 784 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:784:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:785:17: error: 'int64_t' was not declared in this scope 785 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:785:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:785:24: error: template argument 1 is invalid 785 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:785:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:786:17: error: 'int64_t' was not declared in this scope 786 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:786:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:786:24: error: template argument 1 is invalid 786 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:786:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:788:69: error: 'int64_t' was not declared in this scope 788 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:788:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:788:76: error: template argument 1 is invalid 788 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:788:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:789:69: error: 'int64_t' was not declared in this scope 789 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:789:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:789:76: error: template argument 1 is invalid 789 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:789:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:791:69: error: 'int64_t' was not declared in this scope 791 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:791:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:791:76: error: template argument 1 is invalid 791 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:791:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:793:17: error: 'int64_t' was not declared in this scope 793 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:793:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:67:33: error: 'y' was not declared in this scope; did you mean 'yn'? 67 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:793:24: error: template argument 1 is invalid 793 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:793:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:802:17: error: 'int64_t' was not declared in this scope 802 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:67:36: error: 'int64_t' was not declared in this scope 67 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:802:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:67:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:802:24: error: template argument 1 is invalid 802 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:68:16: error: expected primary-expression before '&' token 68 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:802:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:803:17: error: 'int64_t' was not declared in this scope 803 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:803:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:803:24: error: template argument 1 is invalid 803 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:803:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:805:56: error: 'int64_t' was not declared in this scope 805 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:805:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:805:63: error: template argument 1 is invalid 805 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:805:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:806:56: error: 'int64_t' was not declared in this scope 806 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:806:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:806:63: error: template argument 1 is invalid 806 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:806:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:808:56: error: 'int64_t' was not declared in this scope 808 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:808:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:808:63: error: template argument 1 is invalid 808 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:808:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:810:17: error: 'int64_t' was not declared in this scope 810 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:810:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:810:24: error: template argument 1 is invalid 810 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:810:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:817:17: error: 'int64_t' was not declared in this scope 817 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:817:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:817:24: error: template argument 1 is invalid 817 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:817:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:818:17: error: 'int64_t' was not declared in this scope 818 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:818:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:818:24: error: template argument 1 is invalid 818 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:818:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:820:56: error: 'int64_t' was not declared in this scope 820 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:820:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:820:63: error: template argument 1 is invalid 820 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:820:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:821:56: error: 'int64_t' was not declared in this scope 821 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:821:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:821:63: error: template argument 1 is invalid 821 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:821:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:68:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 68 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:823:56: error: 'int64_t' was not declared in this scope 823 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:823:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:71:6: error: variable or field 'dot' declared void 71 | void dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:823:63: error: template argument 1 is invalid 823 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:823:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:825:17: error: 'int64_t' was not declared in this scope 825 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:825:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:825:24: error: template argument 1 is invalid 825 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:825:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:72:5: error: 'int64_t' was not declared in this scope 72 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:72:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:73:5: error: expected primary-expression before 'float' 73 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:832:17: error: 'int64_t' was not declared in this scope 832 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:832:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:832:24: error: template argument 1 is invalid 832 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:832:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:73:21: error: 'int64_t' was not declared in this scope 73 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:73:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:74:5: error: expected primary-expression before 'float' 74 | float const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:833:17: error: 'int64_t' was not declared in this scope 833 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:833:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:833:24: error: template argument 1 is invalid 833 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:833:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:74:21: error: 'int64_t' was not declared in this scope 74 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:74:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:75:5: error: expected primary-expression before 'float' 75 | float* result, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:76:16: error: expected primary-expression before '&' token 76 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:835:68: error: 'int64_t' was not declared in this scope 835 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:835:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:835:75: error: template argument 1 is invalid 835 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:835:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:836:68: error: 'int64_t' was not declared in this scope 836 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:836:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:836:75: error: template argument 1 is invalid 836 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:836:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:838:68: error: 'int64_t' was not declared in this scope 838 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:838:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:838:75: error: template argument 1 is invalid 838 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:838:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:840:17: error: 'int64_t' was not declared in this scope 840 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:840:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:840:24: error: template argument 1 is invalid 840 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:840:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:847:17: error: 'int64_t' was not declared in this scope 847 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:847:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:847:24: error: template argument 1 is invalid 847 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:847:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:848:17: error: 'int64_t' was not declared in this scope 848 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:848:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:848:24: error: template argument 1 is invalid 848 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:848:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:850:69: error: 'int64_t' was not declared in this scope 850 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:850:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:850:76: error: template argument 1 is invalid 850 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:850:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:851:69: error: 'int64_t' was not declared in this scope 851 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:851:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:851:76: error: template argument 1 is invalid 851 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:851:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:853:69: error: 'int64_t' was not declared in this scope 853 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:853:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:853:76: error: template argument 1 is invalid 853 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:853:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:76:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 76 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:78:6: error: variable or field 'dot' declared void 78 | void dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:855:17: error: 'int64_t' was not declared in this scope 855 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:855:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:855:24: error: template argument 1 is invalid 855 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:855:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:864:17: error: 'int64_t' was not declared in this scope 864 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:864:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:79:5: error: 'int64_t' was not declared in this scope 79 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:79:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:864:24: error: template argument 1 is invalid 864 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:864:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:80:5: error: expected primary-expression before 'double' 80 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:865:17: error: 'int64_t' was not declared in this scope 865 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:865:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:865:24: error: template argument 1 is invalid 865 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:865:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:80:22: error: 'int64_t' was not declared in this scope 80 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:80:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:81:5: error: expected primary-expression before 'double' 81 | double const* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:867:56: error: 'int64_t' was not declared in this scope 867 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:867:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:81:22: error: 'int64_t' was not declared in this scope 81 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:81:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:82:5: error: expected primary-expression before 'double' 82 | double* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:867:63: error: template argument 1 is invalid 867 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:83:16: error: expected primary-expression before '&' token 83 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:867:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:868:56: error: 'int64_t' was not declared in this scope 868 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:868:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:868:63: error: template argument 1 is invalid 868 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:868:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:870:56: error: 'int64_t' was not declared in this scope 870 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:870:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:870:63: error: template argument 1 is invalid 870 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:870:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:872:17: error: 'int64_t' was not declared in this scope 872 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:872:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:872:24: error: template argument 1 is invalid 872 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:872:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:879:17: error: 'int64_t' was not declared in this scope 879 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:879:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:879:24: error: template argument 1 is invalid 879 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:879:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:880:17: error: 'int64_t' was not declared in this scope 880 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:880:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:880:24: error: template argument 1 is invalid 880 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:880:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:882:56: error: 'int64_t' was not declared in this scope 882 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:882:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:882:63: error: template argument 1 is invalid 882 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:882:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:883:56: error: 'int64_t' was not declared in this scope 883 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:883:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:883:63: error: template argument 1 is invalid 883 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:883:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:885:56: error: 'int64_t' was not declared in this scope 885 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:885:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:885:63: error: template argument 1 is invalid 885 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:885:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:887:17: error: 'int64_t' was not declared in this scope 887 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:887:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:887:24: error: template argument 1 is invalid 887 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:887:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:83:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 83 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:85:6: error: variable or field 'dot' declared void 85 | void dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:894:17: error: 'int64_t' was not declared in this scope 894 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:894:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:894:24: error: template argument 1 is invalid 894 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:894:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:895:17: error: 'int64_t' was not declared in this scope 895 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:895:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:86:5: error: 'int64_t' was not declared in this scope 86 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:895:24: error: template argument 1 is invalid 895 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:86:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:895:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:87:25: error: expected primary-expression before 'const' 87 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:897:68: error: 'int64_t' was not declared in this scope 897 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:897:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:87:35: error: 'int64_t' was not declared in this scope 87 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:87:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:897:75: error: template argument 1 is invalid 897 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:897:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:88:25: error: expected primary-expression before 'const' 88 | std::complex const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:88:35: error: 'int64_t' was not declared in this scope 88 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:898:68: error: 'int64_t' was not declared in this scope 898 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:88:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:898:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:898:75: error: template argument 1 is invalid 898 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:89:24: error: expected primary-expression before '*' token 89 | std::complex* result, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:898:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:900:68: error: 'int64_t' was not declared in this scope 900 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:900:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:900:75: error: template argument 1 is invalid 900 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:900:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:902:17: error: 'int64_t' was not declared in this scope 902 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:902:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:902:24: error: template argument 1 is invalid 902 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:902:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:909:17: error: 'int64_t' was not declared in this scope 909 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:909:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:909:24: error: template argument 1 is invalid 909 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:909:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:910:17: error: 'int64_t' was not declared in this scope 910 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:910:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:910:24: error: template argument 1 is invalid 910 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:910:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:912:69: error: 'int64_t' was not declared in this scope 912 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:912:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:912:76: error: template argument 1 is invalid 912 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:912:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:913:69: error: 'int64_t' was not declared in this scope 913 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:913:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:913:76: error: template argument 1 is invalid 913 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:913:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:915:69: error: 'int64_t' was not declared in this scope 915 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:915:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:915:76: error: template argument 1 is invalid 915 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:915:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:917:17: error: 'int64_t' was not declared in this scope 917 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:917:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:917:24: error: template argument 1 is invalid 917 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:917:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:926:17: error: 'int64_t' was not declared in this scope 926 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:926:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:926:24: error: template argument 1 is invalid 926 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:926:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:927:17: error: 'int64_t' was not declared in this scope 927 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:927:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:927:24: error: template argument 1 is invalid 927 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:927:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:929:56: error: 'int64_t' was not declared in this scope 929 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:929:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:929:63: error: template argument 1 is invalid 929 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:929:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:931:56: error: 'int64_t' was not declared in this scope 931 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:931:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:931:63: error: template argument 1 is invalid 931 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:931:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:933:17: error: 'int64_t' was not declared in this scope 933 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:933:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:89:26: error: 'result' was not declared in this scope 89 | std::complex* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:933:24: error: template argument 1 is invalid 933 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:933:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:90:16: error: expected primary-expression before '&' token 90 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:940:17: error: 'int64_t' was not declared in this scope 940 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:940:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:940:24: error: template argument 1 is invalid 940 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:940:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:941:17: error: 'int64_t' was not declared in this scope 941 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:941:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:941:24: error: template argument 1 is invalid 941 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:941:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:943:56: error: 'int64_t' was not declared in this scope 943 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:943:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:943:63: error: template argument 1 is invalid 943 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:943:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:945:56: error: 'int64_t' was not declared in this scope 945 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:945:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:945:63: error: template argument 1 is invalid 945 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:945:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:947:17: error: 'int64_t' was not declared in this scope 947 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:947:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:947:24: error: template argument 1 is invalid 947 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:947:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:954:17: error: 'int64_t' was not declared in this scope 954 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:954:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:954:24: error: template argument 1 is invalid 954 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:954:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:955:17: error: 'int64_t' was not declared in this scope 955 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:955:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:955:24: error: template argument 1 is invalid 955 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:955:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:957:68: error: 'int64_t' was not declared in this scope 957 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:957:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:957:75: error: template argument 1 is invalid 957 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:957:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:959:68: error: 'int64_t' was not declared in this scope 959 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:959:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:959:75: error: template argument 1 is invalid 959 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:959:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:961:17: error: 'int64_t' was not declared in this scope 961 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:961:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:961:24: error: template argument 1 is invalid 961 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:961:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:90:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 90 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:92:6: error: variable or field 'dot' declared void 92 | void dot( | ^~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:968:17: error: 'int64_t' was not declared in this scope 968 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:968:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:968:24: error: template argument 1 is invalid 968 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:968:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:969:17: error: 'int64_t' was not declared in this scope 969 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:93:5: error: 'int64_t' was not declared in this scope 93 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:969:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:93:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:969:24: error: template argument 1 is invalid 969 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:969:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:94:26: error: expected primary-expression before 'const' 94 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:94:36: error: 'int64_t' was not declared in this scope 94 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:94:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:971:69: error: 'int64_t' was not declared in this scope 971 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:95:26: error: expected primary-expression before 'const' 95 | std::complex const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:971:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:971:76: error: template argument 1 is invalid 971 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:971:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:95:36: error: 'int64_t' was not declared in this scope 95 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:95:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:96:25: error: expected primary-expression before '*' token 96 | std::complex* result, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:973:69: error: 'int64_t' was not declared in this scope 973 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:973:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:973:76: error: template argument 1 is invalid 973 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:973:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:975:17: error: 'int64_t' was not declared in this scope 975 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:975:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:975:24: error: template argument 1 is invalid 975 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:975:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:984:17: error: 'int64_t' was not declared in this scope 984 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:984:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:984:24: error: template argument 1 is invalid 984 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:984:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:985:17: error: 'int64_t' was not declared in this scope 985 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:985:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:985:24: error: template argument 1 is invalid 985 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:985:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:987:56: error: 'int64_t' was not declared in this scope 987 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:987:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:987:63: error: template argument 1 is invalid 987 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:987:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:988:56: error: 'int64_t' was not declared in this scope 988 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:988:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:988:63: error: template argument 1 is invalid 988 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:988:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:990:56: error: 'int64_t' was not declared in this scope 990 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:990:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:990:63: error: template argument 1 is invalid 990 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:990:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:992:17: error: 'int64_t' was not declared in this scope 992 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:992:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:992:24: error: template argument 1 is invalid 992 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:992:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:999:17: error: 'int64_t' was not declared in this scope 999 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:999:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:999:24: error: template argument 1 is invalid 999 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:999:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1000:17: error: 'int64_t' was not declared in this scope 1000 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1000:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1000:24: error: template argument 1 is invalid 1000 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1000:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1002:56: error: 'int64_t' was not declared in this scope 1002 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1002:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1002:63: error: template argument 1 is invalid 1002 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1002:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1003:56: error: 'int64_t' was not declared in this scope 1003 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1003:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1003:63: error: template argument 1 is invalid 1003 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1003:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1005:56: error: 'int64_t' was not declared in this scope 1005 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1005:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1005:63: error: template argument 1 is invalid 1005 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1005:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1007:17: error: 'int64_t' was not declared in this scope 1007 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1007:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1007:24: error: template argument 1 is invalid 1007 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:96:27: error: 'result' was not declared in this scope 96 | std::complex* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1007:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:97:16: error: expected primary-expression before '&' token 97 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1014:17: error: 'int64_t' was not declared in this scope 1014 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1014:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1014:24: error: template argument 1 is invalid 1014 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1014:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1015:17: error: 'int64_t' was not declared in this scope 1015 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1015:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1015:24: error: template argument 1 is invalid 1015 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1015:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1017:68: error: 'int64_t' was not declared in this scope 1017 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1017:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1017:75: error: template argument 1 is invalid 1017 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1017:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1018:68: error: 'int64_t' was not declared in this scope 1018 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1018:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1018:75: error: template argument 1 is invalid 1018 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1018:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1020:68: error: 'int64_t' was not declared in this scope 1020 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1020:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1020:75: error: template argument 1 is invalid 1020 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1020:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1022:17: error: 'int64_t' was not declared in this scope 1022 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1022:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1022:24: error: template argument 1 is invalid 1022 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1022:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1029:17: error: 'int64_t' was not declared in this scope 1029 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1029:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1029:24: error: template argument 1 is invalid 1029 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1029:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1030:17: error: 'int64_t' was not declared in this scope 1030 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1030:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1030:24: error: template argument 1 is invalid 1030 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1030:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1032:69: error: 'int64_t' was not declared in this scope 1032 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1032:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1032:76: error: template argument 1 is invalid 1032 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1032:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:97:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 97 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1033:69: error: 'int64_t' was not declared in this scope 1033 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1033:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:100:6: error: variable or field 'dotu' declared void 100 | void dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1033:76: error: template argument 1 is invalid 1033 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1033:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1035:69: error: 'int64_t' was not declared in this scope 1035 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1035:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1035:76: error: template argument 1 is invalid 1035 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1035:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:101:5: error: 'int64_t' was not declared in this scope 101 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:101:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:102:5: error: expected primary-expression before 'float' 102 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1037:17: error: 'int64_t' was not declared in this scope 1037 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1037:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1037:24: error: template argument 1 is invalid 1037 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1037:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:102:21: error: 'int64_t' was not declared in this scope 102 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:102:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:103:5: error: expected primary-expression before 'float' 103 | float const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:103:21: error: 'int64_t' was not declared in this scope 103 | float const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:103:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:104:5: error: expected primary-expression before 'float' 104 | float* result, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1046:17: error: 'int64_t' was not declared in this scope 1046 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1046:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:105:16: error: expected primary-expression before '&' token 105 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1046:24: error: template argument 1 is invalid 1046 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1046:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1047:17: error: 'int64_t' was not declared in this scope 1047 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1047:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1047:24: error: template argument 1 is invalid 1047 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1047:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1049:56: error: 'int64_t' was not declared in this scope 1049 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1049:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1049:63: error: template argument 1 is invalid 1049 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1049:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1050:56: error: 'int64_t' was not declared in this scope 1050 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1050:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1050:63: error: template argument 1 is invalid 1050 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1050:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1052:56: error: 'int64_t' was not declared in this scope 1052 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1052:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1052:63: error: template argument 1 is invalid 1052 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1052:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1054:17: error: 'int64_t' was not declared in this scope 1054 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1054:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1054:24: error: template argument 1 is invalid 1054 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1054:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1061:17: error: 'int64_t' was not declared in this scope 1061 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1061:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1061:24: error: template argument 1 is invalid 1061 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1061:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1062:17: error: 'int64_t' was not declared in this scope 1062 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1062:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1062:24: error: template argument 1 is invalid 1062 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1062:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1064:56: error: 'int64_t' was not declared in this scope 1064 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1064:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1064:63: error: template argument 1 is invalid 1064 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1064:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1065:56: error: 'int64_t' was not declared in this scope 1065 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1065:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:105:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 105 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1065:63: error: template argument 1 is invalid 1065 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1065:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:107:6: error: variable or field 'dotu' declared void 107 | void dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1067:56: error: 'int64_t' was not declared in this scope 1067 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1067:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1067:63: error: template argument 1 is invalid 1067 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1067:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1069:17: error: 'int64_t' was not declared in this scope 1069 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:108:5: error: 'int64_t' was not declared in this scope 108 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:108:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1069:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:109:5: error: expected primary-expression before 'double' 109 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1069:24: error: template argument 1 is invalid 1069 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1069:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:109:22: error: 'int64_t' was not declared in this scope 109 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:109:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:110:5: error: expected primary-expression before 'double' 110 | double const* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1076:17: error: 'int64_t' was not declared in this scope 1076 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1076:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1076:24: error: template argument 1 is invalid 1076 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:110:22: error: 'int64_t' was not declared in this scope 110 | double const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1076:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:110:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:111:5: error: expected primary-expression before 'double' 111 | double* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:112:16: error: expected primary-expression before '&' token 112 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1077:17: error: 'int64_t' was not declared in this scope 1077 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1077:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1077:24: error: template argument 1 is invalid 1077 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1077:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1079:68: error: 'int64_t' was not declared in this scope 1079 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1079:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1079:75: error: template argument 1 is invalid 1079 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1079:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1080:68: error: 'int64_t' was not declared in this scope 1080 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1080:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1080:75: error: template argument 1 is invalid 1080 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1080:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1082:68: error: 'int64_t' was not declared in this scope 1082 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1082:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1082:75: error: template argument 1 is invalid 1082 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1082:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1084:17: error: 'int64_t' was not declared in this scope 1084 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1084:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1084:24: error: template argument 1 is invalid 1084 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1084:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1091:17: error: 'int64_t' was not declared in this scope 1091 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1091:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1091:24: error: template argument 1 is invalid 1091 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1091:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1092:17: error: 'int64_t' was not declared in this scope 1092 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1092:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1092:24: error: template argument 1 is invalid 1092 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1092:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1094:69: error: 'int64_t' was not declared in this scope 1094 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1094:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1094:76: error: template argument 1 is invalid 1094 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1094:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:112:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 112 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1095:69: error: 'int64_t' was not declared in this scope 1095 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1095:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:114:6: error: variable or field 'dotu' declared void 114 | void dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1095:76: error: template argument 1 is invalid 1095 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1095:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1097:69: error: 'int64_t' was not declared in this scope 1097 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1097:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1097:76: error: template argument 1 is invalid 1097 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1097:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:115:5: error: 'int64_t' was not declared in this scope 115 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:115:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1099:17: error: 'int64_t' was not declared in this scope 1099 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1099:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:116:25: error: expected primary-expression before 'const' 116 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1099:24: error: template argument 1 is invalid 1099 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1099:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:116:35: error: 'int64_t' was not declared in this scope 116 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:116:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:117:25: error: expected primary-expression before 'const' 117 | std::complex const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1108:17: error: 'int64_t' was not declared in this scope 1108 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1108:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1108:24: error: template argument 1 is invalid 1108 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:117:35: error: 'int64_t' was not declared in this scope 117 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1108:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:117:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:118:24: error: expected primary-expression before '*' token 118 | std::complex* result, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1109:17: error: 'int64_t' was not declared in this scope 1109 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1109:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1109:24: error: template argument 1 is invalid 1109 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1109:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1111:56: error: 'int64_t' was not declared in this scope 1111 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1111:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1111:63: error: template argument 1 is invalid 1111 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1111:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1113:56: error: 'int64_t' was not declared in this scope 1113 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1113:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1113:63: error: template argument 1 is invalid 1113 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1113:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1115:17: error: 'int64_t' was not declared in this scope 1115 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1115:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1115:24: error: template argument 1 is invalid 1115 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1115:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1122:17: error: 'int64_t' was not declared in this scope 1122 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1122:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1122:24: error: template argument 1 is invalid 1122 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1122:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1123:17: error: 'int64_t' was not declared in this scope 1123 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1123:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1123:24: error: template argument 1 is invalid 1123 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1123:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1125:56: error: 'int64_t' was not declared in this scope 1125 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1125:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1125:63: error: template argument 1 is invalid 1125 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1125:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1127:56: error: 'int64_t' was not declared in this scope 1127 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1127:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1127:63: error: template argument 1 is invalid 1127 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1127:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1129:17: error: 'int64_t' was not declared in this scope 1129 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1129:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1129:24: error: template argument 1 is invalid 1129 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1129:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1136:17: error: 'int64_t' was not declared in this scope 1136 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1136:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1136:24: error: template argument 1 is invalid 1136 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1136:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1137:17: error: 'int64_t' was not declared in this scope 1137 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1137:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1137:24: error: template argument 1 is invalid 1137 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1137:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1139:68: error: 'int64_t' was not declared in this scope 1139 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1139:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1139:75: error: template argument 1 is invalid 1139 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1139:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:118:26: error: 'result' was not declared in this scope 118 | std::complex* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:119:16: error: expected primary-expression before '&' token 119 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1141:68: error: 'int64_t' was not declared in this scope 1141 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1141:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1141:75: error: template argument 1 is invalid 1141 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1141:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1143:17: error: 'int64_t' was not declared in this scope 1143 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1143:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1143:24: error: template argument 1 is invalid 1143 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1143:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1150:17: error: 'int64_t' was not declared in this scope 1150 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1150:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1150:24: error: template argument 1 is invalid 1150 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1150:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1151:17: error: 'int64_t' was not declared in this scope 1151 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1151:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1151:24: error: template argument 1 is invalid 1151 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1151:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1153:69: error: 'int64_t' was not declared in this scope 1153 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1153:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1153:76: error: template argument 1 is invalid 1153 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1153:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1155:69: error: 'int64_t' was not declared in this scope 1155 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1155:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1155:76: error: template argument 1 is invalid 1155 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1155:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1157:17: error: 'int64_t' was not declared in this scope 1157 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1157:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1157:24: error: template argument 1 is invalid 1157 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1157:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1168:17: error: 'int64_t' was not declared in this scope 1168 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1168:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1168:24: error: template argument 1 is invalid 1168 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1168:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1169:17: error: 'int64_t' was not declared in this scope 1169 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1169:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1169:24: error: template argument 1 is invalid 1169 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1169:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:119:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 119 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:121:6: error: variable or field 'dotu' declared void 121 | void dotu( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1171:56: error: 'int64_t' was not declared in this scope 1171 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1171:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1171:63: error: template argument 1 is invalid 1171 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1171:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1172:56: error: 'int64_t' was not declared in this scope 1172 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1172:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1172:63: error: template argument 1 is invalid 1172 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1172:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:122:5: error: 'int64_t' was not declared in this scope 122 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:122:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1174:17: error: 'int64_t' was not declared in this scope 1174 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:123:26: error: expected primary-expression before 'const' 123 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1174:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1174:24: error: template argument 1 is invalid 1174 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1174:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:123:36: error: 'int64_t' was not declared in this scope 123 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:123:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:124:26: error: expected primary-expression before 'const' 124 | std::complex const* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1183:17: error: 'int64_t' was not declared in this scope 1183 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:124:36: error: 'int64_t' was not declared in this scope 124 | std::complex const* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1183:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:124:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1183:24: error: template argument 1 is invalid 1183 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1183:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:125:25: error: expected primary-expression before '*' token 125 | std::complex* result, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1184:17: error: 'int64_t' was not declared in this scope 1184 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1184:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1184:24: error: template argument 1 is invalid 1184 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1184:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1186:56: error: 'int64_t' was not declared in this scope 1186 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1186:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1186:63: error: template argument 1 is invalid 1186 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1186:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1187:56: error: 'int64_t' was not declared in this scope 1187 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1187:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1187:63: error: template argument 1 is invalid 1187 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1187:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1189:17: error: 'int64_t' was not declared in this scope 1189 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1189:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1189:24: error: template argument 1 is invalid 1189 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1189:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1198:17: error: 'int64_t' was not declared in this scope 1198 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1198:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1198:24: error: template argument 1 is invalid 1198 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1198:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1199:17: error: 'int64_t' was not declared in this scope 1199 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1199:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1199:24: error: template argument 1 is invalid 1199 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1199:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1201:68: error: 'int64_t' was not declared in this scope 1201 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1201:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1201:75: error: template argument 1 is invalid 1201 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1201:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1202:68: error: 'int64_t' was not declared in this scope 1202 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1202:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1202:75: error: template argument 1 is invalid 1202 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1202:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1204:17: error: 'int64_t' was not declared in this scope 1204 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1204:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1204:24: error: template argument 1 is invalid 1204 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1204:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1213:17: error: 'int64_t' was not declared in this scope 1213 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1213:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1213:24: error: template argument 1 is invalid 1213 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1213:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1214:17: error: 'int64_t' was not declared in this scope 1214 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1214:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1214:24: error: template argument 1 is invalid 1214 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1214:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1216:69: error: 'int64_t' was not declared in this scope 1216 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1216:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1216:76: error: template argument 1 is invalid 1216 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1216:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:125:27: error: 'result' was not declared in this scope 125 | std::complex* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:126:16: error: expected primary-expression before '&' token 126 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1217:69: error: 'int64_t' was not declared in this scope 1217 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1217:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1217:76: error: template argument 1 is invalid 1217 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1217:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1219:17: error: 'int64_t' was not declared in this scope 1219 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1219:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1219:24: error: template argument 1 is invalid 1219 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1219:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1230:17: error: 'int64_t' was not declared in this scope 1230 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1230:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1230:24: error: template argument 1 is invalid 1230 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1230:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1231:17: error: 'int64_t' was not declared in this scope 1231 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1231:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1231:24: error: template argument 1 is invalid 1231 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1231:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1233:56: error: 'int64_t' was not declared in this scope 1233 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1233:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1233:63: error: template argument 1 is invalid 1233 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1233:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1234:56: error: 'int64_t' was not declared in this scope 1234 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1234:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1234:63: error: template argument 1 is invalid 1234 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1234:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1236:17: error: 'int64_t' was not declared in this scope 1236 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1236:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1236:24: error: template argument 1 is invalid 1236 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1236:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1245:17: error: 'int64_t' was not declared in this scope 1245 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1245:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1245:24: error: template argument 1 is invalid 1245 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1245:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1246:17: error: 'int64_t' was not declared in this scope 1246 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1246:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1246:24: error: template argument 1 is invalid 1246 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1246:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:126:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 126 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1248:56: error: 'int64_t' was not declared in this scope 1248 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1248:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:129:6: error: variable or field 'nrm2' declared void 129 | void nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1248:63: error: template argument 1 is invalid 1248 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1248:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1249:56: error: 'int64_t' was not declared in this scope 1249 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1249:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1249:63: error: template argument 1 is invalid 1249 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1249:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:130:5: error: 'int64_t' was not declared in this scope 130 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:130:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1251:17: error: 'int64_t' was not declared in this scope 1251 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1251:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:131:5: error: expected primary-expression before 'float' 131 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1251:24: error: template argument 1 is invalid 1251 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1251:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:131:21: error: 'int64_t' was not declared in this scope 131 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:131:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:132:5: error: expected primary-expression before 'float' 132 | float* result, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:133:16: error: expected primary-expression before '&' token 133 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1260:17: error: 'int64_t' was not declared in this scope 1260 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1260:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1260:24: error: template argument 1 is invalid 1260 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1260:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1261:17: error: 'int64_t' was not declared in this scope 1261 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1261:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1261:24: error: template argument 1 is invalid 1261 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1261:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1263:68: error: 'int64_t' was not declared in this scope 1263 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1263:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1263:75: error: template argument 1 is invalid 1263 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1263:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1264:68: error: 'int64_t' was not declared in this scope 1264 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1264:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1264:75: error: template argument 1 is invalid 1264 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1264:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1266:17: error: 'int64_t' was not declared in this scope 1266 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1266:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1266:24: error: template argument 1 is invalid 1266 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1266:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1275:17: error: 'int64_t' was not declared in this scope 1275 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1275:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1275:24: error: template argument 1 is invalid 1275 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1275:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1276:17: error: 'int64_t' was not declared in this scope 1276 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1276:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1276:24: error: template argument 1 is invalid 1276 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1276:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1278:69: error: 'int64_t' was not declared in this scope 1278 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1278:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1278:76: error: template argument 1 is invalid 1278 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1278:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1279:69: error: 'int64_t' was not declared in this scope 1279 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1279:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1279:76: error: template argument 1 is invalid 1279 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1279:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:133:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 133 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:135:6: error: variable or field 'nrm2' declared void 135 | void nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1281:17: error: 'int64_t' was not declared in this scope 1281 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1281:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1281:24: error: template argument 1 is invalid 1281 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1281:24: error: template argument 2 is invalid In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:8: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/blas_internal.hh:16:31: error: 'int64_t' was not declared in this scope 16 | inline blas_int to_blas_int_( int64_t x, const char* x_str ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:136:5: error: 'int64_t' was not declared in this scope 136 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:136:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:137:5: error: expected primary-expression before 'double' 137 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/blas_internal.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/blas_internal.hh:16:42: error: expected primary-expression before 'const' 16 | inline blas_int to_blas_int_( int64_t x, const char* x_str ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/blas_internal.hh:16:60: error: expression list treated as compound expression in initializer [-fpermissive] 16 | inline blas_int to_blas_int_( int64_t x, const char* x_str ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:137:22: error: 'int64_t' was not declared in this scope 137 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:137:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:138:5: error: expected primary-expression before 'double' 138 | double* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:139:16: error: expected primary-expression before '&' token 139 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:82:6: error: variable or field 'axpy' declared void 82 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:83:5: error: 'int64_t' was not declared in this scope 83 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:9:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 8 | #include "blas_internal.hh" +++ |+#include 9 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:84:14: error: expected primary-expression before 'alpha' 84 | scalar_t alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:85:14: error: expected primary-expression before 'const' 85 | scalar_t const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:85:24: error: 'int64_t' was not declared in this scope 85 | scalar_t const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:85:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:86:13: error: expected primary-expression before '*' token 86 | scalar_t* y, int64_t incy ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:139:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 139 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:141:6: error: variable or field 'nrm2' declared void 141 | void nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:142:5: error: 'int64_t' was not declared in this scope 142 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:142:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:143:25: error: expected primary-expression before 'const' 143 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:143:35: error: 'int64_t' was not declared in this scope 143 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:143:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:144:5: error: expected primary-expression before 'float' 144 | float* result, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:145:16: error: expected primary-expression before '&' token 145 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:86:21: error: 'y' was not declared in this scope; did you mean 'yn'? 86 | scalar_t* y, int64_t incy ) | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:86:24: error: 'int64_t' was not declared in this scope 86 | scalar_t* y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:86:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:110:6: error: variable or field 'axpy' declared void 110 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:111:5: error: 'int64_t' was not declared in this scope 111 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:111:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:112:5: error: expected primary-expression before 'float' 112 | float alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:113:5: error: expected primary-expression before 'float' 113 | float const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:113:21: error: 'int64_t' was not declared in this scope 113 | float const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:113:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:114:5: error: expected primary-expression before 'float' 114 | float* y, int64_t incy ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:114:21: error: 'int64_t' was not declared in this scope 114 | float* y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:114:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:122:6: error: variable or field 'axpy' declared void 122 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:123:5: error: 'int64_t' was not declared in this scope 123 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:123:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:124:5: error: expected primary-expression before 'double' 124 | double alpha, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:125:5: error: expected primary-expression before 'double' 125 | double const* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:145:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 145 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:125:22: error: 'int64_t' was not declared in this scope 125 | double const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:125:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:147:6: error: variable or field 'nrm2' declared void 147 | void nrm2( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:126:5: error: expected primary-expression before 'double' 126 | double* y, int64_t incy ) | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:126:22: error: 'int64_t' was not declared in this scope 126 | double* y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:126:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:134:6: error: variable or field 'axpy' declared void 134 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:135:5: error: 'int64_t' was not declared in this scope 135 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:148:5: error: 'int64_t' was not declared in this scope 148 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:135:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:148:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:136:25: error: expected primary-expression before 'alpha' 136 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:149:26: error: expected primary-expression before 'const' 149 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:137:25: error: expected primary-expression before 'const' 137 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:149:36: error: 'int64_t' was not declared in this scope 149 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:149:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:137:35: error: 'int64_t' was not declared in this scope 137 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:150:5: error: expected primary-expression before 'double' 150 | double* result, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:137:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:138:24: error: expected primary-expression before '*' token 138 | std::complex* y, int64_t incy ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:151:16: error: expected primary-expression before '&' token 151 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:138:32: error: 'y' was not declared in this scope; did you mean 'yn'? 138 | std::complex* y, int64_t incy ) | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:151:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 151 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:154:6: error: variable or field 'scal' declared void 154 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:138:35: error: 'int64_t' was not declared in this scope 138 | std::complex* y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:138:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:155:5: error: 'int64_t' was not declared in this scope 155 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:155:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:146:6: error: variable or field 'axpy' declared void 146 | void axpy( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:156:5: error: expected primary-expression before 'float' 156 | float alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:157:5: error: expected primary-expression before 'float' 157 | float* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:147:5: error: 'int64_t' was not declared in this scope 147 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:157:15: error: 'int64_t' was not declared in this scope 157 | float* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:147:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:157:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:158:16: error: expected primary-expression before '&' token 158 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:148:26: error: expected primary-expression before 'alpha' 148 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:149:26: error: expected primary-expression before 'const' 149 | std::complex const* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:149:36: error: 'int64_t' was not declared in this scope 149 | std::complex const* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:149:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:150:25: error: expected primary-expression before '*' token 150 | std::complex* y, int64_t incy ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:158:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 158 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:160:6: error: variable or field 'scal' declared void 160 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:150:33: error: 'y' was not declared in this scope; did you mean 'yn'? 150 | std::complex* y, int64_t incy ) | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:161:5: error: 'int64_t' was not declared in this scope 161 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:161:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:162:5: error: expected primary-expression before 'double' 162 | double alpha, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:163:5: error: expected primary-expression before 'double' 163 | double* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:150:36: error: 'int64_t' was not declared in this scope 150 | std::complex* y, int64_t incy ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/axpy.cc:150:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:163:16: error: 'int64_t' was not declared in this scope 163 | double* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:163:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:164:16: error: expected primary-expression before '&' token 164 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:164:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 164 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:166:6: error: variable or field 'scal' declared void 166 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:167:5: error: 'int64_t' was not declared in this scope 167 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:167:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:168:25: error: expected primary-expression before 'alpha' 168 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:169:24: error: expected primary-expression before '*' token 169 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:169:26: error: 'x' was not declared in this scope 169 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:169:29: error: 'int64_t' was not declared in this scope 169 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:169:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:170:16: error: expected primary-expression before '&' token 170 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:170:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 170 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:172:6: error: variable or field 'scal' declared void 172 | void scal( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:173:5: error: 'int64_t' was not declared in this scope 173 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:173:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:174:26: error: expected primary-expression before 'alpha' 174 | std::complex alpha, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:175:25: error: expected primary-expression before '*' token 175 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:175:27: error: 'x' was not declared in this scope 175 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:175:30: error: 'int64_t' was not declared in this scope 175 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:175:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:176:16: error: expected primary-expression before '&' token 176 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:176:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 176 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:179:6: error: variable or field 'swap' declared void 179 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:180:5: error: 'int64_t' was not declared in this scope 180 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:180:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:181:5: error: expected primary-expression before 'float' 181 | float* x, int64_t incx, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:181:15: error: 'int64_t' was not declared in this scope 181 | float* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:181:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:182:5: error: expected primary-expression before 'float' 182 | float* y, int64_t incy, | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:182:15: error: 'int64_t' was not declared in this scope 182 | float* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:182:15: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:183:16: error: expected primary-expression before '&' token 183 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:183:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 183 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:185:6: error: variable or field 'swap' declared void 185 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:186:5: error: 'int64_t' was not declared in this scope 186 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:186:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:187:5: error: expected primary-expression before 'double' 187 | double* x, int64_t incx, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:187:16: error: 'int64_t' was not declared in this scope 187 | double* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:187:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:188:5: error: expected primary-expression before 'double' 188 | double* y, int64_t incy, | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:188:16: error: 'int64_t' was not declared in this scope 188 | double* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:188:16: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:189:16: error: expected primary-expression before '&' token 189 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:189:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 189 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:191:6: error: variable or field 'swap' declared void 191 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:192:5: error: 'int64_t' was not declared in this scope 192 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:192:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:193:24: error: expected primary-expression before '*' token 193 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:193:26: error: 'x' was not declared in this scope 193 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:193:29: error: 'int64_t' was not declared in this scope 193 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:193:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:194:24: error: expected primary-expression before '*' token 194 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:194:26: error: 'y' was not declared in this scope; did you mean 'yn'? 194 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:194:29: error: 'int64_t' was not declared in this scope 194 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:194:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:195:16: error: expected primary-expression before '&' token 195 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:195:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 195 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:197:6: error: variable or field 'swap' declared void 197 | void swap( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:198:5: error: 'int64_t' was not declared in this scope 198 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:198:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:199:25: error: expected primary-expression before '*' token 199 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:199:27: error: 'x' was not declared in this scope 199 | std::complex* x, int64_t incx, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:199:30: error: 'int64_t' was not declared in this scope 199 | std::complex* x, int64_t incx, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:199:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:200:25: error: expected primary-expression before '*' token 200 | std::complex* y, int64_t incy, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:200:27: error: 'y' was not declared in this scope; did you mean 'yn'? 200 | std::complex* y, int64_t incy, | ^ | yn /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:200:30: error: 'int64_t' was not declared in this scope 200 | std::complex* y, int64_t incy, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:200:30: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:201:16: error: expected primary-expression before '&' token 201 | blas::Queue& queue ); | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:201:18: error: 'queue' was not declared in this scope; did you mean 'Queue'? 201 | blas::Queue& queue ); | ^~~~~ | Queue /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:214:5: error: 'int64_t' has not been declared 214 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:214:16: error: 'int64_t' has not been declared 214 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:214:27: error: 'int64_t' has not been declared 214 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:216:21: error: 'int64_t' has not been declared 216 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:217:21: error: 'int64_t' has not been declared 217 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:219:21: error: 'int64_t' has not been declared 219 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:226:5: error: 'int64_t' has not been declared 226 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:226:16: error: 'int64_t' has not been declared 226 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:226:27: error: 'int64_t' has not been declared 226 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:228:22: error: 'int64_t' has not been declared 228 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:229:22: error: 'int64_t' has not been declared 229 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:231:22: error: 'int64_t' has not been declared 231 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:238:5: error: 'int64_t' has not been declared 238 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:238:16: error: 'int64_t' has not been declared 238 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:238:27: error: 'int64_t' has not been declared 238 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:240:35: error: 'int64_t' has not been declared 240 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:241:35: error: 'int64_t' has not been declared 241 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:243:35: error: 'int64_t' has not been declared 243 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:250:5: error: 'int64_t' has not been declared 250 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:250:16: error: 'int64_t' has not been declared 250 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:250:27: error: 'int64_t' has not been declared 250 | int64_t m, int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:252:36: error: 'int64_t' has not been declared 252 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:253:36: error: 'int64_t' has not been declared 253 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:255:36: error: 'int64_t' has not been declared 255 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:263:5: error: 'int64_t' has not been declared 263 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:263:16: error: 'int64_t' has not been declared 263 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:265:21: error: 'int64_t' has not been declared 265 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:266:21: error: 'int64_t' has not been declared 266 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:268:21: error: 'int64_t' has not been declared 268 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:275:5: error: 'int64_t' has not been declared 275 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:275:16: error: 'int64_t' has not been declared 275 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:277:22: error: 'int64_t' has not been declared 277 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:278:22: error: 'int64_t' has not been declared 278 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:280:22: error: 'int64_t' has not been declared 280 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:287:5: error: 'int64_t' has not been declared 287 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:287:16: error: 'int64_t' has not been declared 287 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:289:35: error: 'int64_t' has not been declared 289 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:290:35: error: 'int64_t' has not been declared 290 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:292:35: error: 'int64_t' has not been declared 292 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:299:5: error: 'int64_t' has not been declared 299 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:299:16: error: 'int64_t' has not been declared 299 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:301:36: error: 'int64_t' has not been declared 301 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:302:36: error: 'int64_t' has not been declared 302 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:304:36: error: 'int64_t' has not been declared 304 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:312:5: error: 'int64_t' has not been declared 312 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:312:16: error: 'int64_t' has not been declared 312 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:314:21: error: 'int64_t' has not been declared 314 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:315:21: error: 'int64_t' has not been declared 315 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:317:21: error: 'int64_t' has not been declared 317 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:324:5: error: 'int64_t' has not been declared 324 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:324:16: error: 'int64_t' has not been declared 324 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:326:22: error: 'int64_t' has not been declared 326 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:327:22: error: 'int64_t' has not been declared 327 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:329:22: error: 'int64_t' has not been declared 329 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:336:5: error: 'int64_t' has not been declared 336 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:336:16: error: 'int64_t' has not been declared 336 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:338:35: error: 'int64_t' has not been declared 338 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:339:35: error: 'int64_t' has not been declared 339 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:341:35: error: 'int64_t' has not been declared 341 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:348:5: error: 'int64_t' has not been declared 348 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:348:16: error: 'int64_t' has not been declared 348 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:350:36: error: 'int64_t' has not been declared 350 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:351:36: error: 'int64_t' has not been declared 351 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:353:36: error: 'int64_t' has not been declared 353 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:361:5: error: 'int64_t' has not been declared 361 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:361:16: error: 'int64_t' has not been declared 361 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:363:21: error: 'int64_t' has not been declared 363 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:365:21: error: 'int64_t' has not been declared 365 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:372:5: error: 'int64_t' has not been declared 372 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:372:16: error: 'int64_t' has not been declared 372 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:374:22: error: 'int64_t' has not been declared 374 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:376:22: error: 'int64_t' has not been declared 376 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:383:5: error: 'int64_t' has not been declared 383 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:383:16: error: 'int64_t' has not been declared 383 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:385:35: error: 'int64_t' has not been declared 385 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:387:35: error: 'int64_t' has not been declared 387 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:394:5: error: 'int64_t' has not been declared 394 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:394:16: error: 'int64_t' has not been declared 394 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:396:36: error: 'int64_t' has not been declared 396 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:398:36: error: 'int64_t' has not been declared 398 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:406:5: error: 'int64_t' has not been declared 406 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:406:16: error: 'int64_t' has not been declared 406 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:408:21: error: 'int64_t' has not been declared 408 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:409:21: error: 'int64_t' has not been declared 409 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:411:21: error: 'int64_t' has not been declared 411 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:418:5: error: 'int64_t' has not been declared 418 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:418:16: error: 'int64_t' has not been declared 418 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:420:22: error: 'int64_t' has not been declared 420 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:421:22: error: 'int64_t' has not been declared 421 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:423:22: error: 'int64_t' has not been declared 423 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:430:5: error: 'int64_t' has not been declared 430 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:430:16: error: 'int64_t' has not been declared 430 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:432:35: error: 'int64_t' has not been declared 432 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:433:35: error: 'int64_t' has not been declared 433 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:435:35: error: 'int64_t' has not been declared 435 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:442:5: error: 'int64_t' has not been declared 442 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:442:16: error: 'int64_t' has not been declared 442 | int64_t m, int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:444:36: error: 'int64_t' has not been declared 444 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:445:36: error: 'int64_t' has not been declared 445 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:447:36: error: 'int64_t' has not been declared 447 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:455:5: error: 'int64_t' has not been declared 455 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:455:16: error: 'int64_t' has not been declared 455 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:457:21: error: 'int64_t' has not been declared 457 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:458:21: error: 'int64_t' has not been declared 458 | float const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:460:21: error: 'int64_t' has not been declared 460 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:467:5: error: 'int64_t' has not been declared 467 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:467:16: error: 'int64_t' has not been declared 467 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:469:22: error: 'int64_t' has not been declared 469 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:470:22: error: 'int64_t' has not been declared 470 | double const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:472:22: error: 'int64_t' has not been declared 472 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:479:5: error: 'int64_t' has not been declared 479 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:479:16: error: 'int64_t' has not been declared 479 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:481:35: error: 'int64_t' has not been declared 481 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:482:35: error: 'int64_t' has not been declared 482 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:484:35: error: 'int64_t' has not been declared 484 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:491:5: error: 'int64_t' has not been declared 491 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:491:16: error: 'int64_t' has not been declared 491 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:493:36: error: 'int64_t' has not been declared 493 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:494:36: error: 'int64_t' has not been declared 494 | std::complex const* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:496:36: error: 'int64_t' has not been declared 496 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:504:5: error: 'int64_t' has not been declared 504 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:504:16: error: 'int64_t' has not been declared 504 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:506:21: error: 'int64_t' has not been declared 506 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:508:21: error: 'int64_t' has not been declared 508 | float* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:515:5: error: 'int64_t' has not been declared 515 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:515:16: error: 'int64_t' has not been declared 515 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:517:22: error: 'int64_t' has not been declared 517 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:519:22: error: 'int64_t' has not been declared 519 | double* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:526:5: error: 'int64_t' has not been declared 526 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:526:16: error: 'int64_t' has not been declared 526 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:528:35: error: 'int64_t' has not been declared 528 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:530:35: error: 'int64_t' has not been declared 530 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:537:5: error: 'int64_t' has not been declared 537 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:537:16: error: 'int64_t' has not been declared 537 | int64_t n, int64_t k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:539:36: error: 'int64_t' has not been declared 539 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:541:36: error: 'int64_t' has not been declared 541 | std::complex* C, int64_t ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:551:5: error: 'int64_t' has not been declared 551 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:552:5: error: 'int64_t' has not been declared 552 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:554:21: error: 'int64_t' has not been declared 554 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:555:21: error: 'int64_t' has not been declared 555 | float* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:564:5: error: 'int64_t' has not been declared 564 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:565:5: error: 'int64_t' has not been declared 565 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:567:22: error: 'int64_t' has not been declared 567 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:568:22: error: 'int64_t' has not been declared 568 | double* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:577:5: error: 'int64_t' has not been declared 577 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:578:5: error: 'int64_t' has not been declared 578 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:580:35: error: 'int64_t' has not been declared 580 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:581:35: error: 'int64_t' has not been declared 581 | std::complex* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:590:5: error: 'int64_t' has not been declared 590 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:591:5: error: 'int64_t' has not been declared 591 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:593:36: error: 'int64_t' has not been declared 593 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:594:36: error: 'int64_t' has not been declared 594 | std::complex* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:604:5: error: 'int64_t' has not been declared 604 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:605:5: error: 'int64_t' has not been declared 605 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:607:21: error: 'int64_t' has not been declared 607 | float const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:608:21: error: 'int64_t' has not been declared 608 | float* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:617:5: error: 'int64_t' has not been declared 617 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:618:5: error: 'int64_t' has not been declared 618 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:620:22: error: 'int64_t' has not been declared 620 | double const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:621:22: error: 'int64_t' has not been declared 621 | double* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:630:5: error: 'int64_t' has not been declared 630 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:631:5: error: 'int64_t' has not been declared 631 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:633:35: error: 'int64_t' has not been declared 633 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:634:35: error: 'int64_t' has not been declared 634 | std::complex* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:643:5: error: 'int64_t' has not been declared 643 | int64_t m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:644:5: error: 'int64_t' has not been declared 644 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:646:36: error: 'int64_t' has not been declared 646 | std::complex const* A, int64_t lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:647:36: error: 'int64_t' has not been declared 647 | std::complex* B, int64_t ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:670:17: error: 'int64_t' was not declared in this scope 670 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:670:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:670:24: error: template argument 1 is invalid 670 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:670:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:671:17: error: 'int64_t' was not declared in this scope 671 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:671:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:671:24: error: template argument 1 is invalid 671 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:671:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:672:17: error: 'int64_t' was not declared in this scope 672 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:672:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:672:24: error: template argument 1 is invalid 672 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:672:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:674:56: error: 'int64_t' was not declared in this scope 674 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:674:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:674:63: error: template argument 1 is invalid 674 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:674:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:675:56: error: 'int64_t' was not declared in this scope 675 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:675:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:675:63: error: template argument 1 is invalid 675 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:675:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:677:56: error: 'int64_t' was not declared in this scope 677 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:677:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:677:63: error: template argument 1 is invalid 677 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:677:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:679:17: error: 'int64_t' was not declared in this scope 679 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:679:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:679:24: error: template argument 1 is invalid 679 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:679:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:686:17: error: 'int64_t' was not declared in this scope 686 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:686:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:686:24: error: template argument 1 is invalid 686 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:686:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:687:17: error: 'int64_t' was not declared in this scope 687 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:687:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:687:24: error: template argument 1 is invalid 687 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:687:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:688:17: error: 'int64_t' was not declared in this scope 688 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:688:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:688:24: error: template argument 1 is invalid 688 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:688:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:690:56: error: 'int64_t' was not declared in this scope 690 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:690:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:690:63: error: template argument 1 is invalid 690 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:690:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:691:56: error: 'int64_t' was not declared in this scope 691 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:691:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:691:63: error: template argument 1 is invalid 691 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:691:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:693:56: error: 'int64_t' was not declared in this scope 693 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:693:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:693:63: error: template argument 1 is invalid 693 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:693:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:695:17: error: 'int64_t' was not declared in this scope 695 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:695:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:695:24: error: template argument 1 is invalid 695 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:695:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:702:17: error: 'int64_t' was not declared in this scope 702 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:702:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:702:24: error: template argument 1 is invalid 702 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:702:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:703:17: error: 'int64_t' was not declared in this scope 703 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:703:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:703:24: error: template argument 1 is invalid 703 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:703:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:704:17: error: 'int64_t' was not declared in this scope 704 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:704:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:704:24: error: template argument 1 is invalid 704 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:704:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:706:68: error: 'int64_t' was not declared in this scope 706 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:706:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:706:75: error: template argument 1 is invalid 706 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:706:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:707:68: error: 'int64_t' was not declared in this scope 707 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:707:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:707:75: error: template argument 1 is invalid 707 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:707:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:709:68: error: 'int64_t' was not declared in this scope 709 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:709:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:709:75: error: template argument 1 is invalid 709 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:709:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:711:17: error: 'int64_t' was not declared in this scope 711 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:711:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:711:24: error: template argument 1 is invalid 711 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:711:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:718:17: error: 'int64_t' was not declared in this scope 718 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:718:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:718:24: error: template argument 1 is invalid 718 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:718:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:719:17: error: 'int64_t' was not declared in this scope 719 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:719:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:719:24: error: template argument 1 is invalid 719 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:719:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:720:17: error: 'int64_t' was not declared in this scope 720 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:720:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:720:24: error: template argument 1 is invalid 720 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:720:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:722:69: error: 'int64_t' was not declared in this scope 722 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:722:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:722:76: error: template argument 1 is invalid 722 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:722:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:723:69: error: 'int64_t' was not declared in this scope 723 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:723:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:723:76: error: template argument 1 is invalid 723 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:723:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:725:69: error: 'int64_t' was not declared in this scope 725 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:725:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:725:76: error: template argument 1 is invalid 725 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:725:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:727:17: error: 'int64_t' was not declared in this scope 727 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:727:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:727:24: error: template argument 1 is invalid 727 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:727:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:736:17: error: 'int64_t' was not declared in this scope 736 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:736:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:736:24: error: template argument 1 is invalid 736 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:736:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:737:17: error: 'int64_t' was not declared in this scope 737 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:737:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:737:24: error: template argument 1 is invalid 737 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:737:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:738:17: error: 'int64_t' was not declared in this scope 738 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:738:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:738:24: error: template argument 1 is invalid 738 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:738:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:740:56: error: 'int64_t' was not declared in this scope 740 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:740:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:740:63: error: template argument 1 is invalid 740 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:740:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:741:56: error: 'int64_t' was not declared in this scope 741 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:741:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:741:63: error: template argument 1 is invalid 741 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:741:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:743:56: error: 'int64_t' was not declared in this scope 743 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:743:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:743:63: error: template argument 1 is invalid 743 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:743:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:745:17: error: 'int64_t' was not declared in this scope 745 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:745:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:745:24: error: template argument 1 is invalid 745 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:745:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:752:17: error: 'int64_t' was not declared in this scope 752 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:752:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:752:24: error: template argument 1 is invalid 752 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:752:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:753:17: error: 'int64_t' was not declared in this scope 753 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:753:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:753:24: error: template argument 1 is invalid 753 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:753:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:754:17: error: 'int64_t' was not declared in this scope 754 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:754:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:754:24: error: template argument 1 is invalid 754 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:754:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:756:56: error: 'int64_t' was not declared in this scope 756 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:756:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:756:63: error: template argument 1 is invalid 756 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:756:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:757:56: error: 'int64_t' was not declared in this scope 757 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:757:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:757:63: error: template argument 1 is invalid 757 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:757:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:759:56: error: 'int64_t' was not declared in this scope 759 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:759:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:759:63: error: template argument 1 is invalid 759 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:759:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:761:17: error: 'int64_t' was not declared in this scope 761 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:761:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:761:24: error: template argument 1 is invalid 761 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:761:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:768:17: error: 'int64_t' was not declared in this scope 768 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:768:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:768:24: error: template argument 1 is invalid 768 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:768:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:769:17: error: 'int64_t' was not declared in this scope 769 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:769:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:769:24: error: template argument 1 is invalid 769 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:769:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:770:17: error: 'int64_t' was not declared in this scope 770 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:770:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:770:24: error: template argument 1 is invalid 770 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:770:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:772:68: error: 'int64_t' was not declared in this scope 772 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:772:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:772:75: error: template argument 1 is invalid 772 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:772:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:773:68: error: 'int64_t' was not declared in this scope 773 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:773:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:773:75: error: template argument 1 is invalid 773 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:773:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:775:68: error: 'int64_t' was not declared in this scope 775 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:775:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:775:75: error: template argument 1 is invalid 775 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:775:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:777:17: error: 'int64_t' was not declared in this scope 777 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:777:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:777:24: error: template argument 1 is invalid 777 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:777:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:784:17: error: 'int64_t' was not declared in this scope 784 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:784:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:784:24: error: template argument 1 is invalid 784 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:784:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:785:17: error: 'int64_t' was not declared in this scope 785 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:785:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:785:24: error: template argument 1 is invalid 785 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:785:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:786:17: error: 'int64_t' was not declared in this scope 786 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:786:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:786:24: error: template argument 1 is invalid 786 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:786:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:788:69: error: 'int64_t' was not declared in this scope 788 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:788:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:788:76: error: template argument 1 is invalid 788 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:788:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:789:69: error: 'int64_t' was not declared in this scope 789 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:789:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:789:76: error: template argument 1 is invalid 789 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:789:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:791:69: error: 'int64_t' was not declared in this scope 791 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:791:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:791:76: error: template argument 1 is invalid 791 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:791:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:793:17: error: 'int64_t' was not declared in this scope 793 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:793:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:793:24: error: template argument 1 is invalid 793 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:793:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:802:17: error: 'int64_t' was not declared in this scope 802 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:802:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:802:24: error: template argument 1 is invalid 802 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:802:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:803:17: error: 'int64_t' was not declared in this scope 803 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:803:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:803:24: error: template argument 1 is invalid 803 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:803:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:805:56: error: 'int64_t' was not declared in this scope 805 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:805:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:805:63: error: template argument 1 is invalid 805 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:805:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:806:56: error: 'int64_t' was not declared in this scope 806 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:806:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:806:63: error: template argument 1 is invalid 806 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:806:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:808:56: error: 'int64_t' was not declared in this scope 808 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:808:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:808:63: error: template argument 1 is invalid 808 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:808:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:810:17: error: 'int64_t' was not declared in this scope 810 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:810:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:810:24: error: template argument 1 is invalid 810 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:810:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:817:17: error: 'int64_t' was not declared in this scope 817 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:817:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:817:24: error: template argument 1 is invalid 817 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:817:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:818:17: error: 'int64_t' was not declared in this scope 818 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:818:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:818:24: error: template argument 1 is invalid 818 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:818:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:820:56: error: 'int64_t' was not declared in this scope 820 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:820:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:820:63: error: template argument 1 is invalid 820 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:820:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:821:56: error: 'int64_t' was not declared in this scope 821 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:821:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:821:63: error: template argument 1 is invalid 821 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:821:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:823:56: error: 'int64_t' was not declared in this scope 823 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:823:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:823:63: error: template argument 1 is invalid 823 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:823:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:825:17: error: 'int64_t' was not declared in this scope 825 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:825:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:825:24: error: template argument 1 is invalid 825 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:825:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:832:17: error: 'int64_t' was not declared in this scope 832 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:832:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:832:24: error: template argument 1 is invalid 832 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:832:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:833:17: error: 'int64_t' was not declared in this scope 833 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:833:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:833:24: error: template argument 1 is invalid 833 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:833:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:835:68: error: 'int64_t' was not declared in this scope 835 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:835:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:835:75: error: template argument 1 is invalid 835 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:835:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:836:68: error: 'int64_t' was not declared in this scope 836 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:836:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:836:75: error: template argument 1 is invalid 836 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:836:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:838:68: error: 'int64_t' was not declared in this scope 838 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:838:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:838:75: error: template argument 1 is invalid 838 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:838:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:840:17: error: 'int64_t' was not declared in this scope 840 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:840:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:840:24: error: template argument 1 is invalid 840 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:840:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:847:17: error: 'int64_t' was not declared in this scope 847 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:847:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:847:24: error: template argument 1 is invalid 847 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:847:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:848:17: error: 'int64_t' was not declared in this scope 848 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:848:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:848:24: error: template argument 1 is invalid 848 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:848:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:850:69: error: 'int64_t' was not declared in this scope 850 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:850:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:850:76: error: template argument 1 is invalid 850 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:850:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:851:69: error: 'int64_t' was not declared in this scope 851 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:851:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:851:76: error: template argument 1 is invalid 851 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:851:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:853:69: error: 'int64_t' was not declared in this scope 853 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:853:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:853:76: error: template argument 1 is invalid 853 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:853:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:855:17: error: 'int64_t' was not declared in this scope 855 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:855:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:855:24: error: template argument 1 is invalid 855 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:855:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:864:17: error: 'int64_t' was not declared in this scope 864 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:864:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:864:24: error: template argument 1 is invalid 864 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:864:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:865:17: error: 'int64_t' was not declared in this scope 865 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:865:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:865:24: error: template argument 1 is invalid 865 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:865:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:867:56: error: 'int64_t' was not declared in this scope 867 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:867:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:867:63: error: template argument 1 is invalid 867 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:867:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:868:56: error: 'int64_t' was not declared in this scope 868 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:868:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:868:63: error: template argument 1 is invalid 868 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:868:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:870:56: error: 'int64_t' was not declared in this scope 870 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:870:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:870:63: error: template argument 1 is invalid 870 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:870:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:872:17: error: 'int64_t' was not declared in this scope 872 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:872:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:872:24: error: template argument 1 is invalid 872 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:872:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:879:17: error: 'int64_t' was not declared in this scope 879 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:879:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:879:24: error: template argument 1 is invalid 879 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:879:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:880:17: error: 'int64_t' was not declared in this scope 880 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:880:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:880:24: error: template argument 1 is invalid 880 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:880:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:882:56: error: 'int64_t' was not declared in this scope 882 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:882:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:882:63: error: template argument 1 is invalid 882 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:882:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:883:56: error: 'int64_t' was not declared in this scope 883 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:883:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:883:63: error: template argument 1 is invalid 883 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:883:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:885:56: error: 'int64_t' was not declared in this scope 885 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:885:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:885:63: error: template argument 1 is invalid 885 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:885:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:887:17: error: 'int64_t' was not declared in this scope 887 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:887:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:887:24: error: template argument 1 is invalid 887 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:887:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:894:17: error: 'int64_t' was not declared in this scope 894 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:894:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:894:24: error: template argument 1 is invalid 894 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:894:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:895:17: error: 'int64_t' was not declared in this scope 895 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:895:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:895:24: error: template argument 1 is invalid 895 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:895:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:897:68: error: 'int64_t' was not declared in this scope 897 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:897:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:897:75: error: template argument 1 is invalid 897 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:897:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:898:68: error: 'int64_t' was not declared in this scope 898 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:898:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:898:75: error: template argument 1 is invalid 898 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:898:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:900:68: error: 'int64_t' was not declared in this scope 900 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:900:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:900:75: error: template argument 1 is invalid 900 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:900:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:902:17: error: 'int64_t' was not declared in this scope 902 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:902:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:902:24: error: template argument 1 is invalid 902 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:902:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:909:17: error: 'int64_t' was not declared in this scope 909 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:909:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:909:24: error: template argument 1 is invalid 909 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:909:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:910:17: error: 'int64_t' was not declared in this scope 910 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:910:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:910:24: error: template argument 1 is invalid 910 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:910:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:912:69: error: 'int64_t' was not declared in this scope 912 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:912:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:912:76: error: template argument 1 is invalid 912 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:912:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:913:69: error: 'int64_t' was not declared in this scope 913 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:913:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:913:76: error: template argument 1 is invalid 913 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:913:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:915:69: error: 'int64_t' was not declared in this scope 915 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:915:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:915:76: error: template argument 1 is invalid 915 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:915:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:917:17: error: 'int64_t' was not declared in this scope 917 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:917:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:917:24: error: template argument 1 is invalid 917 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:917:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:926:17: error: 'int64_t' was not declared in this scope 926 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:926:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:926:24: error: template argument 1 is invalid 926 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:926:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:927:17: error: 'int64_t' was not declared in this scope 927 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:927:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:927:24: error: template argument 1 is invalid 927 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:927:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:929:56: error: 'int64_t' was not declared in this scope 929 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:929:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:929:63: error: template argument 1 is invalid 929 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:929:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:931:56: error: 'int64_t' was not declared in this scope 931 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:931:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:931:63: error: template argument 1 is invalid 931 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:931:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:933:17: error: 'int64_t' was not declared in this scope 933 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:933:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:933:24: error: template argument 1 is invalid 933 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:933:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:940:17: error: 'int64_t' was not declared in this scope 940 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:940:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:940:24: error: template argument 1 is invalid 940 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:940:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:941:17: error: 'int64_t' was not declared in this scope 941 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:941:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:941:24: error: template argument 1 is invalid 941 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:941:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:943:56: error: 'int64_t' was not declared in this scope 943 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:943:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:943:63: error: template argument 1 is invalid 943 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:943:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:945:56: error: 'int64_t' was not declared in this scope 945 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:945:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:945:63: error: template argument 1 is invalid 945 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:945:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:947:17: error: 'int64_t' was not declared in this scope 947 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:947:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:947:24: error: template argument 1 is invalid 947 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:947:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:954:17: error: 'int64_t' was not declared in this scope 954 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:954:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:954:24: error: template argument 1 is invalid 954 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:954:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:955:17: error: 'int64_t' was not declared in this scope 955 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:955:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:955:24: error: template argument 1 is invalid 955 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:955:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:957:68: error: 'int64_t' was not declared in this scope 957 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:957:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:957:75: error: template argument 1 is invalid 957 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:957:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:959:68: error: 'int64_t' was not declared in this scope 959 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:959:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:959:75: error: template argument 1 is invalid 959 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:959:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:961:17: error: 'int64_t' was not declared in this scope 961 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:961:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:961:24: error: template argument 1 is invalid 961 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:961:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:968:17: error: 'int64_t' was not declared in this scope 968 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:968:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:968:24: error: template argument 1 is invalid 968 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:968:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:969:17: error: 'int64_t' was not declared in this scope 969 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:969:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:969:24: error: template argument 1 is invalid 969 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:969:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:971:69: error: 'int64_t' was not declared in this scope 971 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:971:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:971:76: error: template argument 1 is invalid 971 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:971:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:973:69: error: 'int64_t' was not declared in this scope 973 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:973:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:973:76: error: template argument 1 is invalid 973 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:973:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:975:17: error: 'int64_t' was not declared in this scope 975 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:975:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:975:24: error: template argument 1 is invalid 975 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:975:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:984:17: error: 'int64_t' was not declared in this scope 984 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:984:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:984:24: error: template argument 1 is invalid 984 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:984:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:985:17: error: 'int64_t' was not declared in this scope 985 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:985:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:985:24: error: template argument 1 is invalid 985 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:985:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:987:56: error: 'int64_t' was not declared in this scope 987 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:987:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:987:63: error: template argument 1 is invalid 987 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:987:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:988:56: error: 'int64_t' was not declared in this scope 988 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:988:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:988:63: error: template argument 1 is invalid 988 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:988:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:990:56: error: 'int64_t' was not declared in this scope 990 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:990:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:990:63: error: template argument 1 is invalid 990 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:990:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:992:17: error: 'int64_t' was not declared in this scope 992 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:992:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:992:24: error: template argument 1 is invalid 992 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:992:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:999:17: error: 'int64_t' was not declared in this scope 999 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:999:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:999:24: error: template argument 1 is invalid 999 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:999:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1000:17: error: 'int64_t' was not declared in this scope 1000 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1000:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1000:24: error: template argument 1 is invalid 1000 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1000:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1002:56: error: 'int64_t' was not declared in this scope 1002 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1002:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1002:63: error: template argument 1 is invalid 1002 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1002:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1003:56: error: 'int64_t' was not declared in this scope 1003 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1003:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1003:63: error: template argument 1 is invalid 1003 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1003:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1005:56: error: 'int64_t' was not declared in this scope 1005 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1005:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1005:63: error: template argument 1 is invalid 1005 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1005:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1007:17: error: 'int64_t' was not declared in this scope 1007 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1007:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1007:24: error: template argument 1 is invalid 1007 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1007:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1014:17: error: 'int64_t' was not declared in this scope 1014 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1014:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1014:24: error: template argument 1 is invalid 1014 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1014:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1015:17: error: 'int64_t' was not declared in this scope 1015 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1015:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1015:24: error: template argument 1 is invalid 1015 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1015:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1017:68: error: 'int64_t' was not declared in this scope 1017 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1017:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1017:75: error: template argument 1 is invalid 1017 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1017:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1018:68: error: 'int64_t' was not declared in this scope 1018 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1018:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1018:75: error: template argument 1 is invalid 1018 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1018:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1020:68: error: 'int64_t' was not declared in this scope 1020 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1020:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1020:75: error: template argument 1 is invalid 1020 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1020:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1022:17: error: 'int64_t' was not declared in this scope 1022 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1022:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1022:24: error: template argument 1 is invalid 1022 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1022:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1029:17: error: 'int64_t' was not declared in this scope 1029 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1029:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1029:24: error: template argument 1 is invalid 1029 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1029:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1030:17: error: 'int64_t' was not declared in this scope 1030 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1030:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1030:24: error: template argument 1 is invalid 1030 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1030:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1032:69: error: 'int64_t' was not declared in this scope 1032 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1032:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1032:76: error: template argument 1 is invalid 1032 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1032:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1033:69: error: 'int64_t' was not declared in this scope 1033 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1033:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1033:76: error: template argument 1 is invalid 1033 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1033:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1035:69: error: 'int64_t' was not declared in this scope 1035 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1035:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1035:76: error: template argument 1 is invalid 1035 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1035:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1037:17: error: 'int64_t' was not declared in this scope 1037 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1037:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1037:24: error: template argument 1 is invalid 1037 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1037:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1046:17: error: 'int64_t' was not declared in this scope 1046 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1046:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1046:24: error: template argument 1 is invalid 1046 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1046:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1047:17: error: 'int64_t' was not declared in this scope 1047 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1047:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1047:24: error: template argument 1 is invalid 1047 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1047:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1049:56: error: 'int64_t' was not declared in this scope 1049 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1049:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1049:63: error: template argument 1 is invalid 1049 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1049:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1050:56: error: 'int64_t' was not declared in this scope 1050 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1050:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1050:63: error: template argument 1 is invalid 1050 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1050:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1052:56: error: 'int64_t' was not declared in this scope 1052 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1052:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1052:63: error: template argument 1 is invalid 1052 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1052:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1054:17: error: 'int64_t' was not declared in this scope 1054 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1054:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1054:24: error: template argument 1 is invalid 1054 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1054:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1061:17: error: 'int64_t' was not declared in this scope 1061 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1061:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1061:24: error: template argument 1 is invalid 1061 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1061:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1062:17: error: 'int64_t' was not declared in this scope 1062 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1062:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1062:24: error: template argument 1 is invalid 1062 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1062:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1064:56: error: 'int64_t' was not declared in this scope 1064 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1064:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1064:63: error: template argument 1 is invalid 1064 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1064:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1065:56: error: 'int64_t' was not declared in this scope 1065 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1065:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1065:63: error: template argument 1 is invalid 1065 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1065:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1067:56: error: 'int64_t' was not declared in this scope 1067 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1067:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1067:63: error: template argument 1 is invalid 1067 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1067:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1069:17: error: 'int64_t' was not declared in this scope 1069 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1069:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1069:24: error: template argument 1 is invalid 1069 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1069:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1076:17: error: 'int64_t' was not declared in this scope 1076 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1076:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1076:24: error: template argument 1 is invalid 1076 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1076:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1077:17: error: 'int64_t' was not declared in this scope 1077 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1077:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1077:24: error: template argument 1 is invalid 1077 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1077:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1079:68: error: 'int64_t' was not declared in this scope 1079 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1079:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1079:75: error: template argument 1 is invalid 1079 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1079:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1080:68: error: 'int64_t' was not declared in this scope 1080 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1080:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1080:75: error: template argument 1 is invalid 1080 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1080:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1082:68: error: 'int64_t' was not declared in this scope 1082 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1082:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1082:75: error: template argument 1 is invalid 1082 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1082:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1084:17: error: 'int64_t' was not declared in this scope 1084 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1084:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1084:24: error: template argument 1 is invalid 1084 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1084:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1091:17: error: 'int64_t' was not declared in this scope 1091 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1091:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1091:24: error: template argument 1 is invalid 1091 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1091:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1092:17: error: 'int64_t' was not declared in this scope 1092 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1092:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1092:24: error: template argument 1 is invalid 1092 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1092:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1094:69: error: 'int64_t' was not declared in this scope 1094 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1094:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1094:76: error: template argument 1 is invalid 1094 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1094:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1095:69: error: 'int64_t' was not declared in this scope 1095 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1095:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1095:76: error: template argument 1 is invalid 1095 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1095:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1097:69: error: 'int64_t' was not declared in this scope 1097 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1097:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1097:76: error: template argument 1 is invalid 1097 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1097:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1099:17: error: 'int64_t' was not declared in this scope 1099 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1099:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1099:24: error: template argument 1 is invalid 1099 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1099:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1108:17: error: 'int64_t' was not declared in this scope 1108 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1108:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1108:24: error: template argument 1 is invalid 1108 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1108:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1109:17: error: 'int64_t' was not declared in this scope 1109 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1109:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1109:24: error: template argument 1 is invalid 1109 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1109:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1111:56: error: 'int64_t' was not declared in this scope 1111 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1111:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1111:63: error: template argument 1 is invalid 1111 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1111:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1113:56: error: 'int64_t' was not declared in this scope 1113 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1113:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1113:63: error: template argument 1 is invalid 1113 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1113:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1115:17: error: 'int64_t' was not declared in this scope 1115 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1115:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1115:24: error: template argument 1 is invalid 1115 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1115:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1122:17: error: 'int64_t' was not declared in this scope 1122 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1122:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1122:24: error: template argument 1 is invalid 1122 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1122:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1123:17: error: 'int64_t' was not declared in this scope 1123 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1123:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1123:24: error: template argument 1 is invalid 1123 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1123:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1125:56: error: 'int64_t' was not declared in this scope 1125 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1125:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1125:63: error: template argument 1 is invalid 1125 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1125:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1127:56: error: 'int64_t' was not declared in this scope 1127 | std::vector const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1127:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1127:63: error: template argument 1 is invalid 1127 | std::vector const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1127:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1129:17: error: 'int64_t' was not declared in this scope 1129 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1129:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1129:24: error: template argument 1 is invalid 1129 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1129:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1136:17: error: 'int64_t' was not declared in this scope 1136 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1136:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1136:24: error: template argument 1 is invalid 1136 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1136:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1137:17: error: 'int64_t' was not declared in this scope 1137 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1137:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1137:24: error: template argument 1 is invalid 1137 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1137:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1139:68: error: 'int64_t' was not declared in this scope 1139 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1139:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1139:75: error: template argument 1 is invalid 1139 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1139:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1141:68: error: 'int64_t' was not declared in this scope 1141 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1141:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1141:75: error: template argument 1 is invalid 1141 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1141:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1143:17: error: 'int64_t' was not declared in this scope 1143 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1143:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1143:24: error: template argument 1 is invalid 1143 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1143:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1150:17: error: 'int64_t' was not declared in this scope 1150 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1150:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1150:24: error: template argument 1 is invalid 1150 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1150:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1151:17: error: 'int64_t' was not declared in this scope 1151 | std::vector const& k, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1151:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1151:24: error: template argument 1 is invalid 1151 | std::vector const& k, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1151:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1153:69: error: 'int64_t' was not declared in this scope 1153 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1153:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1153:76: error: template argument 1 is invalid 1153 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1153:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1155:69: error: 'int64_t' was not declared in this scope 1155 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1155:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1155:76: error: template argument 1 is invalid 1155 | std::vector< std::complex* > const& Carray, std::vector const& ldc, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1155:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1157:17: error: 'int64_t' was not declared in this scope 1157 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1157:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1157:24: error: template argument 1 is invalid 1157 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1157:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1168:17: error: 'int64_t' was not declared in this scope 1168 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1168:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1168:24: error: template argument 1 is invalid 1168 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1168:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1169:17: error: 'int64_t' was not declared in this scope 1169 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1169:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1169:24: error: template argument 1 is invalid 1169 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1169:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1171:56: error: 'int64_t' was not declared in this scope 1171 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1171:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1171:63: error: template argument 1 is invalid 1171 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1171:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1172:56: error: 'int64_t' was not declared in this scope 1172 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1172:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1172:63: error: template argument 1 is invalid 1172 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1172:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1174:17: error: 'int64_t' was not declared in this scope 1174 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1174:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1174:24: error: template argument 1 is invalid 1174 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1174:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1183:17: error: 'int64_t' was not declared in this scope 1183 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1183:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1183:24: error: template argument 1 is invalid 1183 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1183:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1184:17: error: 'int64_t' was not declared in this scope 1184 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1184:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1184:24: error: template argument 1 is invalid 1184 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1184:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1186:56: error: 'int64_t' was not declared in this scope 1186 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1186:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1186:63: error: template argument 1 is invalid 1186 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1186:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1187:56: error: 'int64_t' was not declared in this scope 1187 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1187:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1187:63: error: template argument 1 is invalid 1187 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1187:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1189:17: error: 'int64_t' was not declared in this scope 1189 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1189:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1189:24: error: template argument 1 is invalid 1189 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1189:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1198:17: error: 'int64_t' was not declared in this scope 1198 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1198:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1198:24: error: template argument 1 is invalid 1198 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1198:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1199:17: error: 'int64_t' was not declared in this scope 1199 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1199:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1199:24: error: template argument 1 is invalid 1199 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1199:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1201:68: error: 'int64_t' was not declared in this scope 1201 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1201:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1201:75: error: template argument 1 is invalid 1201 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1201:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1202:68: error: 'int64_t' was not declared in this scope 1202 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1202:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1202:75: error: template argument 1 is invalid 1202 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1202:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1204:17: error: 'int64_t' was not declared in this scope 1204 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1204:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1204:24: error: template argument 1 is invalid 1204 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1204:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1213:17: error: 'int64_t' was not declared in this scope 1213 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1213:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1213:24: error: template argument 1 is invalid 1213 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1213:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1214:17: error: 'int64_t' was not declared in this scope 1214 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1214:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1214:24: error: template argument 1 is invalid 1214 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1214:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1216:69: error: 'int64_t' was not declared in this scope 1216 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1216:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1216:76: error: template argument 1 is invalid 1216 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1216:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1217:69: error: 'int64_t' was not declared in this scope 1217 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1217:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1217:76: error: template argument 1 is invalid 1217 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1217:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1219:17: error: 'int64_t' was not declared in this scope 1219 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1219:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1219:24: error: template argument 1 is invalid 1219 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1219:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1230:17: error: 'int64_t' was not declared in this scope 1230 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1230:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1230:24: error: template argument 1 is invalid 1230 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1230:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1231:17: error: 'int64_t' was not declared in this scope 1231 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1231:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1231:24: error: template argument 1 is invalid 1231 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1231:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1233:56: error: 'int64_t' was not declared in this scope 1233 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1233:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1233:63: error: template argument 1 is invalid 1233 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1233:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1234:56: error: 'int64_t' was not declared in this scope 1234 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1234:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1234:63: error: template argument 1 is invalid 1234 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1234:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1236:17: error: 'int64_t' was not declared in this scope 1236 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1236:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1236:24: error: template argument 1 is invalid 1236 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1236:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1245:17: error: 'int64_t' was not declared in this scope 1245 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1245:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1245:24: error: template argument 1 is invalid 1245 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1245:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1246:17: error: 'int64_t' was not declared in this scope 1246 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1246:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1246:24: error: template argument 1 is invalid 1246 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1246:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1248:56: error: 'int64_t' was not declared in this scope 1248 | std::vector const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1248:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1248:63: error: template argument 1 is invalid 1248 | std::vector const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1248:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1249:56: error: 'int64_t' was not declared in this scope 1249 | std::vector const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1249:56: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1249:63: error: template argument 1 is invalid 1249 | std::vector const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1249:63: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1251:17: error: 'int64_t' was not declared in this scope 1251 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1251:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1251:24: error: template argument 1 is invalid 1251 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1251:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1260:17: error: 'int64_t' was not declared in this scope 1260 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1260:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1260:24: error: template argument 1 is invalid 1260 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1260:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1261:17: error: 'int64_t' was not declared in this scope 1261 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1261:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1261:24: error: template argument 1 is invalid 1261 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1261:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1263:68: error: 'int64_t' was not declared in this scope 1263 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1263:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1263:75: error: template argument 1 is invalid 1263 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1263:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1264:68: error: 'int64_t' was not declared in this scope 1264 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1264:68: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1264:75: error: template argument 1 is invalid 1264 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1264:75: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1266:17: error: 'int64_t' was not declared in this scope 1266 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1266:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1266:24: error: template argument 1 is invalid 1266 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1266:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1275:17: error: 'int64_t' was not declared in this scope 1275 | std::vector const& m, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1275:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1275:24: error: template argument 1 is invalid 1275 | std::vector const& m, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1275:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1276:17: error: 'int64_t' was not declared in this scope 1276 | std::vector const& n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1276:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1276:24: error: template argument 1 is invalid 1276 | std::vector const& n, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1276:24: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1278:69: error: 'int64_t' was not declared in this scope 1278 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1278:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1278:76: error: template argument 1 is invalid 1278 | std::vector< std::complex* > const& Aarray, std::vector const& lda, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1278:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1279:69: error: 'int64_t' was not declared in this scope 1279 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1279:69: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1279:76: error: template argument 1 is invalid 1279 | std::vector< std::complex* > const& Barray, std::vector const& ldb, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1279:76: error: template argument 2 is invalid /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1281:17: error: 'int64_t' was not declared in this scope 1281 | std::vector& info, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1281:17: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1281:24: error: template argument 1 is invalid 1281 | std::vector& info, | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/device_blas.hh:1281:24: error: template argument 2 is invalid In file included from /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:8: /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/blas_internal.hh:16:31: error: 'int64_t' was not declared in this scope 16 | inline blas_int to_blas_int_( int64_t x, const char* x_str ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/blas_internal.hh:1:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | // Copyright (c) 2017-2022, University of Tennessee. All rights reserved. /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/blas_internal.hh:16:42: error: expected primary-expression before 'const' 16 | inline blas_int to_blas_int_( int64_t x, const char* x_str ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/blas_internal.hh:16:60: error: expression list treated as compound expression in initializer [-fpermissive] 16 | inline blas_int to_blas_int_( int64_t x, const char* x_str ) | ^ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:69:5: error: 'int64_t' was not declared in this scope 69 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:9:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' 8 | #include "blas_internal.hh" +++ |+#include 9 | /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:70:14: error: expected primary-expression before 'const' 70 | scalar_t const* x, int64_t incx ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:70:24: error: 'int64_t' was not declared in this scope 70 | scalar_t const* x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:70:24: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:70:38: error: expected ';' before '{' token 70 | scalar_t const* x, int64_t incx ) | ^ | ; 71 | { | ~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:92:7: error: redefinition of 'float blas::asum' 92 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: 'float blas::asum' previously defined here 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:93:5: error: 'int64_t' was not declared in this scope 93 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:93:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:94:5: error: expected primary-expression before 'float' 94 | float const* x, int64_t incx ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:94:21: error: 'int64_t' was not declared in this scope 94 | float const* x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:94:21: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:102:8: error: conflicting declaration 'double blas::asum' 102 | double asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: previous declaration as 'float blas::asum' 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:103:5: error: 'int64_t' was not declared in this scope 103 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:103:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:104:5: error: expected primary-expression before 'double' 104 | double const* x, int64_t incx ) | ^~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:104:22: error: 'int64_t' was not declared in this scope 104 | double const* x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:104:22: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:112:7: error: redefinition of 'float blas::asum' 112 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: 'float blas::asum' previously defined here 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:113:5: error: 'int64_t' was not declared in this scope 113 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:113:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:114:25: error: expected primary-expression before 'const' 114 | std::complex const* x, int64_t incx ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:114:35: error: 'int64_t' was not declared in this scope 114 | std::complex const* x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:114:35: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:122:8: error: conflicting declaration 'double blas::asum' 122 | double asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/include/blas/wrappers.hh:19:7: note: previous declaration as 'float blas::asum' 19 | float asum( | ^~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:123:5: error: 'int64_t' was not declared in this scope 123 | int64_t n, | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:123:5: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:124:26: error: expected primary-expression before 'const' 124 | std::complex const* x, int64_t incx ) | ^~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:124:36: error: 'int64_t' was not declared in this scope 124 | std::complex const* x, int64_t incx ) | ^~~~~~~ /var/local/PKGS/CRAN/MPCR/bin/_deps/blaspp-src/src/asum.cc:124:36: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' cc1plus: note: unrecognized command-line option '-Wno-dev' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-dev' may have been intended to silence earlier diagnostics make[3]: *** [_deps/blaspp-build/CMakeFiles/blaspp.dir/build.make:93: _deps/blaspp-build/CMakeFiles/blaspp.dir/src/axpy.cc.o] Error 1 make[3]: *** Waiting for unfinished jobs.... cc1plus: note: unrecognized command-line option '-Wno-dev' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-dev' may have been intended to silence earlier diagnostics make[3]: *** [_deps/blaspp-build/CMakeFiles/blaspp.dir/build.make:79: _deps/blaspp-build/CMakeFiles/blaspp.dir/src/asum.cc.o] Error 1 make[2]: *** [CMakeFiles/Makefile2:220: _deps/blaspp-build/CMakeFiles/blaspp.dir/all] Error 2 make[1]: *** [Makefile:136: all] Error 2 make[1]: Leaving directory '/var/local/PKGS/CRAN/MPCR/bin' cp: can't stat '/var/local/PKGS/CRAN/MPCR/bin/src/libmpcr.so': No such file or directory Failed: libmpcr.so -> src ** libs make[1]: Entering directory '/var/local/PKGS/CRAN/MPCR/src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/var/local/PKGS/CRAN/MPCR/src' ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes make[1]: Entering directory '/var/local/PKGS/CRAN/MPCR/src' make[1]: *** No rule to make target 'clean'. Stop. make[1]: Leaving directory '/var/local/PKGS/CRAN/MPCR/src' mv: can't rename './LICENSE.md': No such file or directory ** testing if installed package can be loaded from temporary location Error: package or namespace load failed for 'MPCR' in library.dynam(lib, package, package.lib): shared object 'MPCR.so' not found Error: loading failed Execution halted ERROR: loading failed * removing '/home/runner/R-patched/lib/MPCR'