2. Check current Blas/Lapack integer sizeΒΆ
To check whether the current Blas/Lapack integer size is 4 bytes or 8 bytes:
In Python:
1print(cytnx.__blasINTsize__)
In C++:
1print(cytnx::__blasINTsize__);
Output (example of size of 8bytes) >>
8
To check whether the current Blas/Lapack integer size is 4 bytes or 8 bytes:
In Python:
1print(cytnx.__blasINTsize__)
In C++:
1print(cytnx::__blasINTsize__);
Output (example of size of 8bytes) >>
8