| # | Line 267 | Line 267 | int LUFactorLinearSystem(MatrixType& A, int *index, in | |
|---|---|---|
| 267 | * lower triangular matrix and U is upper triangular matrix. | |
| 268 | * @param A input square matrix | |
| 269 | * @param index pivot indices | |
| 270 | + | * @param x vector | 
| 271 | * @param size size of the matrix and temporary arrays | |
| 271 | – | * @param tmpSize temporary array | 
| 272 | * @return true if inverse is computed, otherwise return false | |
| 273 | * @note A=LU and index[] are generated from method LUFactorLinearSystem). | |
| 274 | * Also, solution vector is written directly over input load vector. | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |