Linear Algebra
master
Accessible implementations of linear algebra algorithms
|
First, install a compiler, GNU Make and CMake:
See the installation instructions here: https://tttapa.github.io/Pages/Ubuntu/Software-Installation/GoogleTest.html
Installing both the release and debug versions can be very useful for checking matrix dimension errors and out of bounds accesses during development, and switching to an optimized version later.
If you install the library locally, as demonstrated in the previous snippet, you might have to set some environment variables, as explained here: https://tttapa.github.io/Pages/Ubuntu/Software-Installation/Installing-Locally.html
Specifically, you need to add ~/.local
to the CMAKE_PREFIX_PATH
by adding the following to your ~/.profile
file:
Then source it (. ~/.profile
) or log out and back in again.
==TODO==
==TODO==
Once the library is installed, you can use it in your own projects.
For example:
main.cpp
CMakeLists.txt