Home > freetb4matlab > linear-algebra > vech.m

vech

PURPOSE ^

% Return the vector obtained by eliminating all supradiagonal elements of

SYNOPSIS ^

function v = vech (x)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} vech (@var{x})
% Return the vector obtained by eliminating all supradiagonal elements of
% the square matrix @var{x} and stacking the result one column above the
% other.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003