LUscalarMatrix: Updated code layout
This commit is contained in:
parent
ddbd5f3d11
commit
12e59d3553
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ class LUscalarMatrix
|
|||
//- The pivot indices used in the LU decomposition
|
||||
labelList pivotIndices_;
|
||||
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Convert the given lduMatrix into this LUscalarMatrix
|
||||
void convert
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue