Search
Search Results
Search finished, found 15 page(s) matching the search query.
- numpy.dstack
...NumPy reference Routines and objects by topic Array manipulation routines numpy.dstack...
- numpy.dstack (Python function, in numpy.dstack)
- numpy.ma.dstack (Python data, in numpy.ma.dstack)
- NumPy 1.25.0 Release Notes
...is undefined). (gh-22998) A sequence must now be passed into the stacking family of functions (stack, vstack, hstack, dstack and column_stack). (gh-23019) np.clip now defaults to same-kind casting. Falling back to unsafe casting was depr...
- NumPy quickstart
...astype, atleast_1d, atleast_2d, atleast_3d, mat Manipulationsarray_split, column_stack, concatenate, diagonal, dsplit, dstack, hsplit, hstack, ndarray.item, newaxis, ravel, repeat, reshape, resize, squeeze, swapaxes, take, transpose, vspli...
- numpy.block
...is. vstackStack arrays in sequence vertically (row wise). hstackStack arrays in sequence horizontally (column wise). dstackStack arrays in sequence depth wise (along third axis). column_stackStack 1-D arrays as columns into a 2-D array....
- numpy.concat
...ks. hstackStack arrays in sequence horizontally (column wise). vstackStack arrays in sequence vertically (row wise). dstackStack arrays in sequence depth wise (along third dimension). column_stackStack 1-D arrays as columns into a 2-D a...
- numpy.concatenate
...ks. hstackStack arrays in sequence horizontally (column wise). vstackStack arrays in sequence vertically (row wise). dstackStack arrays in sequence depth wise (along third dimension). column_stackStack 1-D arrays as columns into a 2-D a...
- numpy.dstack
...NumPy reference Routines and objects by topic Array manipulation routines numpy.dstack...
- numpy.hstack
...w axis. blockAssemble an nd-array from nested lists of blocks. vstackStack arrays in sequence vertically (row wise). dstackStack arrays in sequence depth wise (along third axis). column_stackStack 1-D arrays as columns into a 2-D array....
- numpy.ma.dstack
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.dstack...
- numpy.ma.hstack
...w axis. blockAssemble an nd-array from nested lists of blocks. vstackStack arrays in sequence vertically (row wise). dstackStack arrays in sequence depth wise (along third axis). column_stackStack 1-D arrays as columns into a 2-D array....
- numpy.ma.vstack
...s. blockAssemble an nd-array from nested lists of blocks. hstackStack arrays in sequence horizontally (column wise). dstackStack arrays in sequence depth wise (along third axis). column_stackStack 1-D arrays as columns into a 2-D array....
- numpy.split
...is. hstackStack arrays in sequence horizontally (column wise). vstackStack arrays in sequence vertically (row wise). dstackStack arrays in sequence depth wise (along third dimension). Examples >>> import numpy as np >>> x = np.arange(...
- numpy.vstack
...s. blockAssemble an nd-array from nested lists of blocks. hstackStack arrays in sequence horizontally (column wise). dstackStack arrays in sequence depth wise (along third axis). column_stackStack 1-D arrays as columns into a 2-D array....