Skip to content

C++ implementation of a Matrix class with a LU Decomposition method

Notifications You must be signed in to change notification settings

BeauGeogeo/Cplusplus-LU_Decomposition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

************************************************* Matrix Class and LU Decomposition *************************************************

A simple implementation of a matrix class in C++ with basic methods of matrix operations.

Also, there is the LU decomposition implemented in order to compute effectively the determinant. It can handle the case where the
pivot is null thanks to the switchRows method.

About

C++ implementation of a Matrix class with a LU Decomposition method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages