LLTMatrix: Updated docs
This commit is contained in:
parent
84bad0b2f1
commit
b9522c8032
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue