Home > freetb4matlab > linear-algebra > trace.m

trace

PURPOSE ^

% Compute the trace of @var{a}, @code{sum (diag (@var{a}))}.

SYNOPSIS ^

function y = trace (x)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} trace (@var{a})
% Compute the trace of @var{a}, @code{sum (diag (@var{a}))}.
% @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