| 217 | } ComplexMatrix2; |
| 218 | |
| 219 | typedef struct ComplexMatrix4 |
| 220 | { |
| 221 | qreal real[4][4]; |
| 222 | qreal imag[4][4]; |
| 223 | } ComplexMatrix4; |
| 224 | |
| 225 | |
| 226 | // enable referencess to ComplexMatrix2/ 4 inside this header without |
nothing calls this directly
no outgoing calls
no test coverage detected