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

reshape no copy version #3

Closed jjjkkkjjj closed 4 years ago

jjjkkkjjj commented 4 years ago

Current implementation is copying mfarray in reshaping. But copying may not be needed.

jjjkkkjjj commented 4 years ago

If the MfArray is row or column contiguous, reshaping is very easy without copy.

jjjkkkjjj commented 4 years ago

多分無理! maybe can't!