ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/LU.hpp
(Generate patch)

Comparing branches/development/src/math/LU.hpp (file contents):
Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1808 by gezelter, Mon Oct 22 20:42:10 2012 UTC

# 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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines