Skip to content

deanone/Gaussian-elimination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaussian-elimination

Gaussian elimination with partial pivoting in C++. The algorithm returns the row echelon form (upper triangular matrix) of the input matrix in place of the input matrix. The input matrix contains random floating point values from a user-defined interval, drawn from a uniform distribution.

Execute by:

./gaussianElimination.out arg1 arg2 arg3 arg4 arg5

where:

arg1: Number of rows arg2: Number of columns arg3: Lower bound of the random variables interval arg4: Upper bound of the random variables interval arg5: 1 for printing initial and final matrices, and 0 for not printing anything

This project was added into a continuous integration (CI) pipeline.

About

Gaussian elimination with partial pivoting in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages