[Master Index]
[Index for .]
dot
(./dot.m)
Function Synopsis
c = dotp(a,b)
Cross-Reference Information
This function is called by
Listing of function ./dot.m
function c = dotp(a,b)
if min(size(b))==1
b = column(b);
end;
if min(size(a))==1
a = column(a)';
end;
c = (a*b);
Produced by mat2html on Wed Jul 10 14:55:44 US/Pacific 1996
Cross-Directory links are: OFF