<array> = <array>.flatten() <spanclass="hljs-comment"># Also `<view> = <array>.ravel()`.</span>
<view> = <array>.transpose() <spanclass="hljs-comment"># Also `<view> = <array>.T`.</span>
</code></pre>
<pre><codeclass="python language-python hljs"><array> = np.copy/int64/float64(<array>)<spanclass="hljs-comment"># Returns new array of the same shape.</span>
<pre><codeclass="python language-python hljs"><array> = np.copy/abs/sqrt/log/int64(<array>) <spanclass="hljs-comment"># Returns new array of the same shape.</span>