Skip to content

Commit

Permalink
Documentation in doc/ + changed the "head" of all functions
Browse files Browse the repository at this point in the history
to TT-Toolbox 2.2
  • Loading branch information
oseledets committed Feb 8, 2012
1 parent 2de1798 commit 05a0eb4
Show file tree
Hide file tree
Showing 411 changed files with 754 additions and 754 deletions.
2 changes: 1 addition & 1 deletion @qtt_tucker/ctranspose.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% TT-matrices inside QTT_TUCKER
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/diag.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% QTT_TUCKER, or extracts a diagonal vector from a matrix
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/dot.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
% If r0(tt1) = r0(tt2) = 1 it returns a matrix of size rd(tt1) x rd(tt2)
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/full.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% with mode sizes SIZES. The dimensions should be consistent.
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/kron.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% in the QTT-Tucker format
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/matrix.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/minus.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [A]=MINUS(B,C) Subtract two QTT_Tucker tensors
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/mrdivide.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [C]=MRDIVIDE(A,B) Division of a QTT-Tucker tensor by number
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/mtimes.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [C]=MTIMES(A,B) Matrix multiplication for the QTT_TUCKER class
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/norm.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [NRM]=NORM(QTT_TUCKER) Computes the Frobenius norm of the QTT-Tucker
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/plus.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [A]=PLUS(B,C) Computes the sum of two QTT-Tucker tensors B and C
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/power.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [C]=POWER(A,B) Computes A.^B for a QTT-Tucker A and natural B.
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/qtt_tucker.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% (i.e., the mode sizes of the original TT-tensor are a power of 2)
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/rank.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
% tensor A
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/rdivide.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [C]=RDIVIDE(A,B) Divides the QTT-Tucker tensor A by a number B
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/round.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
% EPS and maximal rank RMAX. RMAX can be array of ranks or a number
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/times.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [C]=TIMES(A,B) Hadamard product of two QTT-tuckers
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/uminus.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%Unary minus for the TT-tensor
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/uplus.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%UPLUS Unary plus for the QTT-Tucker
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @qtt_tucker/vector.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% TT-tensor instead of the TT-matrix
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/axpx.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% function can be used in the construction of efficient dynamical
% low-rank TT-approximations
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/conj.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [B]=CONJ(A) Complex conjugate of a tt_matrix A
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/core.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% [TT]=CORE(TT1,NUM) Extracts the NUM-th core of the TT-matrix
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/ctranspose.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/diag.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [TT]=DIAG(TM) Diagonal of the TT-matrix TM as a TT-tensor TT
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/disp.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function disp(tt,name)
%Command window display of a TT-matrix
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/display.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function display(t)
%Command window display of a TT_MATRIX.
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/dot.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [PR]=DOT(TT1,TT2) Frobenius dot product of two TT-matrices
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/full.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% Note, that A is not a 2d-dim array, but a rectangular matrix!
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/kron.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% returned
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/kron2.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
% matrix inversion
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/mem.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% is the total number of elements in the TT-cores
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/minus.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [A]=MINUS(B,C) Subtraction of two TT-matrices, B and C
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/mrdivide.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [C]=MRDIVIDE(A,B) Division of a TT-matrix A by number B
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/mtimes.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
% product
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/mvk.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
% they become too large)
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/mvk2.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
% they become too large)
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/mvk3.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
% o top_conv - top convergence factor [0.99]
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/norm.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
% the Frobenius norm
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/plus.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% [A]=PLUS(B,C) A is the sum of TT-matrices B and C
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/rank.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% [R]=RANK(A,IND) Return the TT-rank with the index IND
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/round.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/size.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% integers
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
2 changes: 1 addition & 1 deletion @tt_matrix/subsasgn.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% T{I} = B Set i-th core to be equal to B
%
%
% TT Toolbox 2.1, 2009-2012
% TT-Toolbox 2.2, 2009-2012
%
%This is TT Toolbox, written by Ivan Oseledets et al.
%Institute of Numerical Mathematics, Moscow, Russia
Expand Down
Loading

0 comments on commit 05a0eb4

Please sign in to comment.