Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

panda-official/MatrixCompressor

Repository files navigation

example workflow

MatrixCompressor

Compression library to compress sparse matrices

Features

  • Written in Modern C++
  • Vectorization support both for x86 and arm
  • Cross-platform

Requirements

  • CMake >= 3.16
  • C++17 compiler
  • conan >= 1.56

Build and Installing

git clone https://github.com/panda-official/MatrixCompressor.git
mkdir build
cd build
conan install .. -s build_type=Release --build=missing
cmake .. -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release
cmake --build . -j --config Release

Integration

Using cmake target

find_package(matrix_compressor REQUIRED)

add_executable(program program.cpp)
target_link_libraries(program matrix_compressor::matrix_compressor)

References

About

A compression library to compress sparse matrices

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published