Skip to content

MU4MA053 Large Linear Systems: Project. Implements an approximation technique for large sparse linear matrices using rank-based Cross Approximation

Notifications You must be signed in to change notification settings

audictheprogrammer/Large-Linear-System

Repository files navigation

Large-Linear-System

How to compile the C++ code.

$ g++ main.cpp -o main -Wall

How to run the executable.

There are 3 executable functions: MinResSolve, Plot Graph 1 and Plot Graph 2. You can input 1 to run it, or 0 to not run it.

Example to plot Graph 1 and Graph 2:

$ ./main 0 1 1

How to run the python script.

There are 2 data text file that the scripts is able to read. You can input 1 to generate the first plot and 2 for the second. Example:

$ python3 script.py 2

About

MU4MA053 Large Linear Systems: Project. Implements an approximation technique for large sparse linear matrices using rank-based Cross Approximation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published