Updated 6 months ago

@stdlib/math-base-special-flipsignf • Rank 4.3 • Science 44%

Return a single-precision floating-point number with the magnitude of x and the sign of x*y.

Updated 6 months ago

@stdlib/math-base-special-flipsign • Rank 4.0 • Science 44%

Return a double-precision floating-point number with the magnitude of x and the sign of x*y.

Updated 6 months ago

@stdlib/array-base-flipud3d • Rank 3.6 • Science 44%

Reverse the order of elements along the second-to-last dimension of a three-dimensional nested input array.

Updated 6 months ago

@stdlib/array-base-flipud4d • Rank 3.5 • Science 44%

Reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.

Updated 6 months ago

@stdlib/ndarray-base-reverse-dimension • Rank 3.3 • Science 44%

Return a view of an input ndarray in which the order of elements along a specified dimension is reversed.

Updated 6 months ago

@stdlib/ndarray-base-fliplr • Rank 2.9 • Science 44%

Return a view of an input ndarray in which the order of elements along the last dimension is reversed.

Updated 6 months ago

ndarray-base-to-reversed • Rank 0.0 • Science 44%

Return a new ndarray where the order of elements of an input ndarray is reversed along each dimension.

Updated 6 months ago

@stdlib/ndarray-base-flipud • Science 44%

Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.

Updated 6 months ago

@stdlib/array-base-flipud5d • Science 44%

Reverse the order of elements along the second-to-last dimension of a five-dimensional nested input array.

Updated 6 months ago

@stdlib/array-base-flipud2d • Science 44%

Reverse the order of elements along the first dimension of a two-dimensional nested input array.

Updated 6 months ago

@stdlib/array-base-fliplr2d • Science 44%

Reverse the order of elements along the last dimension of a two-dimensional nested input array.

Updated 6 months ago

@stdlib/array-base-fliplr3d • Science 44%

Reverse the order of elements along the last dimension of a three-dimensional nested input array.

Updated 6 months ago

@stdlib/array-base-fliplr5d • Science 44%

Reverse the order of elements along the last dimension of a five-dimensional nested input array.

Updated 6 months ago

@stdlib/ndarray-base-reverse • Science 44%

Return a view of an input ndarray in which the order of elements along each dimension is reversed.

Updated 6 months ago

array-base-fliplr4d • Science 44%

Reverse the order of elements along the last dimension of a four-dimensional nested input array.