-
Notifications
You must be signed in to change notification settings - Fork 0
BeauGeogeo/Cplusplus-LU_Decomposition
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published