Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
/ solvant Public archive

Matrix Solver in the making C 11/14/17

Notifications You must be signed in to change notification settings

llyr-who/solvant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solvant Codacy Badge

Building

To build

make

To test

make test

To clean

make clean

To produce different builds (e.g. Release), run

make BUILD_TYPE=<build-type>

If no BUILD_TYPE is entered, it defaults to Debug.

To generate documentation, make sure doxygen is installed. More specifically the packages, doxygen, doxygen-gui and graph-viz.

Once these packages are installed you can run

cd build && make docs && google-chrome docs/html/index.html

For basic usage see examples.

About

Matrix Solver in the making C 11/14/17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published