--- branches/development/src/math/LU.hpp 2011/11/22 20:38:56 1665 +++ branches/development/src/math/LU.hpp 2012/10/22 20:42:10 1808 @@ -267,8 +267,8 @@ int LUFactorLinearSystem(MatrixType& A, int *index, in * lower triangular matrix and U is upper triangular matrix. * @param A input square matrix * @param index pivot indices + * @param x vector * @param size size of the matrix and temporary arrays - * @param tmpSize temporary array * @return true if inverse is computed, otherwise return false * @note A=LU and index[] are generated from method LUFactorLinearSystem). * Also, solution vector is written directly over input load vector.