RossMeikleham / Advanced_Numerical_Methods

I'm afraid we need to use... MATHS!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced_Numerical_Methods

Build Status

Work for my Mathematics Master's course in Advanced Numerical Methods. The class is focused on implementing methods in MATLAB, I'm also adding implementations in C++ with OpenMP to parallelize some of the algorithms.

C++ Code

Required

  • CMake
  • GCC

Building

./build_cpp.sh

Running Unit Tests

./download_cpp_dependencies.sh
./build_cpp_tests.sh
cpp_tests/Matrix_Tests

MATLAB Code

##Required

  • MATLAB or GNU Octave

Running Unit Tests

  • TODO

Idris Code

##Required

  • Idris 0.10+

Running Unit Tests

idris idris --testpkg numerical_methods.ipkg

About

I'm afraid we need to use... MATHS!


Languages

Language:C++ 55.6%Language:MATLAB 23.3%Language:Idris 19.0%Language:CMake 1.1%Language:Shell 0.6%Language:M 0.4%