jjjkkkjjj / Matft

Numpy-like library in swift. (Multi-dimensional Array, ndarray, matrix and vector library)
BSD 3-Clause "New" or "Revised" License
134 stars 21 forks source link

[Bug] Invalid access on some complex operation #42

Closed jjjkkkjjj closed 1 year ago

jjjkkkjjj commented 1 year ago

Reason DSPComplex is the normal struct. Therefore, when I want to forward the this pointer (ptr: UnsafePointer<DSPComplex>), I must not use + operator.

let newptr = ptr + 2 // invalid!!