sum:

Syntax:	sum ( A )

Description:

	Sum computes the sum of a matrix. The return object is a row
	matrix which contains the sum of each column of the input.

	If the input is a vector (row-matrix) then the sum of the
	elements is returned. 
