Adding method for LU decomposition.
Adding first algorithm: Partial Pivoting algorithm
Features:
* It should be possible to choose the algorithm.
* Implement Partial Pivoting algorithm.
* It should check if the input matrix is square.
* Inputs: Matrix and algorithm to use or only matrix (use one algorithm by default).
* Outputs: L and U matrices.
Adding method for LU decomposition.
Adding first algorithm: Partial Pivoting algorithm
Features:
* It should be possible to choose the algorithm.
* Implement Partial Pivoting algorithm.
* It should check if the input matrix is square.
* Inputs: Matrix and algorithm to use or only matrix (use one algorithm by default).
* Outputs: L and U matrices.