procedure StructurizeSymmetric;
Required by Pardiso solver to solve for general matrices.
Result: stored in self (calling object)
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.