Skip to content
Snippets Groups Projects
Commit b9522c80 authored by Henry Weller's avatar Henry Weller
Browse files

LLTMatrix: Updated docs

parent 84bad0b2
Branches
Tags
1 merge request!33Merge foundation
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment