Home > freetb4matlab > linear-algebra > dot.m

dot

PURPOSE ^

% Computes the dot product of two vectors. If @var{x} and @var{y}

SYNOPSIS ^

function z = dot (x, y, dim)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} dot (@var{x}, @var{y}, @var{dim})
% Computes the dot product of two vectors.  If @var{x} and @var{y}
% are matrices, calculate the dot-product along the first 
% non-singleton dimension.  If the optional argument @var{dim} is
% given, calculate the dot-product along this dimension.
% @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