Showing content from http://arrayfire.org/docs/group__manip__func__join.htm below:
ArrayFire: join
Join up to 4 arrays along specified dimension. More...
AFAPI array join (const int dim, const array &first, const array &second) C++ Interface to join 2 arrays along a dimension. More...
AFAPI array join (const int dim, const array &first, const array &second, const array &third) C++ Interface to join 3 arrays along a dimension. More...
AFAPI array join (const int dim, const array &first, const array &second, const array &third, const array &fourth) C++ Interface to join 4 arrays along a dimension. More...
AFAPI af_err af_join (af_array *out, const int dim, const af_array first, const af_array second) C Interface to join 2 arrays along a dimension. More...
AFAPI af_err af_join_many (af_array *out, const int dim, const unsigned n_arrays, const af_array *inputs) C Interface to join many arrays along a dimension. More...
Join up to 4 arrays along specified dimension.
Requires that all dimensions except the join dimension must be the same for all arrays.
◆ af_join()
C Interface to join 2 arrays along a dimension.
Empty arrays are ignored.
-
Parameters
-
[out] out joined array [in] dim dimension along which the join occurs [in] first input array [in] second input array
-
Returns
-
AF_SUCCESS, if function returns successfully, else an af_err code is given
◆ af_join_many()
C Interface to join many arrays along a dimension.
Limited to 10 arrays. Empty arrays are ignored.
-
Parameters
-
[out] out joined array [in] dim dimension along which the join occurs [in] n_arrays number of arrays to join [in] inputs array of af_arrays containing handles to the arrays to be joined
-
Returns
-
AF_SUCCESS, if function returns successfully, else an af_err code is given
◆ join() [1/3]
C++ Interface to join 2 arrays along a dimension.
Empty arrays are ignored.
-
Parameters
-
[in] dim dimension along which the join occurs [in] first input array [in] second input array
-
Returns
-
joined array
◆ join() [2/3]
C++ Interface to join 3 arrays along a dimension.
Empty arrays are ignored.
-
Parameters
-
[in] dim dimension along which the join occurs [in] first input array [in] second input array [in] third input array
-
Returns
-
joined array
◆ join() [3/3]
C++ Interface to join 4 arrays along a dimension.
Empty arrays are ignored.
-
Parameters
-
[in] dim dimension along which the join occurs [in] first input array [in] second input array [in] third input array [in] fourth input array
-
Returns
-
joined array
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4