We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc1d4e commit a4eb41aCopy full SHA for a4eb41a
1 file changed
tests/test_pydiso.py
@@ -35,8 +35,8 @@
35
}
36
A_complex_dict = {'complex_structurally_symmetric': Lc@Uc,
37
'complex_hermitian_positive_definite': Lc@Lc.T.conjugate(),
38
- #'complex_hermitian_indefinite': Lc@D@Lc.T.conjugate(),
39
- #'complex_symmetric': Lc@Lc.T,
+ 'complex_hermitian_indefinite': Lc@D@Lc.T.conjugate(),
+ 'complex_symmetric': Lc@Lc.T,
40
'complex_nonsymmetric': Lc@U2c
41
42
0 commit comments