export interface DataReImMatrix { /** Array of re rows */ re: Float64Array[]; /** Array of im rows */ im: Float64Array[]; } //# sourceMappingURL=DataReImMatrix.d.ts.map