R/rowLogSumExps.R
rowLogSumExps.RdAccurately computes the logarithm of the sum of exponentials across rows or columns.
A vector indicating subset of rows
(and/or columns) to operate over. If NULL, no subsetting
is done.
If TRUE, any missing values are
ignored, otherwise not.
An integer vector of
length two specifying the dimension of x, also when not a
matrix.
Not used.
If TRUE (default), names
attributes of the result are set, otherwise not.
These methods are implemented in native code and have been optimized for speed and memory.
To calculate the same on vectors, logSumExp().