-
Notifications
You must be signed in to change notification settings - Fork 4
License
ederc/gbla
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# OVERVIEW # gbla is a library for reducing matrices coming from Groebner basis computations. Its core functionality is the special Gaussian Elimination of structured hybrid sparse-dense matrices due to Faugère and Lachartre. # FAST INSTALL INSTRUCTIONS # Using autotools one can compile and install gbla by * ./autogen.sh * ./configure * make * make install For further installation instructions please see INSTALL. # INSTALL ON MAC # Use clang-omp for openmp support: * ./autogen.sh * ./configure CC=clang-omp * make * make install # DEBUGGING # In order to debug gbla one needs configure with --enable-debug and use ``` libtool e gdb --args ./gbla --options ``` since we build the library using libtool and link it than against the binary gbla.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published