Is a.T C-contiguous

NumPy · from Memory, strides and contiguity

.strides.flagsC vs F order.ravel.flattenascontiguousarray.data

Putting the kettle on…

Starting up…

Exercise 2

Is a.T C-contiguous? Return the boolean.

your answer
stuck? the lesson behind it
Memory, strides and contiguity
One number per axis that explains reshape, transpose and every free operation.