labmec / neopz

An object oriented finite element programming environment
http://www.labmec.org.br
33 stars 11 forks source link

Symmetric and hermitian need to be distinct #173

Closed orlandini closed 8 months ago

orlandini commented 1 year ago

When dealing with complex numbers, matrix formats that take advantage of the symmetry do not currently contemplate both hermitian and symmetric matrices.

This needs to be addressed.

orlandini commented 8 months ago

Addressed in #177 and fixed in #185