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

uplus

PURPOSE ^

UPLUS Unary plus.

SYNOPSIS ^

function x = uplus( x )

DESCRIPTION ^

UPLUS Unary plus.
   X = UPLUS(X) does nothing.

   See also UMINUS.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function x = uplus( x )
0002     %UPLUS Unary plus.
0003     %   X = UPLUS(X) does nothing.
0004     %
0005     %   See also UMINUS.
0006 
0007     %   TTeMPS Toolbox.
0008     %   Michael Steinlechner, 2013-2016
0009     %   Questions and contact: michael.steinlechner@epfl.ch
0010     %   BSD 2-clause license, see LICENSE.txt
0011 
0012 end

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