raquel-oliveira / numerical-analysis

0 stars 0 forks source link

Numerical Analysis

All Contributors

Linear Systems Solver, by:

Set up environment


You will need the following software tools:

How to install C compiler

On UNIX/Linux

Follow the instuctions available at http://gcc.gnu.org/install/

On Mac OS

Download the Xcode development environment available at https://developer.apple.com/xcode/, once installed you can use GNU compuler for C/C++.

Tests


LU Decomposition

cd test/linear_systems/lu

./compile.sh

Cholesky Decomposition

cd test/linear_systems/cholesky

./compile.sh

Jacobi Method and Gauss-Seidel Method

cd test/linear_systems/iterative

./compile.sh

Run default tests

Contributors


Raquel Oliveira
Raquel Oliveira

👀
Vinicius Campos
Vinicius Campos

👀
Vitor Rodrigues Greati
Vitor Rodrigues Greati

👀