Log cumulative sum exponential for mlx arrays
mlx_logcumsumexp.RdLog cumulative sum exponential for mlx arrays
Arguments
- x
- An mlx array, or an R array/matrix/vector that will be converted via - as_mlx().
- axis
- Optional axis (single integer) to operate over. 
- reverse
- Logical flag for reverse accumulation. 
- inclusive
- Logical flag controlling inclusivity.