Files
poulpy/base2k
Jean-Philippe Bossuat 46c577409e Various improvement to memory management and API
[module]: added enum for backend
[VecZnx, VecZnxDft, VecZnxBig, VmpPMat]: added ptr to data
[VecZnxBorrow]: removed
[VecZnxAPI]: removed
2025-03-17 12:07:40 +01:00
..
2025-01-31 12:01:28 +01:00
2025-02-04 10:51:11 +01:00

WSL/Ubuntu

To use this crate you need to build spqlios-arithmetic, which is provided a as a git submodule:

  1. Initialize the sub-module
  2. $ cd base2k/spqlios-arithmetic
  3. mdkir build
  4. cd build
  5. cmake ..
  6. make

Others

Steps 3 to 6 might change depending of your platform. See spqlios-arithmetic/wiki/build for additional information and build options.