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

LUscalarMatrix: Updated code layout

parent ddbd5f3d
Branches
Tags
1 merge request!33Merge foundation
......@@ -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
(
......
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