MxSum
- calculate grand sum of the matrix

Matrix functions
(AmiBroker 6.20)


SYNTAX MxSum( matrix )
RETURNS NUMBER
FUNCTION The function calculates sum of all elements of matrix (grand sum)
EXAMPLE
SEE ALSO MxDet() function , MxFromString() function , MxGetBlock() function , MxGetSize() function , MxIdentity() function , MxInverse() function , MxSetBlock() function , MxSolve() function , MxSort() function , MxSortRows() function , MxToString() function , MxTranspose() function

References:

The MxSum function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.