%%MatrixMarket matrix coordinate complex hermitian
% Each entry is 'row column real imaginary'.
% Hermitian: the diagonal must be real and (i,j) implies conj((j,i)).
4 4 6
1 1 2.0 0.0
2 1 1.5 -0.5
2 2 3.0 0.0
3 1 0.25 0.75
3 3 1.0 0.0
4 2 -1.25 0.5
