LLTMatrix: Updated docs

This commit is contained in:
Henry Weller
2016-03-24 23:04:40 +00:00
parent b5f6e5d42a
commit 9f7ecd5453

View File

@ -74,7 +74,8 @@ public:
void decompose(const SquareMatrix<Type>& M);
//- Solve the linear system with the given source
// and returning the solution in the Field argument x
// and returning the solution in the Field argument x.
// This function may be called with the same field for x and source.
void solve(Field<Type>& x, const Field<Type>& source) const;
//- Solve the linear system with the given source