Home > tt2 > @tt_matrix > display.m

display

PURPOSE ^

Command window display of a TT_MATRIX.

SYNOPSIS ^

function display(t)

DESCRIPTION ^

Command window display of a TT_MATRIX.


 TT-Toolbox 2.2, 2009-2012

This is TT Toolbox, written by Ivan Oseledets et al.
Institute of Numerical Mathematics, Moscow, Russia
webpage: http://spring.inm.ras.ru/osel

For all questions, bugs and suggestions please mail
ivan.oseledets@gmail.com
---------------------------

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function display(t)
0002 %Command window display of a TT_MATRIX.
0003 %
0004 %
0005 % TT-Toolbox 2.2, 2009-2012
0006 %
0007 %This is TT Toolbox, written by Ivan Oseledets et al.
0008 %Institute of Numerical Mathematics, Moscow, Russia
0009 %webpage: http://spring.inm.ras.ru/osel
0010 %
0011 %For all questions, bugs and suggestions please mail
0012 %ivan.oseledets@gmail.com
0013 %---------------------------
0014 disp(t,inputname(1));

Generated on Wed 08-Feb-2012 18:20:24 by m2html © 2005