Command Reference : Matrix Language Reference
  
 
@cprod
Product of elements in each column of a matrix
Syntax: @cprod(m)
m: matrix
Return: vector
Returns a vector containing the column products. One should be aware of overflow.
Examples
vector p = @cprod(m1)
Cross-references
See also @csum.