Home > manopt > manifolds > ttfixedrank > TTeMPS_1.1 > @TTeMPS_block > display.m

display

PURPOSE ^

DISP Display TT/MPS tensor as a tensor network

SYNOPSIS ^

function display(x)

DESCRIPTION ^

DISP Display TT/MPS tensor as a tensor network

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function display(x)
0002     %DISP Display TT/MPS tensor as a tensor network
0003     %
0004 
0005     %   TTeMPS Toolbox.
0006     %   Michael Steinlechner, 2013-2016
0007     %   Questions and contact: michael.steinlechner@epfl.ch
0008     %   BSD 2-clause license, see LICENSE.txt
0009 
0010     disp( x, inputname(1));
0011 end

Generated on Fri 30-Sep-2022 13:18:25 by m2html © 2005