polyadic/polinfo.m

From Spinach Documentation Wiki
Jump to: navigation, search

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