void StructurizeSymmetric();
Required by Pardiso solver to solve for general matrices.
Remarks:
Pardiso solver can solve for general real/complex non-symmetric matrices only if they are first made structurally symmetric. StructurizeSymmetric method makes the matrix structurually symmetric, by inserting additional zeros in the matrix.
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler