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

display

PURPOSE ^

DISPLAY Display TT/MPS tensor as a tensor network

SYNOPSIS ^

function display(x)

DESCRIPTION ^

DISPLAY Display TT/MPS tensor as a tensor network

   TTeMPS Toolbox. 
   Michael Steinlechner, 2013-2016
   Questions and contact: michael.steinlechner@epfl.ch
   BSD 2-clause license, see LICENSE.txt

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

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