comparison doc/interpreter/expr.txi @ 31140:7c5cb8f8a21e

pagetranspose.m, pagectranspose.m: New functions for transposing the page (3-D) of an N-D array. * pagectranspose.m, pagetranspose.m: New functions. * scripts/general/module.mk: Add new functions to build system. * etc/NEWS.8.md: Announce new functions. * expr.txi: Add functions to Octave manual.
author Rik <rik@octave.org>
date Mon, 11 Jul 2022 22:38:57 -0700
parents 796f54d4ddbf
children 7d36562e5571
comparison
equal deleted inserted replaced
31139:22305b923761 31140:7c5cb8f8a21e
815 useful in this case. 815 useful in this case.
816 816
817 @opindex @code{'} 817 @opindex @code{'}
818 @DOCSTRING(ctranspose) 818 @DOCSTRING(ctranspose)
819 819
820 @DOCSTRING(pagectranspose)
821
820 @opindex .\ 822 @opindex .\
821 @DOCSTRING(ldivide) 823 @DOCSTRING(ldivide)
822 824
823 @opindex - 825 @opindex -
824 @DOCSTRING(minus) 826 @DOCSTRING(minus)
847 @opindex .* 849 @opindex .*
848 @DOCSTRING(times) 850 @DOCSTRING(times)
849 851
850 @opindex @code{.'} 852 @opindex @code{.'}
851 @DOCSTRING(transpose) 853 @DOCSTRING(transpose)
854
855 @DOCSTRING(pagetranspose)
852 856
853 @opindex - 857 @opindex -
854 @DOCSTRING(uminus) 858 @DOCSTRING(uminus)
855 859
856 @opindex + 860 @opindex +