Difference between revisions of "Polyadic/polinfo.m"
(Create documentation page from Spinach function header) |
(Update function See also links and function index membership) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:polyadic/polinfo.m}} __NOTOC__ | {{DISPLAYTITLE:polyadic/polinfo.m}} __NOTOC__ | ||
| − | + | Draws an ASCII diagram of a polyadic object. | |
==Syntax== | ==Syntax== | ||
| Line 6: | Line 6: | ||
polinfo(p) | polinfo(p) | ||
| − | == | + | ==Parameters== |
p - polyadic object | p - polyadic object | ||
| Line 23: | Line 23: | ||
==See also== | ==See also== | ||
| − | [[Main_Page]] | + | [[oper2ist.m]], [[st_product_table.m]], [[polinfo.m]], [[polyadic/allfinite.m]], [[polyadic/ctranspose.m]], [[polyadic/full.m]], [[polyadic/gpuArray.m]], [[polyadic/inflate.m]], [[polyadic/isempty.m]], [[polyadic/kron.m]], [[polyadic/minus.m]], [[polyadic/mtimes.m]], [[polyadic/nnz.m]], [[polyadic/plus.m]], [[polyadic/prefix.m]], [[polyadic/simplify.m]], [[polyadic/size.m]], [[polyadic/suffix.m]], [[polyadic/transpose.m]], [[polyadic/validate.m]], [[Tensor_train_module]], [[Kernel_utilities]], [[Kernel_functions]], [[Main_Page]] |
''Version 2.11, authors: [[Ilya Kuprov]]'' | ''Version 2.11, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:40, 6 June 2026
Draws an ASCII diagram of a polyadic object.
Syntax
polinfo(p)
Parameters
p - polyadic object
Outputs
an ASCII diagram to the console
Note: polyadic objects can be huge, the code below
avoids making memory copies.
Examples
See examples in the Spinach distribution relevant to this function.
Notes
This page was generated from the function header in the Spinach repository.
See also
oper2ist.m, st_product_table.m, polinfo.m, polyadic/allfinite.m, polyadic/ctranspose.m, polyadic/full.m, polyadic/gpuArray.m, polyadic/inflate.m, polyadic/isempty.m, polyadic/kron.m, polyadic/minus.m, polyadic/mtimes.m, polyadic/nnz.m, polyadic/plus.m, polyadic/prefix.m, polyadic/simplify.m, polyadic/size.m, polyadic/suffix.m, polyadic/transpose.m, polyadic/validate.m, Tensor_train_module, Kernel_utilities, Kernel_functions, Main_Page
Version 2.11, authors: Ilya Kuprov